Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h77 std::unique_ptr<VehiclePropValue> readValueOrNull(const VehiclePropValue& request) const;
78 std::unique_ptr<VehiclePropValue> readValueOrNull(int32_t prop, int32_t area = 0,
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp174 auto internalPropValue = mPropStore->readValueOrNull(requestedPropValue); in get()
204 auto hvacPowerOn = mPropStore->readValueOrNull( in set()
232 auto currentPropValue = mPropStore->readValueOrNull(propValue); in set()
358 auto internalPropValue = mPropStore->readValueOrNull(property); in onContinuousPropertyTimer()
474 auto freezeFrame = mPropStore->readValueOrNull(OBD2_FREEZE_FRAME, 0, timestamp); in fillObd2FreezeFrame()
494 auto freezeFrame = mPropStore->readValueOrNull(OBD2_FREEZE_FRAME, 0, timestamp); in clearObd2FreezeFrames()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp107 std::unique_ptr<VehiclePropValue> VehiclePropertyStore::readValueOrNull( in readValueOrNull() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
115 std::unique_ptr<VehiclePropValue> VehiclePropertyStore::readValueOrNull( in readValueOrNull() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore