OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numSensors
(Results
1 - 5
of
5
) sorted by null
/hardware/akm/AK8975_FS/libsensors/
AkmSensor.h
43
numSensors
54
int mEnabled[
numSensors
];
55
int64_t mDelay[
numSensors
];
58
sensors_event_t mPendingEvents[
numSensors
];
AkmSensor.cpp
40
for (int i=0; i<
numSensors
; i++) {
72
for (int i=0; i<
numSensors
; i++) {
214
for (int j=0 ; count && mPendingMask && j<
numSensors
; j++) {
/device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.h
81
#define
numSensors
CW_SENSORS_ID_END
91
sensors_event_t mPendingEvents[
numSensors
];
106
bool offset_reset[
numSensors
];
107
uint64_t last_mcu_timestamp[
numSensors
];
108
uint64_t last_cpu_timestamp[
numSensors
];
CwMcuSensor.cpp
225
for (int i=0; i<
numSensors
; i++) {
272
for (int i=0; i<
numSensors
; i++) {
786
if (uint32_t(what) >=
numSensors
) {
[
all
...]
/frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java
[
all
...]
Completed in 116 milliseconds