Home
last modified time | relevance | path

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

/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_driver.cpp35 auto *hdfVibratorInterfaceHost = CONTAINER_OF(client->device->service, struct HdfVibratorInterfaceHost, ioService); in VibratorInterfaceDriverDispatch() local
50 return hdfVibratorInterfaceHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in VibratorInterfaceDriverDispatch()
61 auto *hdfVibratorInterfaceHost = new (std::nothrow) HdfVibratorInterfaceHost; in HdfVibratorInterfaceDriverBind() local
62 if (hdfVibratorInterfaceHost == nullptr) { in HdfVibratorInterfaceDriverBind()
67 hdfVibratorInterfaceHost->ioService.Dispatch = VibratorInterfaceDriverDispatch; in HdfVibratorInterfaceDriverBind()
68 hdfVibratorInterfaceHost->ioService.Open = nullptr; in HdfVibratorInterfaceDriverBind()
69 hdfVibratorInterfaceHost->ioService.Release = nullptr; in HdfVibratorInterfaceDriverBind()
74 delete hdfVibratorInterfaceHost; in HdfVibratorInterfaceDriverBind()
78 hdfVibratorInterfaceHost->stub = OHOS::HDI::ObjectCollector::GetInstance().GetOrNewObject(serviceImpl, in HdfVibratorInterfaceDriverBind()
80 if (hdfVibratorInterfaceHost in HdfVibratorInterfaceDriverBind()
99 auto *hdfVibratorInterfaceHost = CONTAINER_OF(deviceObject->service, struct HdfVibratorInterfaceHost, ioService); HdfVibratorInterfaceDriverRelease() local
[all...]

Completed in 1 milliseconds