Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.cpp309 bool hasGyro = false, hasAccel = false, hasMag = false; in onFirstRef() local
324 hasAccel = true; in onFirstRef()
375 if ((hasGyro || hasGyroUncalibrated) && hasAccel && hasMag) { in onFirstRef()
391 if (hasAccel && (hasGyro || hasGyroUncalibrated)) { in onFirstRef()
407 if (hasAccel && hasMag) { in onFirstRef()
415 if (hasAccel) { in onFirstRef()