Searched refs:hdfInputInterfacesHost (Results 1 – 1 of 1) sorted by relevance
47 return hdfInputInterfacesHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in InputInterfacesDriverDispatch()60 auto *hdfInputInterfacesHost = new (std::nothrow) HdfInputInterfacesHost; in HdfInputInterfacesDriverBind() local61 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 …]