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

  /external/chromium_org/chromeos/attestation/
attestation_flow.h 32 class CHROMEOS_EXPORT ServerProxy {
36 virtual ~ServerProxy() {}
59 scoped_ptr<ServerProxy> server_proxy);
188 scoped_ptr<ServerProxy> server_proxy_;
  /frameworks/av/include/private/media/
AudioTrackShared.h 86 friend class ServerProxy;
146 // There is exactly one ClientProxy and one ServerProxy per shared memory control block.
346 class ServerProxy : public Proxy {
348 ServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize,
351 virtual ~ServerProxy() { }
392 class AudioTrackServerProxy : public ServerProxy {
396 : ServerProxy(cblk, buffers, frameCount, frameSize, true /*isOut*/, clientInServer) { }
456 class AudioRecordServerProxy : public ServerProxy {
460 : ServerProxy(cblk, buffers, frameCount, frameSize, false /*isOut*/,
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 502 ServerProxy::ServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
509 status_t ServerProxy::obtainBuffer(Buffer* buffer, bool ackFlush)
597 void ServerProxy::releaseBuffer(Buffer* buffer)
  /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 201 milliseconds