Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioTrackShared.cpp986 StaticAudioTrackServerProxy::StaticAudioTrackServerProxy(audio_track_cblk_t* cblk, void *buffers, in StaticAudioTrackServerProxy() function in android::StaticAudioTrackServerProxy
998 void StaticAudioTrackServerProxy::framesReadyIsCalledByMultipleThreads() in framesReadyIsCalledByMultipleThreads()
1003 size_t StaticAudioTrackServerProxy::framesReady() in framesReady()
1012 size_t StaticAudioTrackServerProxy::framesReadySafe() const in framesReadySafe()
1017 status_t StaticAudioTrackServerProxy::updateStateWithLoop( in updateStateWithLoop()
1050 status_t StaticAudioTrackServerProxy::updateStateWithPosition( in updateStateWithPosition()
1065 ssize_t StaticAudioTrackServerProxy::pollPosition() in pollPosition()
1111 status_t StaticAudioTrackServerProxy::obtainBuffer(Buffer* buffer, bool ackFlush) in obtainBuffer()
1158 void StaticAudioTrackServerProxy::releaseBuffer(Buffer* buffer) in releaseBuffer()
1219 void StaticAudioTrackServerProxy::tallyUnderrunFrames(uint32_t frameCount) in tallyUnderrunFrames()
[all …]
/frameworks/av/include/private/media/
DAudioTrackShared.h653 class StaticAudioTrackServerProxy : public AudioTrackServerProxy {
655 StaticAudioTrackServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
658 virtual ~StaticAudioTrackServerProxy() { } in ~StaticAudioTrackServerProxy()
/frameworks/av/services/audioflinger/
DTracks.cpp569 mAudioTrackServerProxy = new StaticAudioTrackServerProxy(mCblk, mBuffer, frameCount, in Track()