Searched defs:batchingSupported (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/sensorservice/
H A DSensorService.cpp215 bool batchingSupported = false; local
217 [&batchingSupported] (const Sensor& s) -> bool {
219 batchingSupported = true;
221 return !batchingSupported;
224 if (batchingSupported) {

Completed in 79 milliseconds