Home
last modified time | relevance | path

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

/drivers/peripheral/display/hdi_service/gralloc/server/
H A Dallocator_service_impl.cpp30 AllocatorService::AllocatorService() : grallocFuncs_(nullptr) in AllocatorService() function in OHOS::HDI::Display::V1_0::AllocatorService
37 AllocatorService::~AllocatorService() in ~AllocatorService()
44 int32_t AllocatorService::AllocMem(const AllocInfo &info, BufferHandle *&handle) in AllocMem()
53 int32_t AllocatorService::FreeMem(BufferHandle &handle) in FreeMem()
71 return reinterpret_cast<void *>(new AllocatorService()); in AllocatorServiceInstance()
76 delete reinterpret_cast<AllocatorService *>(servObj); in AllocatorServiceRelease()
86 AllocatorService *allocatorService = reinterpret_cast<AllocatorService *>(servic in AllocatorServiceOnRemoteRequest()
[all...]
H A Dallocator_service_impl.h31 class AllocatorService : public AllocatorServiceStub { class
33 AllocatorService();
34 virtual ~AllocatorService() override;
/drivers/peripheral/display/buffer/hdi_service/src/
H A Dallocator_service.cpp43 return new (std::nothrow) AllocatorService(); in AllocatorImplGetInstance()
46 AllocatorService::AllocatorService() in AllocatorService() function in OHOS::HDI::Display::Buffer::V1_0::AllocatorService
61 AllocatorService::~AllocatorService() in ~AllocatorService()
75 int32_t AllocatorService::LoadVdi() in LoadVdi()
117 void AllocatorService::WriteAllocPidToDma(int32_t fd) in WriteAllocPidToDma()
126 void AllocatorService::FreeMemVdi(BufferHandle* handle) in FreeMemVdi()
135 int32_t AllocatorService::AllocMem(const AllocInfo& info, sptr<NativeBuffer>& handle) in AllocMem()
142 DisplayBufferDfx dfxIns("HDI:Display:AllocatorService in AllocMem()
[all...]
/drivers/peripheral/display/buffer/hdi_service/include/
H A Dallocator_service.h29 class AllocatorService : public IAllocator { class
31 AllocatorService();
32 virtual ~AllocatorService();

Completed in 1 milliseconds