Searched refs:ServerProxy (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/include/private/media/
H A DAudioTrackShared.h138 friend class ServerProxy;
201 // There is exactly one ClientProxy and one ServerProxy per shared memory control block.
477 class ServerProxy : public Proxy { class in namespace:android
479 ServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize,
482 virtual ~ServerProxy() { }
542 class AudioTrackServerProxy : public ServerProxy {
546 : ServerProxy(cblk, buffers, frameCount, frameSize, true /*isOut*/, clientInServer),
644 class AudioRecordServerProxy : public ServerProxy {
648 : ServerProxy(cblk, buffers, frameCount, frameSize, false /*isOut*/, clientInServer) { }
/frameworks/av/services/audioflinger/
H A DTrackBase.h161 ServerProxy* mServerProxy;
H A DTracks.cpp255 ServerProxy::Buffer buf;
561 ServerProxy::Buffer buf;
700 ServerProxy::Buffer buffer;
1533 ServerProxy::Buffer buf;
H A DAudioFlinger.h76 class ServerProxy;
/frameworks/av/media/libmedia/
H A DAudioTrackShared.cpp549 // set patch-up variables until the mState is acknowledged by the ServerProxy.
570 // set patch-up variables until the mState is acknowledged by the ServerProxy.
615 ServerProxy::ServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, function in class:android::ServerProxy
625 status_t ServerProxy::obtainBuffer(Buffer* buffer, bool ackFlush)
736 void ServerProxy::releaseBuffer(Buffer* buffer)

Completed in 128 milliseconds