Home
last modified time | relevance | path

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

/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_driver.cpp32 auto *hdfInputInterfacesHost = CONTAINER_OF(client->device->service, struct HdfInputInterfacesHost, ioService); in InputInterfacesDriverDispatch() local
47 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()
77 hdfInputInterfacesHost->stub = OHOS::HDI::ObjectCollector::GetInstance().GetOrNewObject(serviceImpl, in HdfInputInterfacesDriverBind()
79 if (hdfInputInterfacesHost in HdfInputInterfacesDriverBind()
97 auto *hdfInputInterfacesHost = CONTAINER_OF(deviceObject->service, struct HdfInputInterfacesHost, ioService); HdfInputInterfacesDriverRelease() local
[all...]

Completed in 1 milliseconds