HomeSort by relevance Sort by last modified time
    Searched defs:ServerProxy (Results 1 - 9 of 9) sorted by null

  /frameworks/av/include/private/media/
AudioTrackShared.h 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 {
    [all...]
  /frameworks/av/media/libaudioclient/
AudioTrackShared.cpp 590 // set patch-up variables until the mState is acknowledged by the ServerProxy.
611 // set patch-up variables until the mState is acknowledged by the ServerProxy.
656 ServerProxy::ServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
666 void ServerProxy::flushBufferIfNeeded()
675 ALOGV("ServerProxy::flushBufferIfNeeded() mStreaming.mFlush = 0x%x, mFlush = 0x%0x",
757 status_t ServerProxy::obtainBuffer(Buffer* buffer, bool ackFlush)
835 void ServerProxy::releaseBuffer(Buffer* buffer)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
xmlrpclib.py 108 ServerProxy Represents a logical connection to an XML-RPC server
966 server should be a ServerProxy object.
    [all...]
  /external/python/cpython2/Lib/
xmlrpclib.py 109 ServerProxy Represents a logical connection to an XML-RPC server
975 server should be a ServerProxy object.
    [all...]
  /external/python/cpython3/Lib/xmlrpc/
client.py 104 ServerProxy Represents a logical connection to an XML-RPC server
851 server should be a ServerProxy object.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
xmlrpclib.py 108 ServerProxy Represents a logical connection to an XML-RPC server
966 server should be a ServerProxy object.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
xmlrpclib.py 108 ServerProxy Represents a logical connection to an XML-RPC server
966 server should be a ServerProxy object.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py 108 ServerProxy Represents a logical connection to an XML-RPC server
966 server should be a ServerProxy object.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py 108 ServerProxy Represents a logical connection to an XML-RPC server
966 server should be a ServerProxy object.
    [all...]

Completed in 202 milliseconds