Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DConcurrentQueue.h103 using OnBatchReceivedFunc = std::function<void(const std::vector<T>& vec)>; variable
107 const OnBatchReceivedFunc& func) { in run()
126 void runInternal(const OnBatchReceivedFunc& onBatchReceived) { in runInternal()