Searched refs:batchingSupported (Results 1 – 1 of 1) sorted by relevance
233 bool batchingSupported = false; in onFirstRef() local235 [&batchingSupported] (const Sensor& s) -> bool { in onFirstRef()237 batchingSupported = true; in onFirstRef()239 return !batchingSupported; in onFirstRef()242 if (batchingSupported) { in onFirstRef()