OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gyro_x_offset_fd
(Results
1 - 4
of
4
) sorted by null
/hardware/invensense/6515/libsensors_iio/
MPLSensor.h
339
int
gyro_x_offset_fd
;
member in class:MPLSensor
MPLSensor.cpp
265
gyro_x_offset_fd
= open(mpu.in_gyro_x_offset, O_RDWR);
268
if (
gyro_x_offset_fd
== -1 ||
[
all
...]
/hardware/invensense/65xx/libsensors_iio/
MPLSensor.h
362
int
gyro_x_offset_fd
;
member in class:MPLSensor
MPLSensor.cpp
357
gyro_x_offset_fd
= open(mpu.in_gyro_x_offset, O_RDWR);
360
if (
gyro_x_offset_fd
== -1 ||
[
all
...]
Completed in 129 milliseconds