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