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,
120 auto internalPropValue = mPropStore->readValueOrNull(requestedPropValue); in get()141 auto hvacPowerOn = mPropStore->readValueOrNull( in set()192 auto currentPropValue = mPropStore->readValueOrNull(propValue); in set()307 auto internalPropValue = mPropStore->readValueOrNull(property); in onContinuousPropertyTimer()547 auto freezeFrame = mPropStore->readValueOrNull(OBD2_FREEZE_FRAME, 0, timestamp); in fillObd2FreezeFrame()567 auto freezeFrame = mPropStore->readValueOrNull(OBD2_FREEZE_FRAME, 0, timestamp); in clearObd2FreezeFrames()
99 std::unique_ptr<VehiclePropValue> VehiclePropertyStore::readValueOrNull( in readValueOrNull() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore107 std::unique_ptr<VehiclePropValue> VehiclePropertyStore::readValueOrNull( in readValueOrNull() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore