Home
last modified time | relevance | path

Searched refs:StaticAudioTrackServerProxy (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libmedia/
DAudioTrackShared.cpp876 StaticAudioTrackServerProxy::StaticAudioTrackServerProxy(audio_track_cblk_t* cblk, void *buffers, in StaticAudioTrackServerProxy() function in android::StaticAudioTrackServerProxy
887 void StaticAudioTrackServerProxy::framesReadyIsCalledByMultipleThreads() in framesReadyIsCalledByMultipleThreads()
892 size_t StaticAudioTrackServerProxy::framesReady() in framesReady()
901 status_t StaticAudioTrackServerProxy::updateStateWithLoop( in updateStateWithLoop()
934 status_t StaticAudioTrackServerProxy::updateStateWithPosition( in updateStateWithPosition()
949 ssize_t StaticAudioTrackServerProxy::pollPosition() in pollPosition()
994 status_t StaticAudioTrackServerProxy::obtainBuffer(Buffer* buffer, bool ackFlush) in obtainBuffer()
1038 void StaticAudioTrackServerProxy::releaseBuffer(Buffer* buffer) in releaseBuffer()
1093 void StaticAudioTrackServerProxy::tallyUnderrunFrames(uint32_t frameCount) in tallyUnderrunFrames()
/frameworks/av/include/private/media/
DAudioTrackShared.h614 class StaticAudioTrackServerProxy : public AudioTrackServerProxy {
616 StaticAudioTrackServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
619 virtual ~StaticAudioTrackServerProxy() { } in ~StaticAudioTrackServerProxy()
/frameworks/av/services/audioflinger/
DTracks.cpp401 mAudioTrackServerProxy = new StaticAudioTrackServerProxy(mCblk, mBuffer, frameCount, in Track()