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