Home
last modified time | relevance | path

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

/drivers/peripheral/display/buffer/hdi_service/src/
H A Dmetadata_driver.cpp37 auto *hdfMetadataHost = CONTAINER_OF(client->device->service, struct HdfMetadataHost, ioService); in MetadataDriverDispatch() local
52 return hdfMetadataHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in MetadataDriverDispatch()
64 auto *hdfMetadataHost = new (std::nothrow) HdfMetadataHost; in HdfMetadataDriverBind() local
65 if (hdfMetadataHost == nullptr) { in HdfMetadataDriverBind()
70 hdfMetadataHost->ioService.Dispatch = MetadataDriverDispatch; in HdfMetadataDriverBind()
71 hdfMetadataHost->ioService.Open = NULL; in HdfMetadataDriverBind()
72 hdfMetadataHost->ioService.Release = NULL; in HdfMetadataDriverBind()
77 delete hdfMetadataHost; in HdfMetadataDriverBind()
81 hdfMetadataHost->stub = OHOS::HDI::ObjectCollector::GetInstance().GetOrNewObject(serviceImpl, in HdfMetadataDriverBind()
83 if (hdfMetadataHost in HdfMetadataDriverBind()
100 auto *hdfMetadataHost = CONTAINER_OF(deviceObject->service, struct HdfMetadataHost, ioService); HdfMetadataDriverRelease() local
[all...]

Completed in 1 milliseconds