Searched refs:ff_erase (Results 1 – 1 of 1) sorted by relevance
207 struct uinput_ff_erase ff_erase; in handleEvents() local208 ff_erase.request_id = ev.value; in handleEvents()209 ::ioctl(mFd, UI_BEGIN_FF_ERASE, &ff_erase); in handleEvents()210 ff_erase.retval = 0; in handleEvents()211 ::ioctl(mFd, UI_END_FF_ERASE, &ff_erase); in handleEvents()