Searched refs:readValueOrNull (Results 1 – 4 of 4) sorted by relevance
175 auto internalPropValue = mPropStore->readValueOrNull(requestedPropValue); in get()211 auto hvacPowerOn = mPropStore->readValueOrNull( in set()239 auto currentPropValue = mPropStore->readValueOrNull(propValue); in set()340 auto internalPropValue = mPropStore->readValueOrNull(property); in onContinuousPropertyTimer()460 auto freezeFrame = mPropStore->readValueOrNull(OBD2_FREEZE_FRAME, 0, timestamp); in fillObd2FreezeFrame()480 auto freezeFrame = mPropStore->readValueOrNull(OBD2_FREEZE_FRAME, 0, timestamp); in clearObd2FreezeFrames()509 auto internalPropValue = mPropStore->readValueOrNull(propValue); in doInternalHealthCheck()
78 std::unique_ptr<VehiclePropValue> readValueOrNull(const VehiclePropValue& request) const;79 std::unique_ptr<VehiclePropValue> readValueOrNull(int32_t prop, int32_t area = 0,
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
409 store->readValueOrNull(propValue); in invokeVehiclePropStore()410 store->readValueOrNull(propValue.prop, propValue.areaId, 0); in invokeVehiclePropStore()