Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputConsumerNoResampling.cpp346 std::set<int32_t> pendingBatchSources; in handleMessages() local
349 pendingBatchSources.insert(pendingMessages.front().body.motion.source); in handleMessages()
351 for (const int32_t source : pendingBatchSources) { in handleMessages()