Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp574 char InfoBuf[BUFFER_SIZE]; in InotifyEventHandler() local
580 (void)memset_s(InfoBuf, BUFFER_SIZE, 0, BUFFER_SIZE); in InotifyEventHandler()
581 int32_t result = read(notifyFd, InfoBuf, BUFFER_SIZE); in InotifyEventHandler()
582 for (p = InfoBuf; p < InfoBuf + result;) { in InotifyEventHandler()