Searched refs:DoIoctl (Results 1 – 1 of 1) sorted by relevance
/device/google/cuttlefish/guest/commands/vsoc_input_service/ |
D | virtual_device_base.cpp | 32 bool DoIoctl(int fd, int request, const uint32_t value) { in DoIoctl() function 72 if (!DoIoctl(fd_, UI_SET_EVBIT, evt_type)) { in SetUp() 79 if (!DoIoctl(fd_, UI_SET_KEYBIT, key)) { in SetUp() 86 if (!DoIoctl(fd_, UI_SET_PROPBIT, property)) { in SetUp() 93 if (!DoIoctl(fd_, UI_SET_ABSBIT, abs)) { in SetUp()
|