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,
174 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()
107 std::unique_ptr<VehiclePropValue> VehiclePropertyStore::readValueOrNull( in readValueOrNull() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore115 std::unique_ptr<VehiclePropValue> VehiclePropertyStore::readValueOrNull( in readValueOrNull() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore