Searched refs:readValueOrNull (Results 1 – 3 of 3) sorted by relevance
77 std::unique_ptr<VehiclePropValue> readValueOrNull(const VehiclePropValue& request) const;78 std::unique_ptr<VehiclePropValue> readValueOrNull(int32_t prop, int32_t area = 0,
122 auto internalPropValue = mPropStore->readValueOrNull(requestedPropValue); in get()141 auto hvacPowerOn = mPropStore->readValueOrNull(toInt(VehicleProperty::HVAC_POWER_ON), in set()234 auto internalPropValue = mPropStore->readValueOrNull(property); in onContinuousPropertyTimer()424 auto freezeFrame = mPropStore->readValueOrNull(OBD2_FREEZE_FRAME, 0, timestamp); in fillObd2FreezeFrame()444 auto freezeFrame = mPropStore->readValueOrNull(OBD2_FREEZE_FRAME, 0, timestamp); in clearObd2FreezeFrames()
95 std::unique_ptr<VehiclePropValue> VehiclePropertyStore::readValueOrNull( in readValueOrNull() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore103 std::unique_ptr<VehiclePropValue> VehiclePropertyStore::readValueOrNull( in readValueOrNull() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore