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
997 void StaticAudioTrackServerProxy::framesReadyIsCalledByMultipleThreads() in framesReadyIsCalledByMultipleThreads()
1002 size_t StaticAudioTrackServerProxy::framesReady() in framesReady()
1011 size_t StaticAudioTrackServerProxy::framesReadySafe() const in framesReadySafe()
1016 status_t StaticAudioTrackServerProxy::updateStateWithLoop( in updateStateWithLoop()
1049 status_t StaticAudioTrackServerProxy::updateStateWithPosition( in updateStateWithPosition()
1064 ssize_t StaticAudioTrackServerProxy::pollPosition() in pollPosition()
1110 status_t StaticAudioTrackServerProxy::obtainBuffer(Buffer* buffer, bool ackFlush) in obtainBuffer()
1157 void StaticAudioTrackServerProxy::releaseBuffer(Buffer* buffer) in releaseBuffer()
1218 void StaticAudioTrackServerProxy::tallyUnderrunFrames(uint32_t frameCount) in tallyUnderrunFrames()
[all …]
/frameworks/av/include/private/media/
DAudioTrackShared.h651 class StaticAudioTrackServerProxy : public AudioTrackServerProxy {
653 StaticAudioTrackServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
656 virtual ~StaticAudioTrackServerProxy() { } in ~StaticAudioTrackServerProxy()
/frameworks/av/services/audioflinger/
DTracks.cpp560 mAudioTrackServerProxy = new StaticAudioTrackServerProxy(mCblk, mBuffer, frameCount, in Track()