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() { }
542 class AudioTrackServerProxy : public ServerProxy {
546 : ServerProxy(cblk, buffers, frameCount, frameSize, true /*isOut*/, clientInServer),
644 class AudioRecordServerProxy : public ServerProxy {
648 : ServerProxy(cblk, buffers, frameCount, frameSize, false /*isOut*/, clientInServer) { }
  /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 status_t ServerProxy::obtainBuffer(Buffer* buffer, bool ackFlush)
736 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 2593 milliseconds