Home
last modified time | relevance | path

Searched refs:onGetAllPropertyConfig (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleServer.h43 virtual std::vector<VehiclePropConfig> onGetAllPropertyConfig() const = 0;
DVehicleConnector.h63 return this->onGetAllPropertyConfig(); in getAllPropertyConfig()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleHalServer.cpp123 std::vector<VehiclePropConfig> VehicleHalServer::onGetAllPropertyConfig() const { in onGetAllPropertyConfig() function in android::hardware::automotive::vehicle::V2_0::impl::VehicleHalServer