Searched refs:_IOC_NONE (Results 1 – 7 of 7) sorted by relevance
/development/ndk/platforms/android-21/include/asm-generic/ |
D | ioctl.h | 41 #ifndef _IOC_NONE 42 #define _IOC_NONE 0U macro 55 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
|
/development/ndk/platforms/android-21/arch-mips64/include/asm/ |
D | ioctl.h | 24 #define _IOC_NONE 1U macro
|
/development/ndk/platforms/android-21/arch-mips/include/asm/ |
D | ioctl.h | 24 #define _IOC_NONE 1U macro
|
/development/ndk/platforms/android-3/include/asm-generic/ |
D | ioctl.h | 30 #define _IOC_NONE 0U macro 39 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | ioctl.h | 36 #define _IOC_NONE 1U macro 49 #define _IO(type, nr) _IOC(_IOC_NONE, (type), (nr), 0)
|
/development/ndk/platforms/android-21/include/linux/ |
D | soundcard.h | 70 #define _SIOC_NONE _IOC_NONE
|
/development/ndk/platforms/android-3/include/linux/ |
D | soundcard.h | 59 #define _SIOC_NONE _IOC_NONE
|