Home
last modified time | relevance | path

Searched refs:requestedPropValue (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp137 const VehiclePropValue& requestedPropValue, StatusCode* outStatus) { in get() argument
138 auto propId = requestedPropValue.prop; in get()
147 *outStatus = fillObd2FreezeFrame(requestedPropValue, v.get()); in get()
156 const auto& ret = mEmulatedUserHal->onGetProperty(requestedPropValue); in get()
174 auto internalPropValue = mPropStore->readValueOrNull(requestedPropValue); in get()
467 StatusCode EmulatedVehicleHal::fillObd2FreezeFrame(const VehiclePropValue& requestedPropValue, in fillObd2FreezeFrame() argument
469 if (requestedPropValue.value.int64Values.size() != 1) { in fillObd2FreezeFrame()
473 auto timestamp = requestedPropValue.value.int64Values[0]; in fillObd2FreezeFrame()
DEmulatedVehicleHal.h56 VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue,
81 StatusCode fillObd2FreezeFrame(const VehiclePropValue& requestedPropValue,
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp53 VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue, in get() argument
57 auto property = static_cast<VehicleProperty>(requestedPropValue.prop); in get()
58 int32_t areaId = requestedPropValue.areaId; in get()
73 if (requestedPropValue.prop == kCustomComplexProperty) { in get()
165 void invokeGet(const VehiclePropValue& requestedPropValue) { in invokeGet() argument
171 manager->get(requestedPropValue, [&refStatus, &refValue, &called] in invokeGet()
178 << hexString(requestedPropValue.prop); in invokeGet()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHal.h44 virtual VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue,
DVehicleHalManager.h67 Return<void> get(const VehiclePropValue& requestedPropValue,
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp89 Return<void> VehicleHalManager::get(const VehiclePropValue& requestedPropValue, get_cb _hidl_cb) { in get() argument
90 const auto* config = getPropConfigOrNull(requestedPropValue.prop); in get()
93 requestedPropValue.prop); in get()
104 auto value = mHal->get(requestedPropValue, &status); in get()
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicle.hal53 get(VehiclePropValue requestedPropValue)