Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DTouchVideoDevice.cpp70 struct v4l2_input v4l2_input_struct; in create() local
71 v4l2_input_struct.index = 0; in create()
72 result = ioctl(fd.get(), VIDIOC_ENUMINPUT, &v4l2_input_struct); in create()
78 if (v4l2_input_struct.type != V4L2_INPUT_TYPE_TOUCH) { in create()