Home
last modified time | relevance | path

Searched defs:EventPkgCallback (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_input_event_cb.md26 ### EventPkgCallback subsection
/ohos5.0/drivers/peripheral/input/test/common/src/
H A Dinput_callback_impl.cpp29 int32_t InputCallbackImpl::EventPkgCallback(const std::vector<EventPackage> &pkgs, uint32_t devInde… in EventPkgCallback() function in OHOS::HDI::Input::V1_0::InputCallbackImpl
/ohos5.0/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/
H A Dinput_callback_impl.cpp29 int32_t InputCallbackImpl::EventPkgCallback(const std::vector<EventPackage> &pkgs, uint32_t devInde… in EventPkgCallback() function in OHOS::HDI::Input::V1_0::InputCallbackImpl
/ohos5.0/foundation/multimodalinput/input/uinput/
H A Dhdf_device_event_dispatch.cpp38 int32_t HdfDeviceEventDispatch::EventPkgCallback(const std::vector<EventPackage> &pkgs, uint32_t de… in EventPkgCallback() function in OHOS::MMI::HdfDeviceEventDispatch
/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dcharger_thread.cpp61 int32_t ChargerThread::HdfInputEventCallback::EventPkgCallback( in EventPkgCallback() function in OHOS::PowerMgr::ChargerThread::HdfInputEventCallback
/ohos5.0/drivers/peripheral/input/interfaces/include/
H A Dinput_type.h199 void (*EventPkgCallback)(const InputEventPackage **pkgs, uint32_t count, uint32_t devIndex); member