Searched refs:requestedPropValue (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | EmulatedVehicleHal.h | 53 VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue, 79 StatusCode fillObd2FreezeFrame(const VehiclePropValue& requestedPropValue,
|
D | EmulatedVehicleHal.cpp | 104 const VehiclePropValue& requestedPropValue, StatusCode* outStatus) { in get() argument 105 auto propId = requestedPropValue.prop; in get() 112 *outStatus = fillObd2FreezeFrame(requestedPropValue, v.get()); in get() 119 auto internalPropValue = mPropStore->readValueOrNull(requestedPropValue); in get() 518 StatusCode EmulatedVehicleHal::fillObd2FreezeFrame(const VehiclePropValue& requestedPropValue, in fillObd2FreezeFrame() argument 520 if (requestedPropValue.value.int64Values.size() != 1) { in fillObd2FreezeFrame() 524 auto timestamp = requestedPropValue.value.int64Values[0]; in fillObd2FreezeFrame()
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | VehicleHalManager_test.cpp | 53 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/src/ |
D | VehicleHalManager.cpp | 79 Return<void> VehicleHalManager::get(const VehiclePropValue& requestedPropValue, get_cb _hidl_cb) { in get() argument 80 const auto* config = getPropConfigOrNull(requestedPropValue.prop); in get() 83 requestedPropValue.prop); in get() 94 auto value = mHal->get(requestedPropValue, &status); in get()
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | VehicleHal.h | 44 virtual VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue,
|
D | VehicleHalManager.h | 67 Return<void> get(const VehiclePropValue& requestedPropValue,
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | IVehicle.hal | 53 get(VehiclePropValue requestedPropValue)
|