Home
last modified time | relevance | path

Searched refs:readValueOrNull (Results 1 – 4 of 4) 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.cpp52 auto internalPropValue = mPropStore->readValueOrNull(requestedPropValue); in get()
67 auto hvacPowerOn = mPropStore->readValueOrNull(toInt(VehicleProperty::HVAC_POWER_ON), in set()
135 auto internalPropValue = mPropStore->readValueOrNull(property); in onContinuousPropertyTimer()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp95 std::unique_ptr<VehiclePropValue> VehiclePropertyStore::readValueOrNull( in readValueOrNull() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
103 std::unique_ptr<VehiclePropValue> VehiclePropertyStore::readValueOrNull( in readValueOrNull() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
/hardware/interfaces/automotive/vehicle/2.1/default/impl/vhal_v2_1/
DEmulatedVehicleHal.cpp154 auto freezeFrame = mPropStore->readValueOrNull(OBD2_FREEZE_FRAME, 0, timestamp); in fillObd2FreezeFrame()
174 auto freezeFrame = mPropStore->readValueOrNull(OBD2_FREEZE_FRAME, 0, timestamp); in clearObd2FreezeFrames()