Home
last modified time | relevance | path

Searched refs:EVENT_BUFFER_SIZE (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h42 #define EVENT_BUFFER_SIZE (512) macro
/drivers/peripheral/input/test/unittest/udriver/
H A Dhdi_input_test.cpp1103 struct input_event evtBuffer[EVENT_BUFFER_SIZE] {}; in HWTEST_F()
1105 iInputDeviceManager.DoRead(g_fileDescriptorFirst, evtBuffer, EVENT_BUFFER_SIZE); in HWTEST_F()
1118 struct input_event evtBuffer[EVENT_BUFFER_SIZE] {}; in HWTEST_F()
/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp320 struct input_event evtBuffer[EVENT_BUFFER_SIZE] {}; in DoInputDeviceAction()
342 DoRead(epollEventList_[i].data.fd, evtBuffer, EVENT_BUFFER_SIZE); in DoInputDeviceAction()

Completed in 4 milliseconds