OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KXTF9_IOCTL_SET_DELAY
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/common/linux/
kxtf9.h
24
#define
KXTF9_IOCTL_SET_DELAY
_IOW(KXTF9_IOCTL_BASE, 0, int)
/external/kernel-headers/original/linux/
kxtf9.h
29
#define
KXTF9_IOCTL_SET_DELAY
_IOW(KXTF9_IOCTL_BASE, 0, int)
/device/moto/stingray/sensors/
AccelerationSensor.cpp
122
if (ioctl(dev_fd,
KXTF9_IOCTL_SET_DELAY
, &delay)) {
Completed in 123 milliseconds