Searched refs:mServerProxy (Results 1 – 3 of 3) sorted by relevance
123 return mServerProxy->framesReadySafe() * 1000 / sampleRate(); in bufferLatencyMs()375 sp<ServerProxy> mServerProxy; variable
264 mServerProxy.clear(); in ~TrackBase()293 mServerProxy->releaseBuffer(&buf); in releaseBuffer()692 mServerProxy = mAudioTrackServerProxy; in Track()693 mServerProxy->setStartThresholdInFrames(frameCountToBeReady); // update the Cblk value in Track()931 status_t status = mServerProxy->obtainBuffer(&buf); in getNextBuffer()1025 size_t bufferSizeInFrames = mServerProxy->getBufferSizeInFrames(); in isReady()1027 const size_t startThresholdInFrames = mServerProxy->getStartThresholdInFrames(); in isReady()1232 (void)mServerProxy->flushBufferIfNeeded(); in flush()1291 mServerProxy->flushBufferIfNeeded(); in flushAck()1803 mServerProxy->setTimestamp(local); in updateTrackFrameInfo()[all …]
7705 activeTrack->mServerProxy->framesReleased(), in threadLoop()