Home
last modified time | relevance | path

Searched refs:registerProperty (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h66 void registerProperty(const VehiclePropConfig& config, TokenFunction tokenFunc = nullptr);
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp38 void VehiclePropertyStore::registerProperty(const VehiclePropConfig& config, in registerProperty() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp44 mPropStore->registerProperty(kVehicleProperties[i].config); in EmulatedVehicleHal()
/hardware/interfaces/automotive/vehicle/2.1/default/impl/vhal_v2_1/
DEmulatedVehicleHal.cpp216 mPropStore->registerProperty(*cfg, tokenFunction); in initStaticConfig()