Home
last modified time | relevance | path

Searched refs:hostCb (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/input/hal/src/
H A Dinput_reporter.c203 if (manager->hostDev.hostCb == NULL) { in HotPlugEventListenerCallback()
207 manager->hostDev.hostCb->HotPlugCallback((const InputHotPlugEvent *)event); in HotPlugEventListenerCallback()
255 manager->hostDev.hostCb = callback; in RegisterHotPlugCallback()
271 manager->hostDev.hostCb = NULL; in UnregisterHotPlugCallback()
H A Dinput_manager.c401 manager->hostDev.hostCb = NULL; in FreeDevManager()
/ohos5.0/drivers/peripheral/input/hal/include/
H A Dinput_common.h62 InputHostCb *hostCb; /* Callback {@link InputHostCb} for reporting data */ member
/ohos5.0/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.cpp35 InputHostCb hostCb; variable
161 hostCb.HotPlugCallback = HotplugEventDataCallback; in Init()
513 ret = inputInterface_->iInputReporter->RegisterHotPlugCallback(&hostCb); in RegisterHotPlugCallback()