Home | History | Annotate | Download | only in media

Lines Matching defs:ServerProxy

140                 friend class ServerProxy;
203 // There is exactly one ClientProxy and one ServerProxy per shared memory control block.
493 class ServerProxy : public Proxy {
495 ServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize,
498 virtual ~ServerProxy() { }
543 // cblk->u.mStreaming.mFront, ServerProxy::mFlush and ServerProxy::mFlushed will be modified
568 class AudioTrackServerProxy : public ServerProxy {
572 : ServerProxy(cblk, buffers, frameCount, frameSize, true /*isOut*/, clientInServer),
686 class AudioRecordServerProxy : public ServerProxy {
690 : ServerProxy(cblk, buffers, frameCount, frameSize, false /*isOut*/, clientInServer) { }