OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UI_DEV_DESTROY
(Results
1 - 10
of
10
) sorted by null
/bionic/libc/kernel/common/linux/
uinput.h
34
#define
UI_DEV_DESTROY
_IO(UINPUT_IOCTL_BASE, 2)
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
uinput.h
56
#define
UI_DEV_DESTROY
_IO(UINPUT_IOCTL_BASE, 2)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
uinput.h
34
#define
UI_DEV_DESTROY
_IO(UINPUT_IOCTL_BASE, 2)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
uinput.h
34
#define
UI_DEV_DESTROY
_IO(UINPUT_IOCTL_BASE, 2)
/external/kernel-headers/original/linux/
uinput.h
96
#define
UI_DEV_DESTROY
_IO(UINPUT_IOCTL_BASE, 2)
/external/bluetooth/bluez/compat/
fakehid.c
347
ioctl(fd,
UI_DEV_DESTROY
);
448
ioctl(fd,
UI_DEV_DESTROY
);
663
ioctl(fd,
UI_DEV_DESTROY
);
/external/bluetooth/bluez/input/
fakehid.c
266
ioctl(fake->uinput,
UI_DEV_DESTROY
);
device.c
315
ioctl(fake->uinput,
UI_DEV_DESTROY
);
920
ioctl(fake->uinput,
UI_DEV_DESTROY
);
/external/bluetooth/bluez/src/
uinput.h
677
#define
UI_DEV_DESTROY
_IO(UINPUT_IOCTL_BASE, 2)
/external/bluetooth/bluez/audio/
control.c
456
ioctl(control->uinput,
UI_DEV_DESTROY
);
Completed in 52 milliseconds