Searched refs:batched (Results 1 – 4 of 4) sorted by relevance
3 …o deliver them all at once to the app. For this reason, input events are batched to only deliver 1…10 4. If a batched input event is available, `InputConsumer::hasPendingBatch` returns true. No event i…11 5. The app is notified that a batched event is available for consumption, and schedules a runnable …12 6. When the scheduled runnable is executed, it doesn't just consume the batched input. It proactive…13 7. The batched event is sent to the app, along with any of the other events that have come in.23 …tches because there may be other events that come in before the 'consume batched input' runnable r…25 …batched event comes in at this point (typically, any MOVE event that has source = TOUCHSCREEN), th…27 ## 2. Consuming batched events ##29 … callback. The other time when the app reads events is when the 'consume batched input' runnable i…31 Before the batched events are consumed, the socket is drained once again. This is an optimization.[all …]
120 const Closure* batched = c->mClosure; in conflict() local121 if (globalDeps.find(batched) != globalDeps.end()) { in conflict()124 const auto& it = argDeps.find(batched); in conflict()
390 * Logs the LE scan results information when regular and batched scan results398 // Number of ble scan results returned. 1 for regular scan, and use numRecords for batched scan
25 - Consecutive modifications can be batched.