Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/libinput_adapter/src/
H A Dhotplug_detector.cpp103 constexpr int32_t EVSIZE = static_cast<int32_t>(sizeof(inotify_event)); in OnEvent() local
110 if (res < EVSIZE) { in OnEvent()
118 for (int32_t pos = 0; res > EVSIZE;) { in OnEvent()
128 int32_t consumed = EVSIZE + event.len; in OnEvent()