Searched refs:ff_upload (Results 1 – 1 of 1) sorted by relevance
201 struct uinput_ff_upload ff_upload; in handleEvents() local202 ff_upload.request_id = ev.value; in handleEvents()203 ::ioctl(mFd, UI_BEGIN_FF_UPLOAD, &ff_upload); in handleEvents()204 ff_upload.retval = 0; in handleEvents()205 ::ioctl(mFd, UI_END_FF_UPLOAD, &ff_upload); in handleEvents()