Home
last modified time | relevance | path

Searched refs:HdfDeviceEventDispatch (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/uinput/
H A Dhdf_device_event_dispatch.cpp24 #define MMI_LOG_TAG "HdfDeviceEventDispatch"
30 InjectThread HdfDeviceEventDispatch::injectThread_;
32 HdfDeviceEventDispatch::HdfDeviceEventDispatch(const uint32_t maxX, const uint32_t maxY) in HdfDeviceEventDispatch() function in OHOS::MMI::HdfDeviceEventDispatch
38 int32_t HdfDeviceEventDispatch::EventPkgCallback(const std::vector<EventPackage> &pkgs, uint32_t devIndex) in EventPkgCallback()
61 int32_t HdfDeviceEventDispatch::HotPlugCallback(const HotPlugEvent &event) in HotPlugCallback()
H A Dhdf_device_event_dispatch.h28 class HdfDeviceEventDispatch : public IInputCallback { class
30 HdfDeviceEventDispatch(const uint32_t maxX, const uint32_t maxY);
31 DISALLOW_COPY_AND_MOVE(HdfDeviceEventDispatch);
32 virtual ~HdfDeviceEventDispatch() = default;
H A Dhdf_device_event_manager.cpp51 callback_ = new (std::nothrow) HdfDeviceEventDispatch(iDevInfo_.attrSet.axisInfo[ABS_MT_POSITION_X].max, in ConnectHDFInit()

Completed in 1 milliseconds