/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); 206 scoped_ptr<ServerProxy> server_proxy_;
|
mock_attestation_flow.cc | 47 : AttestationFlow(NULL, NULL, scoped_ptr<ServerProxy>()) {}
|
attestation_flow_unittest.cc | 134 scoped_ptr<ServerProxy> proxy_interface(proxy.release()); 161 scoped_ptr<ServerProxy> proxy_interface(proxy.release()); 191 scoped_ptr<ServerProxy> proxy_interface(proxy.release()); 225 scoped_ptr<ServerProxy> proxy_interface(proxy.release()); 268 scoped_ptr<ServerProxy> proxy_interface(proxy.release()); 296 scoped_ptr<ServerProxy> proxy_interface(proxy.release()); 327 scoped_ptr<ServerProxy> proxy_interface(proxy.release()); 351 scoped_ptr<ServerProxy> proxy_interface(proxy.release()); 397 scoped_ptr<ServerProxy> proxy_interface(proxy.release()); 427 scoped_ptr<ServerProxy> proxy_interface(proxy.release()) [all...] |
attestation_flow.cc | 87 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 | 156 scoped_ptr<ServerProxy> attestation_ca_client(new AttestationCAClient());
|
platform_verification_flow.cc | 105 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 | 79 scoped_ptr<chromeos::attestation::ServerProxy> ca_client(
|