Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/
H A DAudioTrackShared.cpp1021 StaticAudioTrackServerProxy::StaticAudioTrackServerProxy(audio_track_cblk_t* cblk, void *buffers, in StaticAudioTrackServerProxy() function in android::StaticAudioTrackServerProxy
1033 void StaticAudioTrackServerProxy::framesReadyIsCalledByMultipleThreads() in framesReadyIsCalledByMultipleThreads()
1038 size_t StaticAudioTrackServerProxy::framesReady() in framesReady()
1047 size_t StaticAudioTrackServerProxy::framesReadySafe() const in framesReadySafe()
1052 status_t StaticAudioTrackServerProxy::updateStateWithLoop( in updateStateWithLoop()
1085 status_t StaticAudioTrackServerProxy::updateStateWithPosition( in updateStateWithPosition()
1100 ssize_t StaticAudioTrackServerProxy::pollPosition() in pollPosition()
1146 status_t StaticAudioTrackServerProxy::obtainBuffer(Buffer* buffer, bool ackFlush) in obtainBuffer()
1193 void StaticAudioTrackServerProxy::releaseBuffer(Buffer* buffer) in releaseBuffer()
1254 void StaticAudioTrackServerProxy::tallyUnderrunFrames(uint32_t frameCount) in tallyUnderrunFrames()
[all …]
/aosp12/frameworks/av/include/private/media/
H A DAudioTrackShared.h740 class StaticAudioTrackServerProxy : public AudioTrackServerProxy {
742 StaticAudioTrackServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
745 virtual ~StaticAudioTrackServerProxy() { }
/aosp12/frameworks/av/services/audioflinger/
H A DTracks.cpp693 mAudioTrackServerProxy = new StaticAudioTrackServerProxy(mCblk, mBuffer, frameCount, in Track()