Loading media/libaudioclient/AudioRecord.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -189,9 +189,6 @@ AudioRecord::~AudioRecord() } void AudioRecord::stopAndJoinCallbacks() { // Prevent nullptr crash if it did not open properly. if (mStatus != NO_ERROR) return; // Make sure that callback function exits in the case where // it is looping on buffer empty condition in obtainBuffer(). // Otherwise the callback thread will never exit. Loading Loading
media/libaudioclient/AudioRecord.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -189,9 +189,6 @@ AudioRecord::~AudioRecord() } void AudioRecord::stopAndJoinCallbacks() { // Prevent nullptr crash if it did not open properly. if (mStatus != NO_ERROR) return; // Make sure that callback function exits in the case where // it is looping on buffer empty condition in obtainBuffer(). // Otherwise the callback thread will never exit. Loading