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

/frameworks/native/services/sensorservice/
H A DSensorService.cpp226 bool batchingSupported = false; local
228 [&batchingSupported] (const Sensor& s) -> bool {
230 batchingSupported = true;
232 return !batchingSupported;
235 if (batchingSupported) {

Completed in 50 milliseconds