/external/autotest/cli/ |
job.py | 23 from autotest_lib.client.common_lib import control_data 24 from autotest_lib.client.common_lib import priorities 459 'client/server setting is implicit and ' 488 self.data['control_type'] = control_data.CONTROL_TYPE_NAMES.CLIENT 507 self.data['control_type'] = control_data.CONTROL_TYPE_NAMES.CLIENT
|
/frameworks/av/services/camera/libcameraservice/ |
CameraService.h | 68 class Client; 167 // Client functionality 218 // Return the package name for this client 221 // Notify client about a fatal error 225 // Get the UID of the application client using this 228 // Get the PID of the application client using this 231 // Check what API level is used for this client. This is used to determine which 274 explicit OpsCallback(wp<BasicClient> client); 291 class Client : public hardware::BnCamera, public BasicClient 298 virtual status_t connect(const sp<hardware::ICameraClient>& client) = 0 [all...] |
CameraService.cpp | 339 // Remove the client from the list of active clients, if there is one 343 // Disconnect client 345 ALOGI("%s: Client for camera ID %s evicted due to device status change from HAL", 347 // Notify the client of disconnection 351 // Ensure not in binder RPC so client disconnect PID checks work correctly 602 /*out*/sp<BasicClient>* client) { 611 *client = new CameraClient(cameraService, tmp, packageName, cameraIdToInt(cameraId), 627 *client = new Camera2Client(cameraService, tmp, packageName, cameraIdToInt(cameraId), 632 *client = new CameraDeviceClient(cameraService, tmp, packageName, cameraId, 650 *client = new CameraClient(cameraService, tmp, packageName, cameraIdToInt(cameraId) 1201 sp<Client> client = nullptr; local 1229 sp<Client> client = nullptr; local 1256 sp<CameraDeviceClient> client = nullptr; local 1289 sp<CLIENT> client = nullptr; local 2308 sp<BasicClient> client = mClient.promote(); local 2528 auto client = clientDescriptor->getValue(); local [all...] |
/external/conscrypt/testing/src/main/java/libcore/java/security/ |
TestKeyStore.java | 139 private static TestKeyStore CLIENT; 238 CLIENT = new TestKeyStore(createClient(INTERMEDIATE_CA.keyStore), null, null); 240 .aliasPrefix("client-ec") 247 .aliasPrefix("client-ec") 254 .aliasPrefix("client") 312 return CLIENT; 316 * Return a client keystore with a matched RSA certificate and 325 * Return a client keystore with a matched RSA certificate and 334 * Return a client keystore with a matched RSA certificate and [all...] |
/libcore/support/src/test/java/libcore/java/security/ |
TestKeyStore.java | 137 private static TestKeyStore CLIENT; 236 CLIENT = new TestKeyStore(createClient(INTERMEDIATE_CA.keyStore), null, null); 238 .aliasPrefix("client-ec") 245 .aliasPrefix("client-ec") 252 .aliasPrefix("client") 310 return CLIENT; 314 * Return a client keystore with a matched RSA certificate and 323 * Return a client keystore with a matched RSA certificate and 332 * Return a client keystore with a matched RSA certificate and [all...] |
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
LocApiRpc.cpp | 104 static void loc_rpc_global_cb(void* user, CLIENT* clnt, enum rpc_reset_event event) 211 void LocApiRpc::locRpcGlobalCB(CLIENT* clnt, enum rpc_reset_event event) 369 ALOGD ("loc_eng_set_position mode, client = %d, interval = %d, mode = %d\n", [all...] |
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
LocApiRpc.cpp | 104 static void loc_rpc_global_cb(void* user, CLIENT* clnt, enum rpc_reset_event event) 211 void LocApiRpc::locRpcGlobalCB(CLIENT* clnt, enum rpc_reset_event event) 369 ALOGD ("loc_eng_set_position mode, client = %d, interval = %d, mode = %d\n", [all...] |
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
LocApiRpc.cpp | 104 static void loc_rpc_global_cb(void* user, CLIENT* clnt, enum rpc_reset_event event) 211 void LocApiRpc::locRpcGlobalCB(CLIENT* clnt, enum rpc_reset_event event) 369 ALOGD ("loc_eng_set_position mode, client = %d, interval = %d, mode = %d\n", [all...] |
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
LocApiRpc.cpp | 104 static void loc_rpc_global_cb(void* user, CLIENT* clnt, enum rpc_reset_event event) 211 void LocApiRpc::locRpcGlobalCB(CLIENT* clnt, enum rpc_reset_event event) 369 ALOGD ("loc_eng_set_position mode, client = %d, interval = %d, mode = %d\n", [all...] |
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
LocApiRpc.cpp | 104 static void loc_rpc_global_cb(void* user, CLIENT* clnt, enum rpc_reset_event event) 211 void LocApiRpc::locRpcGlobalCB(CLIENT* clnt, enum rpc_reset_event event) 369 ALOGD ("loc_eng_set_position mode, client = %d, interval = %d, mode = %d\n", [all...] |
/system/tools/aidl/ |
aidl.cpp | 323 for (ClassNames c : {ClassNames::CLIENT,
|
/external/autotest/server/ |
frontend.py | 25 from autotest_lib.client.common_lib import control_data 26 from autotest_lib.client.common_lib import global_config 27 from autotest_lib.client.common_lib import priorities 28 from autotest_lib.client.common_lib import utils 663 control_type=control_data.CONTROL_TYPE_NAMES.CLIENT,
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
VtsHalGraphicsComposerV2_1TargetTest.cpp | 261 * required client targets. 675 mWriter->setLayerCompositionType(IComposerClient::Composition::CLIENT);
|
/external/autotest/frontend/afe/ |
models.py | 19 from autotest_lib.client.common_lib import enum, error, host_protections 20 from autotest_lib.client.common_lib import global_config 21 from autotest_lib.client.common_lib import host_queue_entry_states 22 from autotest_lib.client.common_lib import control_data, priorities, decorators 23 from autotest_lib.client.common_lib import site_utils 24 from autotest_lib.client.common_lib.cros.graphite import autotest_es 521 would only be transferred once, even if the client 534 # Detecting duplicates on the client is easy, but here it's harder. The 798 test_type: Client or Server 876 test_type: Client or Serve [all...] |
/prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/ |
selenium-api-2.42.2.jar | |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
wagon-http-2.6-shaded.jar | |