HomeSort by relevance Sort by last modified time
    Searched refs:readValueOrNull (Results 1 - 4 of 4) sorted by null

  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehiclePropertyStore.h 77 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/
EmulatedVehicleHal.cpp 52 auto internalPropValue = mPropStore->readValueOrNull(requestedPropValue);
67 auto hvacPowerOn = mPropStore->readValueOrNull(toInt(VehicleProperty::HVAC_POWER_ON),
135 auto internalPropValue = mPropStore->readValueOrNull(property);
  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VehiclePropertyStore.cpp 95 std::unique_ptr<VehiclePropValue> VehiclePropertyStore::readValueOrNull(
103 std::unique_ptr<VehiclePropValue> VehiclePropertyStore::readValueOrNull(
  /hardware/interfaces/automotive/vehicle/2.1/default/impl/vhal_v2_1/
EmulatedVehicleHal.cpp 154 auto freezeFrame = mPropStore->readValueOrNull(OBD2_FREEZE_FRAME, 0, timestamp);
174 auto freezeFrame = mPropStore->readValueOrNull(OBD2_FREEZE_FRAME, 0, timestamp);

Completed in 408 milliseconds