Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp175 auto internalPropValue = mPropStore->readValueOrNull(requestedPropValue); in get() local
176 if (internalPropValue != nullptr) { in get()
177 v = getValuePool()->obtain(*internalPropValue); in get()
340 auto internalPropValue = mPropStore->readValueOrNull(property); in onContinuousPropertyTimer() local
341 if (internalPropValue != nullptr) { in onContinuousPropertyTimer()
342 v = pool.obtain(*internalPropValue); in onContinuousPropertyTimer()
509 auto internalPropValue = mPropStore->readValueOrNull(propValue); in doInternalHealthCheck() local
510 if (internalPropValue != nullptr) { in doInternalHealthCheck()