OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMagAccuracy
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/sensorhal/
hubconnection.h
250
uint8_t
mMagAccuracy
;
hubconnection.cpp
142
mMagAccuracy
= SENSOR_STATUS_UNRELIABLE;
748
if (
mMagAccuracy
!= SENSOR_STATUS_UNRELIABLE)
749
mMagAccuracyRestore =
mMagAccuracy
;
750
mMagAccuracy
= SENSOR_STATUS_UNRELIABLE;
751
} else if (
mMagAccuracy
== SENSOR_STATUS_UNRELIABLE) {
753
mMagAccuracy
= mMagAccuracyRestore;
756
return
mMagAccuracy
;
[
all
...]
Completed in 108 milliseconds