Searched defs:getPropConfigs (Results 1 – 4 of 4) sorted by relevance
139 TEST_P(VehicleHalHidlTest, getPropConfigs) { in TEST_P() argument
143 public synchronized void getPropConfigs(ArrayList<Integer> props, getPropConfigsCallback cb) { in getPropConfigs() method in MockedVehicleHal
92 Return<void> VehicleHalManager::getPropConfigs(const hidl_vec<int32_t> &properties, in getPropConfigs() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager
205 TEST_F(VehicleHalManagerTest, getPropConfigs) { in TEST_F() argument