OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gyroHandler
(Results
1 - 6
of
6
) sorted by null
/hardware/invensense/60xx/libsensors/
MPLSensor.h
80
void
gyroHandler
(sensors_event_t *data, uint32_t *pendmask, int index);
MPLSensor.cpp
254
mHandlers[Gyro] = &MPLSensor::
gyroHandler
;
593
void MPLSensor::
gyroHandler
(sensors_event_t* s, uint32_t* pending_mask,
[
all
...]
/hardware/invensense/60xx/libsensors_iio/
MPLSensor.h
173
int
gyroHandler
(sensors_event_t *data);
MPLSensor.cpp
304
mHandlers[Gyro] = &MPLSensor::
gyroHandler
;
[
all
...]
/hardware/invensense/65xx/libsensors_iio/
MPLSensor.h
257
int
gyroHandler
(sensors_event_t *data);
MPLSensor.cpp
539
mHandlers[Gyro] = &MPLSensor::
gyroHandler
;
[
all
...]
Completed in 35 milliseconds