Searched refs:VehiclePropValuePtr (Results 1 – 8 of 8) sorted by relevance
35 using VehiclePropValuePtr = recyclable_ptr<VehiclePropValue>;37 using HalEventFunction = std::function<void(VehiclePropValuePtr)>;44 virtual VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue,109 void doHalEvent(VehiclePropValuePtr v) { in doHalEvent()
82 using VehiclePropValuePtr = VehicleHal::VehiclePropValuePtr; variable88 void onHalEvent(VehiclePropValuePtr v);94 void onBatchHalEvent(const std::vector<VehiclePropValuePtr >& values);150 ConcurrentQueue<VehiclePropValuePtr> mEventQueue;151 BatchingConsumer<VehiclePropValuePtr> mBatchingConsumer;
56 VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue,85 VehicleHal::VehiclePropValuePtr doInternalHealthCheck();86 VehicleHal::VehiclePropValuePtr createVhalHeartBeatProp();
137 VehicleHal::VehiclePropValuePtr EmulatedVehicleHal::get( in get()143 VehiclePropValuePtr v = nullptr; in get()334 VehiclePropValuePtr v; in onContinuousPropertyTimer()395 VehiclePropValuePtr updatedPropValue = getValuePool()->obtain(value); in onPropertyValue()501 VehicleHal::VehiclePropValuePtr EmulatedVehicleHal::doInternalHealthCheck() { in doInternalHealthCheck()502 VehicleHal::VehiclePropValuePtr v = nullptr; in doInternalHealthCheck()518 VehicleHal::VehiclePropValuePtr EmulatedVehicleHal::createVhalHeartBeatProp() { in createVhalHeartBeatProp()519 VehicleHal::VehiclePropValuePtr v = getValuePool()->obtainInt64(uptimeMillis()); in createVhalHeartBeatProp()
212 VehicleHalServer::VehiclePropValuePtr VehicleHalServer::createApPowerStateReq( in createApPowerStateReq()224 VehicleHalServer::VehiclePropValuePtr VehicleHalServer::createHwInputKeyProp( in createHwInputKeyProp()
45 VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue,
104 MockedVehicleHal::VehiclePropValuePtr MockedVehicleHal::get( in get()106 VehiclePropValuePtr pValue = nullptr; in get()
66 VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue, in get()69 VehiclePropValuePtr pValue; in get()184 MockedVehicleHal::VehiclePropValuePtr getComplexProperty() { in getComplexProperty()