Home
last modified time | relevance | path

Searched full:client (Results 1 – 25 of 25889) sorted by relevance

12345678910>>...1036

/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/health/health-services-client-proto/1.1.0-alpha05/
HDhealth-services-client-proto-1.1.0-alpha05.jar ... health/services/ androidx/health/services/client/ androidx/health/services/client/proto
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.33.2/libs/
HDgoogle-api-client-1.33.2.jar ... google/api/ com/google/api/client/ com/google/api/client/googleapis ...
HDgoogle-oauth-client-1.33.0.jar ... google/api/ com/google/api/client/ com/google/api/client/auth
HDgoogle-api-client-protobuf-1.33.2.jar ... google/api/ com/google/api/client/ com/google/api/client/googleapis ...
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.31.3/libs/
HDgoogle-api-client-1.31.3.jar ... google/api/ com/google/api/client/ com/google/api/client/googleapis ...
HDgoogle-oauth-client-1.31.4.jar ... google/api/ com/google/api/client/ com/google/api/client/auth ...
HDgoogle-api-client-protobuf-1.31.3.jar ... google/api/ com/google/api/client/ com/google/api/client/googleapis ...
/aosp_15_r20/packages/apps/Car/DebuggingRestrictionController/libs/
Dgoogle-api-client-1.30.10.jar ... google/api/ com/google/api/client/ com/google/api/client/googleapis ...
Dgoogle-oauth-client-1.31.0.jar ... google/api/ com/google/api/client/ com/google/api/client/auth
/aosp_15_r20/packages/services/Car/tests/BugReportApp/libs/
Dgoogle-api-client-1.30.2.jar ... google/api/ com/google/api/client/ com/google/api/client/googleapis ...
Dgoogle-oauth-client-1.30.1.jar ... google/api/ com/google/api/client/ com/google/api/client/auth ...
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/health/health-services-client-external-protobuf/1.1.0-alpha05/
HDhealth-services-client-external-protobuf-1.1.0-alpha05.jar ... health/services/ androidx/health/services/client/ androidx/health/services/client/proto
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.33.2/libs-sources/
HDgoogle-http-client-1.41.2-sources.jar ... google/api/ com/google/api/client/ com/google/api/client/util ...
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.31.3/libs-sources/
HDgoogle-http-client-1.39.0-sources.jar ... google/api/ com/google/api/client/ com/google/api/client/util ...
/aosp_15_r20/external/python/google-api-python-client/
DCHANGELOG3 ## [2.34.0](https://www.github.com/googleapis/google-api-python-client/compare/v2.33.0...v2.34.0) (…
8 …le-api-python-client/commit/945a281fc6a055f37d68a742959bdd18aaf6eb62 ([5a6231d](https://www.github…
9 …le-api-python-client/commit/90327d9a1b198523773d730402c5274c424ddf8f ([797d677](https://www.github…
10 …le-api-python-client/commit/a2271c7c184e8d75b6370cf139ca464e4ebe435d ([5a6231d](https://www.github…
11 …le-api-python-client/commit/e98fcec145aeb43c1a962404c4599b63dbe7443c ([5a6231d](https://www.github…
12 …le-api-python-client/commit/6a63e51e98ea3d3662b0dd89e95636ddf14ef941 ([5a6231d](https://www.github…
13 …le-api-python-client/commit/4f21ebf8fd2a9fd1e838e74266e8f8ed847c5236 ([5a6231d](https://www.github…
14 …le-api-python-client/commit/bb409be9296aef9c3e106476999e6e1c37d2fa8a ([5a6231d](https://www.github…
15 …le-api-python-client/commit/5687b00d4ba57a2ddb4311f66ae627f1c4f3807d ([5a6231d](https://www.github…
16 …le-api-python-client/commit/d026eb98f0eee8889aa7b55d507296074a140da5 ([5a6231d](https://www.github…
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanManager.java269 for (ScanClient client : mBatchClients) { in getFullBatchScanQueue()
270 if (client.settings.getScanResultType() == ScanSettings.SCAN_RESULT_TYPE_FULL) { in getFullBatchScanQueue()
271 fullBatchClients.add(client); in getFullBatchScanQueue()
277 public void startScan(ScanClient client) { in startScan() argument
278 Log.d(TAG, "startScan() " + client); in startScan()
279 sendMessage(MSG_START_BLE_SCAN, client); in startScan()
283 ScanClient client = mScanNative.getBatchScanClient(scannerId); in stopScan() local
284 if (client == null) { in stopScan()
285 client = mScanNative.getRegularScanClient(scannerId); in stopScan()
287 if (client == null) { in stopScan()
[all …]
/aosp_15_r20/packages/services/Car/tests/CarServiceTest/src/com/android/car/vms/
DVmsClientTest.java104 VmsClient client = connectVmsClient(mClientCallback1); in testRegister() local
107 assertThat(client.getAvailableLayers()).isEqualTo(DEFAULT_AVAILABLE_LAYERS); in testRegister()
108 assertThat(client.getSubscriptionState()).isEqualTo(DEFAULT_SUBSCRIPTION_STATE); in testRegister()
115 VmsClient client = connectVmsClient(mClientCallback1); in testRegister_ReceivesCurrentLayerAvailabilityAndSubscriptions() local
116 int providerId = client.registerProvider(PROVIDER_DESC1); in testRegister_ReceivesCurrentLayerAvailabilityAndSubscriptions()
117 client.setProviderOfferings(providerId, asSet( in testRegister_ReceivesCurrentLayerAvailabilityAndSubscriptions()
119 client.setSubscriptions(asSet( in testRegister_ReceivesCurrentLayerAvailabilityAndSubscriptions()
142 VmsClient client = connectVmsClient(mClientCallback1); in testRegisterProvider_SameIdForSameInfo() local
144 int providerId = client.registerProvider(PROVIDER_DESC1); in testRegisterProvider_SameIdForSameInfo()
145 int providerId2 = client.registerProvider(PROVIDER_DESC1); in testRegisterProvider_SameIdForSameInfo()
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dindex.md2 * [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/abusiveexperiencereport_v1.htm…
6 * [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/acceleratedmobilepageurl_v1.ht…
10 * [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/accessapproval_v1.html)
14 * [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/accesscontextmanager_v1.html)
15 * [v1beta](http://googleapis.github.io/google-api-python-client/docs/dyn/accesscontextmanager_v1bet…
19 * [v2beta1](http://googleapis.github.io/google-api-python-client/docs/dyn/adexchangebuyer2_v2beta1.…
23 * [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/adexperiencereport_v1.html)
27 * [datatransfer_v1](http://googleapis.github.io/google-api-python-client/docs/dyn/admin_datatransfe…
28 * [directory_v1](http://googleapis.github.io/google-api-python-client/docs/dyn/admin_directory_v1.h…
29 * [reports_v1](http://googleapis.github.io/google-api-python-client/docs/dyn/admin_reports_v1.html)
[all …]
/aosp_15_r20/external/caliper/lib/
HDjersey-client-1.11.jar ... .client com.sun.jersey.api.client.AsyncViewResource$1 extends java.lang.Object ...
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/handshaker/
H A Dalts_handshaker_client.cc68 // client is used in a non-testing use case and points to a custom function
92 // boolean flag indicating if the handshaker client is used at client
98 // a buffer containing data to be sent to the grpc client or server's peer.
120 alts_grpc_handshaker_client* client) { in handshaker_client_send_buffer_destroy() argument
121 GPR_ASSERT(client != nullptr); in handshaker_client_send_buffer_destroy()
122 grpc_byte_buffer_destroy(client->send_buffer); in handshaker_client_send_buffer_destroy()
123 client->send_buffer = nullptr; in handshaker_client_send_buffer_destroy()
132 alts_grpc_handshaker_client* client) { in alts_grpc_handshaker_client_unref() argument
133 if (gpr_unref(&client->refs)) { in alts_grpc_handshaker_client_unref()
134 if (client->base.vtable != nullptr && in alts_grpc_handshaker_client_unref()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc68 // client is used in a non-testing use case and points to a custom function
92 // boolean flag indicating if the handshaker client is used at client
98 // a buffer containing data to be sent to the grpc client or server's peer.
120 alts_grpc_handshaker_client* client) { in handshaker_client_send_buffer_destroy() argument
121 GPR_ASSERT(client != nullptr); in handshaker_client_send_buffer_destroy()
122 grpc_byte_buffer_destroy(client->send_buffer); in handshaker_client_send_buffer_destroy()
123 client->send_buffer = nullptr; in handshaker_client_send_buffer_destroy()
132 alts_grpc_handshaker_client* client) { in alts_grpc_handshaker_client_unref() argument
133 if (gpr_unref(&client->refs)) { in alts_grpc_handshaker_client_unref()
134 if (client->base.vtable != nullptr && in alts_grpc_handshaker_client_unref()
[all …]
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/health/health-services-client/1.1.0-alpha05/
HDhealth-services-client-1.1.0-alpha05-sources.jar ... health/services/ androidx/health/services/client/ androidx/health/services/client/ExerciseClient ...
/aosp_15_r20/prebuilts/vndk/v30/arm64/arch-arm-armv8-a/shared/vndk-core/
D[email protected]__cxa_finalize _ZN7android14sp_report_raceEv _ZN7android21report_sysprop_changeEv _ZN7android23sp_report_stack_pointerEv _ZN7android4hidl4base4V1_05IBase10descriptorE _ZN7android4hidl4base4V1_05IBase11linkToDeathERKNS_2spINS_8hardware20hidl_death_recipientEEEy _ZN7android4hidl4base4V1_05IBase12getDebugInfoENSt3__18functionIFvRKNS2_9DebugInfoEEEE _ZN7android4hidl4base4V1_05IBase12getHashChainENSt3__18functionIFvRKNS_8hardware8hidl_vecINS6_10hidl_arrayIhLj32EJEEEEEEEE _ZN7android4hidl4base4V1_05IBase13unlinkToDeathERKNS_2spINS_8hardware20hidl_death_recipientEEE _ZN7android4hidl4base4V1_05IBase14interfaceChainENSt3__18functionIFvRKNS_8hardware8hidl_vecINS6_11hidl_stringEEEEEE _ZN7android4hidl4base4V1_05IBase19interfaceDescriptorENSt3__18functionIFvRKNS_8hardware11hidl_stringEEEE _ZN7android4hidl4base4V1_05IBase21notifySyspropsChangedEv _ZN7android4hidl4base4V1_05IBase21setHALInstrumentationEv _ZN7android4hidl4base4V1_05IBase4pingEv _ZN7android4hidl4base4V1_05IBase5debugERKNS_8hardware11hidl_handleERKNS4_8hidl_vecINS4_11hidl_stringEEE _ZN7android4hidl4base4V1_08BnHwBase10onTransactEjRKNS_8hardware6ParcelEPS5_jNSt3__18functionIFvRS5_EEE _ZN7android4hidl4base4V1_08BnHwBaseC2ERKNS_2spINS2_5IBaseEEERKNSt3__112basic_stringIcNS9_11char_traitsIcEENS9_9allocatorIcEEEESH_ _ZN7android4hidl4base4V1_08BnHwBaseD0Ev _ZN7android4hidl4base4V1_08BnHwBaseD1Ev ...
/aosp_15_r20/prebuilts/vndk/v30/arm/arch-arm-armv7-a-neon/shared/vndk-core/
D[email protected]__cxa_finalize _ZN7android14sp_report_raceEv _ZN7android21report_sysprop_changeEv _ZN7android23sp_report_stack_pointerEv _ZN7android4hidl4base4V1_05IBase10descriptorE _ZN7android4hidl4base4V1_05IBase11linkToDeathERKNS_2spINS_8hardware20hidl_death_recipientEEEy _ZN7android4hidl4base4V1_05IBase12getDebugInfoENSt3__18functionIFvRKNS2_9DebugInfoEEEE _ZN7android4hidl4base4V1_05IBase12getHashChainENSt3__18functionIFvRKNS_8hardware8hidl_vecINS6_10hidl_arrayIhLj32EJEEEEEEEE _ZN7android4hidl4base4V1_05IBase13unlinkToDeathERKNS_2spINS_8hardware20hidl_death_recipientEEE _ZN7android4hidl4base4V1_05IBase14interfaceChainENSt3__18functionIFvRKNS_8hardware8hidl_vecINS6_11hidl_stringEEEEEE _ZN7android4hidl4base4V1_05IBase19interfaceDescriptorENSt3__18functionIFvRKNS_8hardware11hidl_stringEEEE _ZN7android4hidl4base4V1_05IBase21notifySyspropsChangedEv _ZN7android4hidl4base4V1_05IBase21setHALInstrumentationEv _ZN7android4hidl4base4V1_05IBase4pingEv _ZN7android4hidl4base4V1_05IBase5debugERKNS_8hardware11hidl_handleERKNS4_8hidl_vecINS4_11hidl_stringEEE _ZN7android4hidl4base4V1_08BnHwBase10onTransactEjRKNS_8hardware6ParcelEPS5_jNSt3__18functionIFvRS5_EEE _ZN7android4hidl4base4V1_08BnHwBaseC2ERKNS_2spINS2_5IBaseEEERKNSt3__112basic_stringIcNS9_11char_traitsIcEENS9_9allocatorIcEEEESH_ _ZN7android4hidl4base4V1_08BnHwBaseD0Ev _ZN7android4hidl4base4V1_08BnHwBaseD1Ev ...
/aosp_15_r20/prebuilts/vndk/v30/x86/arch-x86/shared/vndk-core/
D[email protected]__cxa_finalize __stack_chk_fail _ZN7android14sp_report_raceEv _ZN7android21report_sysprop_changeEv _ZN7android23sp_report_stack_pointerEv _ZN7android4hidl4base4V1_05IBase10descriptorE _ZN7android4hidl4base4V1_05IBase11linkToDeathERKNS_2spINS_8hardware20hidl_death_recipientEEEy _ZN7android4hidl4base4V1_05IBase12getDebugInfoENSt3__18functionIFvRKNS2_9DebugInfoEEEE _ZN7android4hidl4base4V1_05IBase12getHashChainENSt3__18functionIFvRKNS_8hardware8hidl_vecINS6_10hidl_arrayIhLj32EJEEEEEEEE _ZN7android4hidl4base4V1_05IBase13unlinkToDeathERKNS_2spINS_8hardware20hidl_death_recipientEEE _ZN7android4hidl4base4V1_05IBase14interfaceChainENSt3__18functionIFvRKNS_8hardware8hidl_vecINS6_11hidl_stringEEEEEE _ZN7android4hidl4base4V1_05IBase19interfaceDescriptorENSt3__18functionIFvRKNS_8hardware11hidl_stringEEEE _ZN7android4hidl4base4V1_05IBase21notifySyspropsChangedEv _ZN7android4hidl4base4V1_05IBase21setHALInstrumentationEv _ZN7android4hidl4base4V1_05IBase4pingEv _ZN7android4hidl4base4V1_05IBase5debugERKNS_8hardware11hidl_handleERKNS4_8hidl_vecINS4_11hidl_stringEEE _ZN7android4hidl4base4V1_08BnHwBase10onTransactEjRKNS_8hardware6ParcelEPS5_jNSt3__18functionIFvRS5_EEE _ZN7android4hidl4base4V1_08BnHwBaseC2ERKNS_2spINS2_5IBaseEEERKNSt3__112basic_stringIcNS9_11char_traitsIcEENS9_9allocatorIcEEEESH_ _ZN7android4hidl4base4V1_08BnHwBaseD0Ev ...

12345678910>>...1036