/frameworks/av/services/camera/libcameraservice/api1/ |
Camera2Client.h | 49 public Camera2ClientBase<CameraService::Client> 57 virtual status_t connect(const sp<hardware::ICameraClient>& client);
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/flow/ |
PlatformAdapter.java | 301 X509Certificate cltCert = getCert(certs, OSUCertType.Client); 361 clientCerts = certs.get(OSUCertType.Client); 370 X509Certificate cltCert = getCert(certs, OSUCertType.Client); 457 certs.get(OSUCertType.Client), privateKey);
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/ |
AnnotationAnalyzer.java | 58 L.setClient(new L.Client() {
|
/frameworks/native/libs/vr/libdisplay/ |
display_client.cpp | 162 *error = Client::error(); 185 if (auto client = Surface::Create(attributes, &error)) 186 return {std::move(client)};
|
/frameworks/native/libs/vr/libpdx_uds/ |
client_channel_tests.cpp | 13 #include <pdx/client.h> 114 auto status = factory->Connect(android::pdx::Client::kInfiniteTimeout); 139 auto worker = [](std::shared_ptr<TestClient> client, 144 ASSERT_EQ(expected, client->Sum(data)); 148 // Start client threads.
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWComposer.cpp | 100 case HWC2::Composition::Client: 105 valid = (to == HWC2::Composition::Client); 109 valid = (to == HWC2::Composition::Client || 415 ALOGE("Failed to set client target for display %d: %s (%d)", displayId, 514 case HWC2::Composition::Client: 565 // the client
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
PlaybackFragment.java | 97 PlaybackSeekUi.Client mSeekUiClient; [all...] |
PlaybackSupportFragment.java | 94 PlaybackSeekUi.Client mSeekUiClient; [all...] |
/prebuilts/go/darwin-x86/src/crypto/tls/ |
handshake_server_test.go | 76 cli := Client(c, testConfig) 115 testClientHelloFailure(t, testConfig, clientHello, "no cipher suite supported by both client and server") 124 testClientHelloFailure(t, testConfig, clientHello, "client does not support uncompressed connections") 137 testClientHelloFailure(t, serverConfig, clientHello, "no cipher suite supported by both client and server") 162 testClientHelloFailure(t, serverConfig, clientHello, "no cipher suite supported by both client and server") 186 testClientHelloFailure(t, serverConfig, clientHello, "no cipher suite supported by both client and server") 202 cli := Client(c, testConfig) 240 // the client negotiates TLS 1.1. 247 // The Server, by default, will use the client's 263 cli := Client(c, testConfig [all...] |
/prebuilts/go/darwin-x86/src/expvar/ |
expvar_test.go | 286 // The benchmark creates GOMAXPROCS client/server pairs. 287 // Each pair creates 4 goroutines: client reader/writer and server reader/writer. 297 // Setup P client/server connections. 331 // Client writer. 392 // Client reader.
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
handshake_server_test.go | 76 cli := Client(c, testConfig) 115 testClientHelloFailure(t, testConfig, clientHello, "no cipher suite supported by both client and server") 124 testClientHelloFailure(t, testConfig, clientHello, "client does not support uncompressed connections") 137 testClientHelloFailure(t, serverConfig, clientHello, "no cipher suite supported by both client and server") 162 testClientHelloFailure(t, serverConfig, clientHello, "no cipher suite supported by both client and server") 186 testClientHelloFailure(t, serverConfig, clientHello, "no cipher suite supported by both client and server") 202 cli := Client(c, testConfig) 240 // the client negotiates TLS 1.1. 247 // The Server, by default, will use the client's 263 cli := Client(c, testConfig [all...] |
/prebuilts/go/linux-x86/src/expvar/ |
expvar_test.go | 286 // The benchmark creates GOMAXPROCS client/server pairs. 287 // Each pair creates 4 goroutines: client reader/writer and server reader/writer. 297 // Setup P client/server connections. 331 // Client writer. 392 // Client reader.
|
/prebuilts/go/darwin-x86/src/net/http/httputil/ |
persist.go | 145 // A close from the opposing client is treated as a 229 // Deprecated: Use Client or Transport in package net/http instead. 247 // Deprecated: Use the Client or Transport in package net/http instead. 264 // Deprecated: Use the Client or Transport in package net/http instead.
|
/prebuilts/go/linux-x86/src/net/http/httputil/ |
persist.go | 145 // A close from the opposing client is treated as a 229 // Deprecated: Use Client or Transport in package net/http instead. 247 // Deprecated: Use the Client or Transport in package net/http instead. 264 // Deprecated: Use the Client or Transport in package net/http instead.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dbgeng.h | 235 STDMETHOD(ExitDispatch)(THIS_ PDEBUG_CLIENT Client) PURE; 236 STDMETHOD(CreateClient)(THIS_ PDEBUG_CLIENT *Client) PURE; 243 STDMETHOD(GetOtherOutputMask)(THIS_ PDEBUG_CLIENT Client,PULONG Mask) PURE; 244 STDMETHOD(SetOtherOutputMask)(THIS_ PDEBUG_CLIENT Client,ULONG Mask) PURE; 306 STDMETHOD(ExitDispatch)(THIS_ PDEBUG_CLIENT Client) PURE; 307 STDMETHOD(CreateClient)(THIS_ PDEBUG_CLIENT *Client) PURE; 314 STDMETHOD(GetOtherOutputMask)(THIS_ PDEBUG_CLIENT Client,PULONG Mask) PURE; 315 STDMETHOD(SetOtherOutputMask)(THIS_ PDEBUG_CLIENT Client,ULONG Mask) PURE; 368 STDMETHOD(ExitDispatch)(THIS_ PDEBUG_CLIENT Client) PURE; 369 STDMETHOD(CreateClient)(THIS_ PDEBUG_CLIENT *Client) PURE [all...] |
/frameworks/native/services/surfaceflinger/ |
SurfaceFlinger.cpp | 65 #include "Client.h" 275 static sp<ISurfaceComposerClient> initClient(const sp<Client>& client) { 276 status_t err = client->initCheck(); 278 return client; 284 return initClient(new Client(this)); 297 return initClient(new Client(this, layer)); [all...] |
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
OSUClient.java | 180 certs.put(OSUCertType.Client, estHandler.getClientCerts()); 299 certs.put(OSUCertType.Client, estHandler.getClientCerts());
|
/frameworks/native/libs/vr/libbufferhub/ |
buffer_hub_client.cpp | 23 : Client{pdx::default_transport::ClientChannel::Create( 27 : Client{pdx::default_transport::ClientChannelFactory::Create( 358 // For release operation, the client don't need to change the state as it's
|
/frameworks/native/libs/vr/libbufferhubqueue/ |
buffer_hub_queue_client.cpp | 62 : Client{pdx::default_transport::ClientChannel::Create( 68 : Client{ 173 // client itself.
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
hwc_layers.cpp | 170 case HWC2::Composition::Client: 567 hwc_composition = HWC2::Composition::Client;
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
hwc_layers.cpp | 331 case HWC2::Composition::Client: 778 hwc_composition = HWC2::Composition::Client;
|
/hardware/qcom/display/sdm845/sdm/libs/hwc2/ |
hwc_layers.cpp | 205 case HWC2::Composition::Client: 710 hwc_composition = HWC2::Composition::Client;
|
/prebuilts/go/darwin-x86/src/net/http/ |
main_test.go | 155 func closeClient(c *http.Client) {
|
/prebuilts/go/linux-x86/src/net/http/ |
main_test.go | 155 func closeClient(c *http.Client) {
|
/external/pdfium/xfa/fwl/ |
cfwl_spinbutton.cpp | 71 return FWL_WidgetHit::Client;
|