Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DAudioTrackShared.cpp817 StaticAudioTrackServerProxy::StaticAudioTrackServerProxy(audio_track_cblk_t* cblk, void *buffers, in StaticAudioTrackServerProxy() function in android::StaticAudioTrackServerProxy
828 void StaticAudioTrackServerProxy::framesReadyIsCalledByMultipleThreads() in framesReadyIsCalledByMultipleThreads()
833 size_t StaticAudioTrackServerProxy::framesReady() in framesReady()
842 status_t StaticAudioTrackServerProxy::updateStateWithLoop( in updateStateWithLoop()
875 status_t StaticAudioTrackServerProxy::updateStateWithPosition( in updateStateWithPosition()
890 ssize_t StaticAudioTrackServerProxy::pollPosition() in pollPosition()
935 status_t StaticAudioTrackServerProxy::obtainBuffer(Buffer* buffer, bool ackFlush __unused) in obtainBuffer()
977 void StaticAudioTrackServerProxy::releaseBuffer(Buffer* buffer) in releaseBuffer()
1030 void StaticAudioTrackServerProxy::tallyUnderrunFrames(uint32_t frameCount __unused) in tallyUnderrunFrames()
/frameworks/av/include/private/media/
DAudioTrackShared.h520 class StaticAudioTrackServerProxy : public AudioTrackServerProxy {
522 StaticAudioTrackServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
525 virtual ~StaticAudioTrackServerProxy() { } in ~StaticAudioTrackServerProxy()
/frameworks/av/services/audioflinger/
DTracks.cpp423 mAudioTrackServerProxy = new StaticAudioTrackServerProxy(mCblk, mBuffer, frameCount, in Track()