Home | History | Annotate | Download | only in media

Lines Matching refs:ServerProxy

138                 friend class ServerProxy;
201 // There is exactly one ClientProxy and one ServerProxy per shared memory control block.
477 class ServerProxy : public Proxy {
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),
654 class AudioRecordServerProxy : public ServerProxy {
658 : ServerProxy(cblk, buffers, frameCount, frameSize, false /*isOut*/, clientInServer) { }