Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/libinput_adapter/src/
H A Dhotplug_detector.cpp36 constexpr auto MAX_EVENT_BUF_SIZE { 512 }; variable
108 std::byte event_buf[MAX_EVENT_BUF_SIZE]; in OnEvent()