Home
last modified time | relevance | path

Searched refs:HotPlugEvent (Results 1 – 7 of 7) sorted by relevance

/drivers/peripheral/input/test/common/include/
Dinput_callback_impl.h31 int32_t HotPlugCallback(const HotPlugEvent &event) override;
/drivers/interface/input/v1_0/
DIInputCallback.idl74 * @param event Hot swap event data. For details, see {@link HotPlugEvent}.
79 HotPlugCallback([in] struct HotPlugEvent event);
DInputTypes.idl136 struct HotPlugEvent {
/drivers/peripheral/input/hdi_service/
Dinput_interfaces_impl.cpp141 HotPlugEvent HotPlugEvent; in HotplugEventDataCallback() local
142 HotPlugEvent.devIndex = event->devIndex; in HotplugEventDataCallback()
143 HotPlugEvent.devType = event->devType; in HotplugEventDataCallback()
144 HotPlugEvent.status = event->status; in HotplugEventDataCallback()
150 g_hotplugEventCallback->HotPlugCallback(HotPlugEvent); in HotplugEventDataCallback()
/drivers/peripheral/input/test/common/src/
Dinput_callback_impl.cpp41 int32_t InputCallbackImpl::HotPlugCallback(const HotPlugEvent &event) in HotPlugCallback()
/drivers/hdf_core/framework/model/input/driver/
Dhdf_input_device_manager.c85 HotPlugEvent event = {0}; in HotPlugNotify()
97 if (!HdfSbufWriteBuffer(inputDev->eventBuf, &event, sizeof(HotPlugEvent))) { in HotPlugNotify()
257 inputDev->eventBuf = HdfSbufObtain(sizeof(HotPlugEvent)); in AllocPackageBuffer()
Dhdf_input_device_manager.h60 } HotPlugEvent; typedef