Home
last modified time | relevance | path

Searched refs:InputHotPlugEvent (Results 1 – 6 of 6) sorted by relevance

/drivers/peripheral/input/interfaces/include/
Dinput_type.h148 } InputHotPlugEvent; typedef
185 void (*HotPlugCallback)(const InputHotPlugEvent *event);
/drivers/peripheral/input/hal/src/
Dinput_reporter.c183 InputHotPlugEvent *event = NULL; in HotPlugEventListenerCallback()
199 manager->hostDev.hostCb->HotPlugCallback((const InputHotPlugEvent *)event); in HotPlugEventListenerCallback()
/drivers/peripheral/input/udriver/src/
Dinput_device_manager.cpp377 InputHotPlugEvent *evtPlusPkg = (InputHotPlugEvent *)OsalMemAlloc(sizeof(InputHotPlugEvent)); in SendHotPlugEvent()
/drivers/peripheral/input/test/unittest/common/
Dhdi_input_test.cpp36 static void ReportHotPlugEventPkgCallback(const InputHotPlugEvent *msg);
107 static void ReportHotPlugEventPkgCallback(const InputHotPlugEvent *msg) in ReportHotPlugEventPkgCallback()
/drivers/peripheral/input/test/unittest/udriver/
Dhdi_input_test.cpp89 static void ReportHotPlugEventPkgCallback(const InputHotPlugEvent *msg) in ReportHotPlugEventPkgCallback()
/drivers/peripheral/input/hdi_service/
Dinput_interfaces_impl.cpp133 void HotplugEventDataCallback(const InputHotPlugEvent *event) in HotplugEventDataCallback()