/test/vts/utils/python/mirror/ |
hal_mirror.py | 63 target_component_name, hw_binder_service_name, 73 target_component_name: string, the target componet name (e.g., INfc). 90 target_component_name=target_component_name,
|
mirror_object.py | 93 target_component_name=None, 141 target_component_name=target_component_name,
|
mirror_tracker.py | 94 target_component_name=None, 124 target_component_name, hw_binder_service_name,
|
/test/vts/agents/hal/ |
SocketClientToDriver.cpp | 44 const string& target_component_name, 54 command_message.set_target_component_name(target_component_name);
|
SocketClientToDriver.h | 45 const string& target_component_name,
|
AgentRequestHandler.cpp | 110 const string& target_component_name = command_msg.target_component_name(); local 251 target_package, target_component_name, hw_binder_service_name,
|
/test/vts/testcases/codelab/host_multi_hal/ |
VtsCodelabHostMultiHalTest.py | 39 target_component_name="ILight", 47 target_component_name="IThermal",
|
/test/vts/drivers/hal/server/ |
SocketServer.h | 47 const string& target_component_name,
|
SocketServer.cpp | 46 const string& target_component_name, 52 target_package.c_str(), target_component_name.c_str(), 125 command_message.target_component_name(),
|
/test/vts-testcase/hal/radio/V1_0/host/ |
VtsHalRadioV1_0HostTest.py | 38 target_component_name="IRadio",
|
/test/vts-testcase/hal/tv/input/V1_0/host/ |
VtsHalTvInputV1_0HostTest.py | 41 target_component_name="ITvInput",
|
/test/vts-testcase/hal/vr/V1_0/host/ |
VtsHalVrV1_0HostTest.py | 39 target_component_name="IVr",
|
/test/vts-testcase/hal/vibrator/V1_0/host/ |
VtsHalVibratorV1_0HostTest.py | 39 target_component_name="IVibrator",
|
/test/vts/runners/host/tcp_client/ |
vts_tcp_client.py | 176 target_component_name=None, 193 target_component_name=target_component_name, 503 target_component_name=None, 542 if target_component_name is not None: 543 command_msg.target_component_name = target_component_name
|
/test/vts/drivers/hal/common/include/component_loader/ |
HalDriverLoader.h | 71 const char* target_package, const char* target_component_name,
|
/test/vts/proto/ |
VtsDriverControlMessage.proto | 86 optional bytes target_component_name = 1207;
|
AndroidSystemControlMessage.proto | 117 optional bytes target_component_name = 3009;
|
/test/vts-testcase/hal/contexthub/V1_0/host/ |
VtsHalContexthubV1_0HostTest.py | 79 target_component_name="IContexthub",
|
/test/vts-testcase/hal/media/omx/V1_0/host/ |
VtsHalMediaOmxV1_0HostTest.py | 73 target_component_name="IOmx",
|
/test/vts-testcase/hal/nfc/V1_0/host/ |
VtsHalNfcV1_0HostTest.py | 52 target_component_name="INfc",
|
/test/vts-testcase/hal/sensors/V1_0/host/ |
VtsHalSensorsV1_0HostTest.py | 42 target_component_name="ISensors",
|
/test/vts/drivers/hal/common/component_loader/ |
HalDriverLoader.cpp | 248 const char* target_component_name, 252 target_component_name, target_type,
|
/test/vts-testcase/hal/gnss/V1_0/host/ |
VtsHalGnssV1_0HostTest.py | 46 target_component_name="IGnss",
|
/test/vts-testcase/hal/tv/cec/V1_0/host/ |
VtsHalTvCecV1_0HostTest.py | 40 target_component_name="IHdmiCec",
|
/frameworks/base/core/java/android/content/ |
ClipDescription.java | 80 "android.content.extra.TARGET_COMPONENT_NAME";
|