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

  /bionic/libc/kernel/common/linux/
lightsensor.h 21 #define LIGHTSENSOR_IOCTL_ENABLE _IOW(LIGHTSENSOR_IOCTL_MAGIC, 2, int *)
  /external/kernel-headers/original/linux/
lightsensor.h 26 #define LIGHTSENSOR_IOCTL_ENABLE _IOW(LIGHTSENSOR_IOCTL_MAGIC, 2, int *)
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
lightsensor.h 21 #define LIGHTSENSOR_IOCTL_ENABLE _IOW(LIGHTSENSOR_IOCTL_MAGIC, 2, int *)
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
lightsensor.h 21 #define LIGHTSENSOR_IOCTL_ENABLE _IOW(LIGHTSENSOR_IOCTL_MAGIC, 2, int *)
  /device/htc/passion-common/libsensors/
sensors.c 497 rc = ioctl(fd, LIGHTSENSOR_IOCTL_ENABLE, &flags);
499 LOGE("LIGHTSENSOR_IOCTL_ENABLE error (%s)", strerror(errno));
    [all...]

Completed in 787 milliseconds