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

/frameworks/av/media/libaudioclient/
H A DAudioTrackShared.cpp878 StaticAudioTrackServerProxy::StaticAudioTrackServerProxy(audio_track_cblk_t* cblk, void *buffers, function in class:android::StaticAudioTrackServerProxy
889 void StaticAudioTrackServerProxy::framesReadyIsCalledByMultipleThreads()
894 size_t StaticAudioTrackServerProxy::framesReady()
903 status_t StaticAudioTrackServerProxy::updateStateWithLoop(
936 status_t StaticAudioTrackServerProxy::updateStateWithPosition(
951 ssize_t StaticAudioTrackServerProxy::pollPosition()
996 status_t StaticAudioTrackServerProxy::obtainBuffer(Buffer* buffer, bool ackFlush)
1040 void StaticAudioTrackServerProxy::releaseBuffer(Buffer* buffer)
1095 void StaticAudioTrackServerProxy
[all...]
/frameworks/av/include/private/media/
H A DAudioTrackShared.h614 class StaticAudioTrackServerProxy : public AudioTrackServerProxy { class in namespace:android
616 StaticAudioTrackServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
619 virtual ~StaticAudioTrackServerProxy() { }
/frameworks/av/services/audioflinger/
H A DTracks.cpp429 mAudioTrackServerProxy = new StaticAudioTrackServerProxy(mCblk, mBuffer, frameCount,

Completed in 3283 milliseconds