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.cpp27 struct HdfVibratorInterfaceHost { struct
35 auto *hdfVibratorInterfaceHost = CONTAINER_OF(client->device->service, struct HdfVibratorInterfaceHost, ioService); in VibratorInterfaceDriverDispatch()
61 auto *hdfVibratorInterfaceHost = new (std::nothrow) HdfVibratorInterfaceHost; in HdfVibratorInterfaceDriverBind()
63 HDF_LOGE("%{public}s: failed to create HdfVibratorInterfaceHost object", __func__); in HdfVibratorInterfaceDriverBind()
99 auto *hdfVibratorInterfaceHost = CONTAINER_OF(deviceObject->service, struct HdfVibratorInterfaceHost, ioService); in HdfVibratorInterfaceDriverRelease()

Completed in 2 milliseconds