Searched refs:mBatchedEventQueue (Results 1 – 2 of 2) sorted by relevance
113 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()
132 std::shared_ptr<ConcurrentQueue<aidlvhal::VehiclePropValue>> mBatchedEventQueue; variable