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

  /external/chromium-trace/catapult/third_party/WebOb/docs/jsonrpc-example-code/
jsonrpc.py 76 class ServerProxy(object):
131 Raised when a request via ServerProxy breaks
  /frameworks/av/include/private/media/
AudioTrackShared.h 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),
650 class AudioRecordServerProxy : public ServerProxy {
    [all...]
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 549 // 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,
625 void ServerProxy::flushBufferIfNeeded()
634 ALOGV("ServerProxy::flushBufferIfNeeded() mStreaming.mFlush = 0x%x, mFlush = 0x%0x",
675 status_t ServerProxy::obtainBuffer(Buffer* buffer, bool ackFlush)
751 void ServerProxy::releaseBuffer(Buffer* buffer)
    [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 3139 milliseconds