Searched refs:batchingSupported (Results 1 – 1 of 1) sorted by relevance
215 bool batchingSupported = false; in onFirstRef() local217 [&batchingSupported] (const Sensor& s) -> bool { in onFirstRef()219 batchingSupported = true; in onFirstRef()221 return !batchingSupported; in onFirstRef()224 if (batchingSupported) { in onFirstRef()