Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/libinput_adapter/src/
H A Dhotplug_detector.cpp108 std::byte event_buf[MAX_EVENT_BUF_SIZE]; in OnEvent() local
109 int32_t res = read(inotifyFd_, event_buf, sizeof(event_buf)); in OnEvent()
119 std::copy_n(event_buf + pos, sizeof(event), reinterpret_cast<std::byte*>(&event)); in OnEvent()
121 …auto path = INPUT_DEVICES_PATH + std::string{reinterpret_cast<char*>(event_buf + pos + sizeof(even… in OnEvent()