Home
last modified time | relevance | path

Searched refs:hasGyro (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorService.cpp142 bool hasGyro = false, hasAccel = false, hasMag = false; in onFirstRef() local
165 hasGyro = true; in onFirstRef()
189 if (hasGyro && hasAccel && hasMag) { in onFirstRef()
209 if (hasAccel && hasGyro) { in onFirstRef()