Searched refs:mReadReady (Results 1 – 1 of 1) sorted by relevance
290 mReadReady.terminate(); in flush()327 mReadReady.closeGate(); // the callback will open gate when read is completed. in read()329 if (mReadReady.wait()) { in read()384 mReadReady.openGate(); // allow read to continue. in bufferQueueCallback()425 Gate mReadReady; member in AudioRecordNative