Loading media/libmedia/AudioRecord.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -1274,6 +1274,9 @@ bool AudioRecord::AudioRecordThread::threadLoop() return true; } } if (exitPending()) { return false; } nsecs_t ns = mReceiver.processAudioBuffer(); switch (ns) { case 0: Loading Loading
media/libmedia/AudioRecord.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -1274,6 +1274,9 @@ bool AudioRecord::AudioRecordThread::threadLoop() return true; } } if (exitPending()) { return false; } nsecs_t ns = mReceiver.processAudioBuffer(); switch (ns) { case 0: Loading