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

  /external/chromium_org/chromeos/attestation/
mock_attestation_flow.h 18 class FakeServerProxy : public ServerProxy {
39 class MockServerProxy : public ServerProxy {
attestation_flow.h 32 class CHROMEOS_EXPORT ServerProxy {
36 virtual ~ServerProxy() {}
59 scoped_ptr<ServerProxy> server_proxy);
188 scoped_ptr<ServerProxy> server_proxy_;
mock_attestation_flow.cc 47 : AttestationFlow(NULL, NULL, scoped_ptr<ServerProxy>()) {}
attestation_flow_unittest.cc 132 scoped_ptr<ServerProxy> proxy_interface(proxy.release());
158 scoped_ptr<ServerProxy> proxy_interface(proxy.release());
187 scoped_ptr<ServerProxy> proxy_interface(proxy.release());
220 scoped_ptr<ServerProxy> proxy_interface(proxy.release());
261 scoped_ptr<ServerProxy> proxy_interface(proxy.release());
289 scoped_ptr<ServerProxy> proxy_interface(proxy.release());
319 scoped_ptr<ServerProxy> proxy_interface(proxy.release());
342 scoped_ptr<ServerProxy> proxy_interface(proxy.release());
385 scoped_ptr<ServerProxy> proxy_interface(proxy.release());
415 scoped_ptr<ServerProxy> proxy_interface(proxy.release())
    [all...]
attestation_flow.cc 96 scoped_ptr<ServerProxy> server_proxy)
  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_ca_client.h 19 // This class is a ServerProxy implementation for the Chrome OS attestation
21 class AttestationCAClient : public ServerProxy,
27 // chromeos::attestation::ServerProxy:
attestation_policy_observer.cc 162 scoped_ptr<ServerProxy> attestation_ca_client(new AttestationCAClient());
  /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*/,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 453 p = xmlrpclib.ServerProxy(URL)
466 p = xmlrpclib.ServerProxy(URL)
476 server = xmlrpclib.ServerProxy(u"http://%s:%d/RPC2"%(ADDR, PORT))
493 p = xmlrpclib.ServerProxy(URL)
508 p = xmlrpclib.ServerProxy(URL)
522 p = xmlrpclib.ServerProxy(URL)
535 p = xmlrpclib.ServerProxy(URL)
546 p = xmlrpclib.ServerProxy(URL)
563 p = xmlrpclib.ServerProxy(URL)
602 p = xmlrpclib.ServerProxy(URL+"/foo"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 453 p = xmlrpclib.ServerProxy(URL)
466 p = xmlrpclib.ServerProxy(URL)
476 server = xmlrpclib.ServerProxy(u"http://%s:%d/RPC2"%(ADDR, PORT))
493 p = xmlrpclib.ServerProxy(URL)
508 p = xmlrpclib.ServerProxy(URL)
522 p = xmlrpclib.ServerProxy(URL)
535 p = xmlrpclib.ServerProxy(URL)
546 p = xmlrpclib.ServerProxy(URL)
563 p = xmlrpclib.ServerProxy(URL)
602 p = xmlrpclib.ServerProxy(URL+"/foo"
    [all...]
  /frameworks/av/services/audioflinger/
TrackBase.h 140 ServerProxy* mServerProxy;
Tracks.cpp 206 ServerProxy::Buffer buf;
519 ServerProxy::Buffer buf;
623 ServerProxy::Buffer buffer;
    [all...]
AudioFlinger.h 69 class ServerProxy;
  /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...]
  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
enterprise_platform_keys_private_api.cc 61 scoped_ptr<chromeos::attestation::ServerProxy> ca_client(

Completed in 315 milliseconds