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

/frameworks/av/include/private/media/
H A DAudioTrackShared.h89 friend class ServerProxy;
144 // There is exactly one ClientProxy and one ServerProxy per shared memory control block.
347 class ServerProxy : public Proxy { class in namespace:android
349 ServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize,
352 virtual ~ServerProxy() { }
393 class AudioTrackServerProxy : public ServerProxy {
397 : ServerProxy(cblk, buffers, frameCount, frameSize, true /*isOut*/, clientInServer) {
466 class AudioRecordServerProxy : public ServerProxy {
470 : ServerProxy(cblk, buffers, frameCount, frameSize, false /*isOut*/, clientInServer) { }
/frameworks/av/services/audioflinger/
H A DTrackBase.h163 ServerProxy* mServerProxy;
H A DTracks.cpp255 ServerProxy::Buffer buf;
598 ServerProxy::Buffer buf;
713 ServerProxy::Buffer buffer;
2040 ServerProxy::Buffer buf;
H A DAudioFlinger.h73 class ServerProxy;
/frameworks/av/media/libmedia/
H A DAudioTrackShared.cpp532 ServerProxy::ServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, function in class:android::ServerProxy
539 status_t ServerProxy::obtainBuffer(Buffer* buffer, bool ackFlush)
637 void ServerProxy::releaseBuffer(Buffer* buffer)

Completed in 72 milliseconds