Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_driver.cpp47 return hdfInputInterfacesHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in InputInterfacesDriverDispatch()
60 auto *hdfInputInterfacesHost = new (std::nothrow) HdfInputInterfacesHost; in HdfInputInterfacesDriverBind() local
61 if (hdfInputInterfacesHost == nullptr) { in HdfInputInterfacesDriverBind()
66 hdfInputInterfacesHost->ioService.Dispatch = InputInterfacesDriverDispatch; in HdfInputInterfacesDriverBind()
67 hdfInputInterfacesHost->ioService.Open = nullptr; in HdfInputInterfacesDriverBind()
68 hdfInputInterfacesHost->ioService.Release = nullptr; in HdfInputInterfacesDriverBind()
73 delete hdfInputInterfacesHost; in HdfInputInterfacesDriverBind()
79 if (hdfInputInterfacesHost->stub == nullptr) { in HdfInputInterfacesDriverBind()
81 delete hdfInputInterfacesHost; in HdfInputInterfacesDriverBind()
85 deviceObject->service = &hdfInputInterfacesHost->ioService; in HdfInputInterfacesDriverBind()
[all …]