Home
last modified time | relevance | path

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

/foundation/multimedia/camera_lite/frameworks/
H A Devent_handler.cpp24 hdlThrd_ = new thread(EventDispatch, this); in EventHandler()
43 void EventHandler::EventDispatch(EventHandler *hdl) in EventDispatch() function in OHOS::Media::EventHandler
/foundation/multimodalinput/input/service/libinput_adapter/test/
H A Dlibinput_adapter_test.cpp87 ASSERT_NO_FATAL_FAILURE(libinputAdapter.EventDispatch(fd)); in HWTEST_F()
103 ASSERT_NO_FATAL_FAILURE(libinputAdapter.EventDispatch(fd)); in HWTEST_F()
119 ASSERT_NO_FATAL_FAILURE(libinputAdapter.EventDispatch(fd)); in HWTEST_F()
/foundation/multimedia/camera_lite/interfaces/kits/
H A Devent_handler.h66 static void EventDispatch(EventHandler *hdl);
/foundation/multimodalinput/input/service/libinput_adapter/include/
H A Dlibinput_adapter.h38 void EventDispatch(int32_t fd);
/foundation/multimodalinput/input/service/libinput_adapter/src/
H A Dlibinput_adapter.cpp163 void LibinputAdapter::EventDispatch(int32_t fd) in EventDispatch() function in OHOS::LibinputAdapter
177 MMI_HILOGE("EventDispatch() called with unknown fd:%{public}d", fd); in EventDispatch()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2576 CalculateFuntionRunningTime([this, &mmiEd] () { libinputAdapter_.EventDispatch(mmiEd->fd); }, in OnThread()

Completed in 7 milliseconds