Searched refs:registerProperty (Results 1 – 4 of 4) sorted by relevance
66 void registerProperty(const VehiclePropConfig& config, TokenFunction tokenFunc = nullptr);
38 void VehiclePropertyStore::registerProperty(const VehiclePropConfig& config, in registerProperty() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
44 mPropStore->registerProperty(kVehicleProperties[i].config); in EmulatedVehicleHal()
216 mPropStore->registerProperty(*cfg, tokenFunction); in initStaticConfig()