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