Home
last modified time | relevance | path

Searched defs:getAllPropConfigs (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/1/android/hardware/automotive/vehicle/
DIVehicle.aidl37 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/
DIVehicle.aidl37 android.hardware.automotive.vehicle.VehiclePropConfigs getAllPropConfigs(); in getAllPropConfigs() method
/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/
DIVehicle.aidl42 VehiclePropConfigs getAllPropConfigs(); in getAllPropConfigs() method
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/
DIVehicle.aidl37 android.hardware.automotive.vehicle.VehiclePropConfigs getAllPropConfigs(); in getAllPropConfigs() method
/hardware/interfaces/automotive/remoteaccess/hal/default/test/
DRemoteAccessServiceUnitTest.cpp134 VhalClientResult<std::vector<std::unique_ptr<IHalPropConfig>>> getAllPropConfigs() override { in getAllPropConfigs() function in android::hardware::automotive::remoteaccess::FakeVhalClient
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp235 TEST_F(VehicleHalManagerTest, getAllPropConfigs) { in TEST_F() argument
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp78 Return<void> VehicleHalManager::getAllPropConfigs(getAllPropConfigs_cb _hidl_cb) { in getAllPropConfigs() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp334 ScopedAStatus DefaultVehicleHal::getAllPropConfigs(VehiclePropConfigs* output) { in getAllPropConfigs() function in android::hardware::automotive::vehicle::DefaultVehicleHal
/hardware/interfaces/automotive/vehicle/vts/src/
DVtsHalAutomotiveVehicle_TargetTest.cpp162 TEST_P(VtsHalAutomotiveVehicleTargetTest, getAllPropConfigs) { in TEST_P() argument