Searched defs:getAllPropConfigs (Results 1 – 11 of 11) sorted by relevance
42 VehiclePropConfigs getAllPropConfigs(); in getAllPropConfigs() method
37 android.hardware.automotive.vehicle.VehiclePropConfigs getAllPropConfigs(); in getAllPropConfigs() method
17 fn getAllPropConfigs(&self) -> BinderResult<VehiclePropConfigs> { in getAllPropConfigs() method
78 Return<void> VehicleHalManager::getAllPropConfigs(getAllPropConfigs_cb _hidl_cb) { in getAllPropConfigs() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager
235 TEST_F(VehicleHalManagerTest, getAllPropConfigs) { in TEST_F() argument
195 VhalClientResult<std::vector<std::unique_ptr<IHalPropConfig>>> getAllPropConfigs() override { in getAllPropConfigs() function in android::hardware::automotive::remoteaccess::FakeVhalClient
398 ScopedAStatus DefaultVehicleHal::getAllPropConfigs(VehiclePropConfigs* output) { in getAllPropConfigs() function in android::hardware::automotive::vehicle::DefaultVehicleHal
201 TEST_P(VtsHalAutomotiveVehicleTargetTest, getAllPropConfigs) { in TEST_P() argument