Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp191 auto currentPropValue = mPropStore->readValueOrNull(propValue); in set() local
193 if (currentPropValue == nullptr) { in set()
196 if (currentPropValue->status != VehiclePropertyStatus::AVAILABLE) { in set()