Searched refs:ioctlCode (Results 1 – 2 of 2) sorted by relevance
581 status_t EventHub::Device::readDeviceBitMask(unsigned long ioctlCode, BitArray<N>& bitArray) { in readDeviceBitMask() argument585 if ((_IOC_SIZE(ioctlCode) == 0)) { in readDeviceBitMask()586 ioctlCode |= _IOC(0, 0, 0, bitArray.bytes()); in readDeviceBitMask()590 status_t ret = ioctl(fd, ioctlCode, buffer.data()); in readDeviceBitMask()
685 status_t readDeviceBitMask(unsigned long ioctlCode, BitArray<N>& bitArray);