Searched refs:getAllPropConfigs (Results 1 – 5 of 5) sorted by relevance
46 Return<void> getAllPropConfigs(getAllPropConfigs_cb _hidl_cb) override { in getAllPropConfigs() function47 return mVehicle20->getAllPropConfigs(_hidl_cb); in getAllPropConfigs()
64 Return<void> getAllPropConfigs(getAllPropConfigs_cb _hidl_cb) override;
223 TEST_F(VehicleHalManagerTest, getAllPropConfigs) { in TEST_F() argument225 manager->getAllPropConfigs( in TEST_F()
26 getAllPropConfigs() generates (vec<VehiclePropConfig> propConfigs);
47 Return<void> VehicleHalManager::getAllPropConfigs(getAllPropConfigs_cb _hidl_cb) { in getAllPropConfigs() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager