Searched refs:mpu_int_fd (Results 1 - 1 of 1) sorted by relevance

/hardware/invensense/60xx/libsensors/
H A DMPLSensor.cpp156 int mpu_int_fd, i; local
177 mpu_int_fd = open("/dev/mpuirq", O_RDWR);
178 if (mpu_int_fd == -1) {
181 fcntl(mpu_int_fd, F_SETFL, O_NONBLOCK);
182 //ioctl(mpu_int_fd, MPUIRQ_SET_TIMEOUT, 0);
183 mIrqFds.add(MPUIRQ_FD, mpu_int_fd);
184 mPollFds[MPUIRQ_FD].fd = mpu_int_fd;
210 data_fd = mpu_int_fd;

Completed in 84 milliseconds