Lines Matching refs:mServerProxy
98 mServerProxy(NULL), in TrackBase()
223 delete mServerProxy; in ~TrackBase()
260 mServerProxy->releaseBuffer(&buf); in releaseBuffer()
390 mServerProxy = mAudioTrackServerProxy; in Track()
564 status_t status = mServerProxy->obtainBuffer(&buf); in getNextBuffer()
620 if (framesReady() >= mServerProxy->getBufferSizeInFrames() || in isReady()
1121 mServerProxy->setTimestamp(local); in updateTrackFrameInfo()
1503 mServerProxy = new AudioRecordServerProxy(mCblk, mBuffer, frameCount, in RecordTrack()
1524 if (status == NO_ERROR && mServerProxy == 0) { in initCheck()
1535 status_t status = mServerProxy->obtainBuffer(&buf); in getNextBuffer()
1658 mServerProxy->setTimestamp(local); in updateTrackFrameInfo()