Home
last modified time | relevance | path

Searched refs:DoIoctl (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/input/ddk_service/src/emit_event_manager/
H A Dvirtual_device.cpp33 bool DoIoctl(int32_t fd, int32_t request, const uint32_t value) in DoIoctl() function
128 if (!DoIoctl(fd_, UI_SET_EVBIT, item)) { in SetAttribute()
134 if (!DoIoctl(fd_, UI_SET_KEYBIT, item)) { in SetAttribute()
140 if (!DoIoctl(fd_, UI_SET_PROPBIT, item)) { in SetAttribute()
146 if (!DoIoctl(fd_, UI_SET_ABSBIT, item)) { in SetAttribute()
152 if (!DoIoctl(fd_, UI_SET_RELBIT, item)) { in SetAttribute()

Completed in 2 milliseconds