Searched defs:ServerProxy (Results 1 - 2 of 2) 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() { }
527 // cblk->u.mStreaming.mFront, ServerProxy::mFlush and ServerProxy::mFlushed will be modified
548 class AudioTrackServerProxy : public ServerProxy {
552 : ServerProxy(cblk, buffers, frameCount, frameSize, true /*isOut*/, clientInServer),
650 class AudioRecordServerProxy : public ServerProxy {
[all...]
/frameworks/av/media/libaudioclient/
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 void ServerProxy::flushBufferIfNeeded()
634 ALOGV("ServerProxy::flushBufferIfNeeded() mStreaming.mFlush = 0x%x, mFlush = 0x%0x",
675 status_t ServerProxy::obtainBuffer(Buffer* buffer, bool ackFlush)
752 void ServerProxy::releaseBuffer(Buffer* buffer)

Completed in 3425 milliseconds