Home
last modified time | relevance | path

Searched refs:inputHdi (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp312 IInputInterface *inputHdi = nullptr; in GetInputInterface() local
317 inputHdi = InstanceInputHdi(); in GetInputInterface()
318 if (inputHdi == nullptr) { in GetInputInterface()
322 *inputInterface = inputHdi; in GetInputInterface()
/ohos5.0/drivers/peripheral/input/hal/src/
H A Dinput_manager.c370 IInputInterface *inputHdi = NULL; in GetInputInterface() local
377 inputHdi = InstanceInputHdi(); in GetInputInterface()
378 if (inputHdi == NULL) { in GetInputInterface()
386 FreeInputHdi(&inputHdi); in GetInputInterface()
390 *inputInterface = inputHdi; in GetInputInterface()