Searched defs:getAllPropConfigs (Results 1 – 9 of 9) sorted by relevance
37 android.hardware.automotive.vehicle.VehiclePropConfigs getAllPropConfigs(); in getAllPropConfigs() method
42 VehiclePropConfigs getAllPropConfigs(); in getAllPropConfigs() method
134 VhalClientResult<std::vector<std::unique_ptr<IHalPropConfig>>> getAllPropConfigs() override { in getAllPropConfigs() function in android::hardware::automotive::remoteaccess::FakeVhalClient
235 TEST_F(VehicleHalManagerTest, getAllPropConfigs) { in TEST_F() argument
78 Return<void> VehicleHalManager::getAllPropConfigs(getAllPropConfigs_cb _hidl_cb) { in getAllPropConfigs() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager
334 ScopedAStatus DefaultVehicleHal::getAllPropConfigs(VehiclePropConfigs* output) { in getAllPropConfigs() function in android::hardware::automotive::vehicle::DefaultVehicleHal
162 TEST_P(VtsHalAutomotiveVehicleTargetTest, getAllPropConfigs) { in TEST_P() argument