Loading media/libaudioclient/ToneGenerator.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1029,7 +1029,7 @@ bool ToneGenerator::startTone(tone_type toneType, int durationMs) { bool lResult = false; bool lResult = false; status_t lStatus; status_t lStatus; if ((toneType < 0) || (toneType >= NUM_TONES)) if (toneType >= NUM_TONES) return lResult; return lResult; toneType = getToneForRegion(toneType); toneType = getToneForRegion(toneType); Loading Loading
media/libaudioclient/ToneGenerator.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1029,7 +1029,7 @@ bool ToneGenerator::startTone(tone_type toneType, int durationMs) { bool lResult = false; bool lResult = false; status_t lStatus; status_t lStatus; if ((toneType < 0) || (toneType >= NUM_TONES)) if (toneType >= NUM_TONES) return lResult; return lResult; toneType = getToneForRegion(toneType); toneType = getToneForRegion(toneType); Loading