Home
last modified time | relevance | path

Searched defs:getPropConfigs (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/vts/functional/
H A DVtsHalAutomotiveVehicleV2_0TargetTest.cpp139 TEST_P(VehicleHalHidlTest, getPropConfigs) { in TEST_P() argument
/aosp12/packages/services/Car/vehicle-hal-support-lib/test/com/android/car/vehiclehal/test/
H A DMockedVehicleHal.java143 public synchronized void getPropConfigs(ArrayList<Integer> props, getPropConfigsCallback cb) { in getPropConfigs() method in MockedVehicleHal
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleHalManager.cpp92 Return<void> VehicleHalManager::getPropConfigs(const hidl_vec<int32_t> &properties, in getPropConfigs() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVehicleHalManager_test.cpp205 TEST_F(VehicleHalManagerTest, getPropConfigs) { in TEST_F() argument