Lines Matching refs:mServerProxy
268 mServerProxy.clear(); in ~TrackBase()
297 mServerProxy->releaseBuffer(&buf); in releaseBuffer()
696 mServerProxy = mAudioTrackServerProxy; in Track()
697 mServerProxy->setStartThresholdInFrames(frameCountToBeReady); // update the Cblk value in Track()
935 status_t status = mServerProxy->obtainBuffer(&buf); in getNextBuffer()
1029 size_t bufferSizeInFrames = mServerProxy->getBufferSizeInFrames(); in isReady()
1031 const size_t startThresholdInFrames = mServerProxy->getStartThresholdInFrames(); in isReady()
1236 (void)mServerProxy->flushBufferIfNeeded(); in flush()
1295 mServerProxy->flushBufferIfNeeded(); in flushAck()
1807 mServerProxy->setTimestamp(local); in updateTrackFrameInfo()
2376 mServerProxy = new AudioRecordServerProxy(mCblk, mBuffer, frameCount, in RecordTrack()
2408 if (status == NO_ERROR && mServerProxy == 0) { in initCheck()
2419 status_t status = mServerProxy->obtainBuffer(&buf); in getNextBuffer()
2534 mServerProxy->framesReadySafe(), in appendDump()
2600 mServerProxy->setTimestamp(local); in updateTrackFrameInfo()