Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DConcurrentQueue.h88 class BatchingConsumer {
98 BatchingConsumer() : mState(State::INIT) {} in BatchingConsumer() function
100 BatchingConsumer(const BatchingConsumer &) = delete;
101 BatchingConsumer &operator=(const BatchingConsumer &) = delete;
112 &BatchingConsumer<T>::runInternal, this, func); in run()
DVehicleHalManager.h113 BatchingConsumer<VehiclePropValuePtr> mBatchingConsumer;