Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/uinput/
H A Dhdf_device_event_dispatch.cpp30 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 de… in EventPkgCallback()
61 int32_t HdfDeviceEventDispatch::HotPlugCallback(const HotPlugEvent &event) in HotPlugCallback()
H A Dhdf_device_event_dispatch.h28 class HdfDeviceEventDispatch : public IInputCallback {
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… in ConnectHDFInit()