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/
DDefaultVehicleHal.cpp124 auto internalPropValue = mPropStore->readValueOrNull(requestedPropValue); in get() local
125 if (internalPropValue != nullptr) { in get()
126 v = getValuePool()->obtain(*internalPropValue); in get()
472 auto internalPropValue = mPropStore->readValueOrNull(propValue); in doInternalHealthCheck() local
473 if (internalPropValue != nullptr) { in doInternalHealthCheck()