Home
last modified time | relevance | path

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

/drivers/peripheral/display/buffer/hdi_service/src/
H A Dallocator_driver.cpp41 auto* hdfAllocatorHost = in AllocatorDriverDispatch() local
57 return hdfAllocatorHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in AllocatorDriverDispatch()
69 auto* hdfAllocatorHost = new (std::nothrow) HdfAllocatorHost; in HdfAllocatorDriverBind() local
70 if (hdfAllocatorHost == nullptr) { in HdfAllocatorDriverBind()
75 hdfAllocatorHost->ioService.Dispatch = AllocatorDriverDispatch; in HdfAllocatorDriverBind()
76 hdfAllocatorHost->ioService.Open = NULL; in HdfAllocatorDriverBind()
78 hdfAllocatorHost->ioService.Release = NULL; in HdfAllocatorDriverBind()
83 delete hdfAllocatorHost; in HdfAllocatorDriverBind()
87 hdfAllocatorHost->stub = in HdfAllocatorDriverBind()
89 if (hdfAllocatorHost in HdfAllocatorDriverBind()
107 auto* hdfAllocatorHost = CONTAINER_OF(deviceObject->service, struct HdfAllocatorHost, ioService); HdfAllocatorDriverRelease() local
[all...]

Completed in 1 milliseconds