Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp109 RecordId recId = {prop, isGlobalProp(prop) ? 0 : area, token }; in readValueOrNull()
145 .area = isGlobalProp(valuePrototype.prop) ? 0 : valuePrototype.areaId, in getRecordIdLocked()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleUtils.h55 inline constexpr bool isGlobalProp(int32_t prop) { in isGlobalProp() function
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp237 if (isGlobalProp(cfg.prop)) { in onCreate()
244 if (isGlobalProp(cfg.prop)) { in onCreate()