HomeSort by relevance Sort by last modified time
    Searched refs:L3G4200D_IOCTL_SET_ENABLE (Results 1 - 3 of 3) sorted by null

  /bionic/libc/kernel/common/linux/
l3g4200d.h 27 #define L3G4200D_IOCTL_SET_ENABLE _IOW(L3G4200D_IOCTL_BASE, 2, int)
  /external/kernel-headers/original/linux/
l3g4200d.h 30 #define L3G4200D_IOCTL_SET_ENABLE _IOW(L3G4200D_IOCTL_BASE, 2, int)
  /device/moto/stingray/sensors/
GyroSensor.cpp 70 err = ioctl(dev_fd, L3G4200D_IOCTL_SET_ENABLE, &flags);
72 ALOGE_IF(err, "L3G4200D_IOCTL_SET_ENABLE failed (%s)", strerror(-err));

Completed in 68 milliseconds