Home
last modified time | relevance | path

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

/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp490 char InfoBuf[BUFFER_SIZE]; in InotifyEventHandler() local
496 (void)memset_s(InfoBuf, BUFFER_SIZE, 0, BUFFER_SIZE); in InotifyEventHandler()
497 int32_t result = read(notifyFd, InfoBuf, BUFFER_SIZE); in InotifyEventHandler()
498 for (p = InfoBuf; p < InfoBuf + result;) { in InotifyEventHandler()

Completed in 2 milliseconds