Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehiclePropertyStore.cpp160 if (it->second.tokenFunction != nullptr) { in getRecordIdLocked()
161 recId.token = it->second.tokenFunction(valuePrototype); in getRecordIdLocked()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DEmulatedVehicleHal.cpp406 VehiclePropertyStore::TokenFunction tokenFunction = nullptr; in initStaticConfig() local
410 tokenFunction = [](const VehiclePropValue& propValue) { in initStaticConfig()
419 mPropStore->registerProperty(cfg, tokenFunction); in initStaticConfig()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehiclePropertyStore.h51 TokenFunction tokenFunction; member