Home
last modified time | relevance | path

Searched refs:mBatchedEventQueue (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp113 mBatchedEventQueue = std::make_shared<ConcurrentQueue<VehiclePropValue>>(); in DefaultVehicleHal()
117 mBatchedEventQueue.get(), mEventBatchingWindow, in DefaultVehicleHal()
123 std::weak_ptr<ConcurrentQueue<VehiclePropValue>> batchedEventQueueCopy = mBatchedEventQueue; in DefaultVehicleHal()
170 if (mBatchedEventQueue) { in ~DefaultVehicleHal()
172 mBatchedEventQueue->deactivate(); in ~DefaultVehicleHal()
176 mBatchedEventQueue.reset(); in ~DefaultVehicleHal()
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/
DDefaultVehicleHal.h132 std::shared_ptr<ConcurrentQueue<aidlvhal::VehiclePropValue>> mBatchedEventQueue; variable