Home
last modified time | relevance | path

Searched refs:listProperties (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHal.h43 virtual std::vector<VehiclePropConfig> listProperties() = 0;
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.h52 std::vector<VehiclePropConfig> listProperties() override;
DVehicleEmulator.cpp79 std::vector<VehiclePropConfig> configs = mHal->listProperties(); in doGetConfig()
98 std::vector<VehiclePropConfig> configs = mHal->listProperties(); in doGetConfigAll()
DEmulatedVehicleHal.cpp274 std::vector<VehiclePropConfig> EmulatedVehicleHal::listProperties() { in listProperties() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleHal
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp192 auto supportedPropConfigs = mHal->listProperties(); in init()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp49 std::vector<VehiclePropConfig> listProperties() override { in listProperties() function in android::hardware::automotive::vehicle::V2_0::__anon857962580111::MockedVehicleHal