/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/ |
D | IVehicle.aidl | 42 VehiclePropConfigs getAllPropConfigs(); in getAllPropConfigs() method
|
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/ |
D | IVehicle.aidl | 37 android.hardware.automotive.vehicle.VehiclePropConfigs getAllPropConfigs(); in getAllPropConfigs() method
|
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/3/android/hardware/automotive/vehicle/ |
D | IVehicle.aidl | 37 android.hardware.automotive.vehicle.VehiclePropConfigs getAllPropConfigs(); in getAllPropConfigs() method
|
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/2/android/hardware/automotive/vehicle/ |
D | IVehicle.aidl | 37 android.hardware.automotive.vehicle.VehiclePropConfigs getAllPropConfigs(); in getAllPropConfigs() method
|
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/1/android/hardware/automotive/vehicle/ |
D | IVehicle.aidl | 37 android.hardware.automotive.vehicle.VehiclePropConfigs getAllPropConfigs(); in getAllPropConfigs() method
|
/hardware/interfaces/automotive/vehicle/aidl/rust_impl/vhal/src/ |
D | default_vehicle_hal.rs | 17 fn getAllPropConfigs(&self) -> BinderResult<VehiclePropConfigs> { in getAllPropConfigs() method
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | VehicleHalManager.h | 64 Return<void> getAllPropConfigs(getAllPropConfigs_cb _hidl_cb) override;
|
/hardware/interfaces/automotive/vehicle/vts/src/ |
D | VtsHalAutomotiveVehicle_TargetTest.cpp | 201 TEST_P(VtsHalAutomotiveVehicleTargetTest, getAllPropConfigs) { in TEST_P() argument 204 auto result = mVhalClient->getAllPropConfigs(); in TEST_P() 217 auto result = mVhalClient->getAllPropConfigs(); in TEST_P() 251 auto result = mVhalClient->getAllPropConfigs(); in TEST_P() 285 auto result = mVhalClient->getAllPropConfigs(); in TEST_P() 358 auto result = mVhalClient->getAllPropConfigs(); in TEST_P() 484 auto result = mVhalClient->getAllPropConfigs(); in TEST_P() 786 auto result = mVhalClient->getAllPropConfigs(); in verifyProperty()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/ |
D | DefaultVehicleHal.h | 58 ndk::ScopedAStatus getAllPropConfigs(aidlvhal::VehiclePropConfigs* returnConfigs) override;
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | IVehicle.hal | 26 getAllPropConfigs() generates (vec<VehiclePropConfig> propConfigs);
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | VehicleHalManager_test.cpp | 235 TEST_F(VehicleHalManagerTest, getAllPropConfigs) { in TEST_F() argument 237 manager->getAllPropConfigs( in TEST_F()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/ |
D | DefaultVehicleHalTest.cpp | 581 auto status = client->getAllPropConfigs(&output); in TEST_F() 602 auto status = client->getAllPropConfigs(&output); in TEST_F() 631 auto status = client->getAllPropConfigs(&output); in TEST_F()
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | VehicleHalManager.cpp | 78 Return<void> VehicleHalManager::getAllPropConfigs(getAllPropConfigs_cb _hidl_cb) { in getAllPropConfigs() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/ |
D | VehicleManager_fuzzer.cpp | 225 mManager->getAllPropConfigs( in invokePropConfigs()
|
/hardware/interfaces/automotive/remoteaccess/hal/default/test/ |
D | RemoteAccessServiceUnitTest.cpp | 195 VhalClientResult<std::vector<std::unique_ptr<IHalPropConfig>>> getAllPropConfigs() override { in getAllPropConfigs() function in android::hardware::automotive::remoteaccess::FakeVhalClient
|
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/ |
D | DefaultVehicleHal.cpp | 398 ScopedAStatus DefaultVehicleHal::getAllPropConfigs(VehiclePropConfigs* output) { in getAllPropConfigs() function in android::hardware::automotive::vehicle::DefaultVehicleHal
|