Searched defs:IoctlSetInt (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/vr/virtual_touchpad/
H A DEvdevInjector.cpp39 int EvdevInjector::UInput::IoctlSetInt(int request, int value) { function in class:android::dvr::EvdevInjector::UInput
40 ALOGV("UInput::IoctlSetInt(0x%X, 0x%X)", request, value);
105 if (const int status = uinput_->IoctlSetInt(UI_SET_PROPBIT, property)) {
124 if (const int status = uinput_->IoctlSetInt(UI_SET_KEYBIT, key)) {
146 if (const int status = uinput_->IoctlSetInt(UI_SET_ABSBIT, abs_type)) {
302 if (const int status = uinput_->IoctlSetInt(UI_SET_EVBIT, type)) {

Completed in 624 milliseconds