Searched refs:AllocatorService (Results 1 – 6 of 6) sorted by relevance
30 AllocatorService::AllocatorService() : grallocFuncs_(nullptr) in AllocatorService() function in OHOS::HDI::Display::V1_0::AllocatorService37 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 *>(service); in AllocatorServiceOnRemoteRequest()
31 class AllocatorService : public AllocatorServiceStub {33 AllocatorService();34 virtual ~AllocatorService() override;
43 return new (std::nothrow) AllocatorService(); in AllocatorImplGetInstance()46 AllocatorService::AllocatorService() in AllocatorService() function in OHOS::HDI::Display::Buffer::V1_0::AllocatorService61 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()
29 class AllocatorService : public IAllocator {31 AllocatorService();32 virtual ~AllocatorService();
26 class AllocatorService : public OHOS::HDI::Display::Buffer::V1_0::IAllocator {28 AllocatorService() = default;29 virtual ~AllocatorService() = default;
28 return new (std::nothrow) AllocatorService();31 int32_t AllocatorService::AllocMem(const OHOS::HDI::Display::Buffer::V1_0::AllocInfo& info, sptr<Na…