Home
last modified time | relevance | path

Searched refs:EVIOCGPROP (Results 1 – 4 of 4) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dinput.h85 #define EVIOCGPROP(len) _IOC(_IOC_READ, 'E', 0x09, len) macro
/aosp12/system/core/toolbox/
H A Dgetevent.c72 res = ioctl(fd, EVIOCGPROP(sizeof(bits)), bits); in print_input_props()
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp231 TEMP_FAILURE_RETRY(ioctl(mFd, EVIOCGPROP(sizeof(mPropBitmask)), mPropBitmask)); in queryProperties()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1978 device->readDeviceBitMask(EVIOCGPROP(0), device->propBitmask); in openDeviceLocked()