Home
last modified time | relevance | path

Searched refs:_IOC_SIZE (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dioctl.h58 #define _IOC_SIZE(nr) (((nr) >> _IOC_SIZESHIFT) & _IOC_SIZEMASK) macro
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dsoundcard.h58 #define _SIOC_SIZE _IOC_SIZE
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp413 if ((_IOC_SIZE(ioctlCode) == 0)) { in readDeviceBitMask()