Home
last modified time | relevance | path

Searched refs:EventPkgCallback (Results 1 - 10 of 10) sorted by relevance

/drivers/peripheral/input/test/common/include/
H A Dinput_callback_impl.h30 int32_t EventPkgCallback(const std::vector<EventPackage> &pkgs, uint32_t devIndex) override;
/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/
H A Dinput_callback_impl.h30 int32_t EventPkgCallback(const std::vector<EventPackage> &pkgs, uint32_t devIndex) override;
H A Dinput_callback_impl.cpp29 int32_t InputCallbackImpl::EventPkgCallback(const std::vector<EventPackage> &pkgs, uint32_t devIndex) in EventPkgCallback() function in OHOS::HDI::Input::V1_0::InputCallbackImpl
/drivers/peripheral/input/test/common/src/
H A Dinput_callback_impl.cpp30 int32_t InputCallbackImpl::EventPkgCallback(const std::vector<EventPackage> &pkgs, uint32_t devIndex) in EventPkgCallback() function in OHOS::HDI::Input::V1_0::InputCallbackImpl
/drivers/peripheral/input/hal/src/
H A Dinput_reporter.c78 pos->eventCb->EventPkgCallback((const InputEventPackage **)pkgs, count, pos->payload.devIndex); in EventListenerCallback()
103 if ((devIndex >= MAX_INPUT_DEV_NUM) || (callback == NULL) || (callback->EventPkgCallback == NULL)) { in RegisterReportCallback()
/drivers/peripheral/input/interfaces/include/
H A Dinput_type.h199 void (*EventPkgCallback)(const InputEventPackage **pkgs, uint32_t count, uint32_t devIndex); member
/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.cpp131 g_inputEventCallback->EventPkgCallback(tmp, devIndex); in InputEventDataCallback()
160 eventCb.EventPkgCallback = InputEventDataCallback; in Init()
/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp110 callbackFunc.second->EventPkgCallback(const_cast<const InputEventPackage **>(iEvtPkg), iCount, index); in ReportEventPkg()
826 if ((devIndex >= inputDevList_.size()) || (callback == nullptr) || (callback->EventPkgCallback == nullptr)) { in RegisterReportCallback()
/drivers/peripheral/input/test/unittest/common/
H A Dhdi_input_test.cpp63 g_callback.EventPkgCallback = ReportEventPkgCallback; in SetUpTestCase()
/drivers/peripheral/input/test/unittest/udriver/
H A Dhdi_input_test.cpp368 g_callback.EventPkgCallback = ReportEventPkgCallback; in HWTEST_F()

Completed in 8 milliseconds