Home
last modified time | relevance | path

Searched refs:getAllocator (Results 1 – 25 of 65) sorted by relevance

123

/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc/
H A Dmapper.cpp50 static IMemAlloc* getAllocator(int flags) in getAllocator() function
54 memalloc = alloc_ctrl->getAllocator(flags); in getAllocator()
61 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map_metadata()
89 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map()
132 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_unmap()
238 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map_and_invalidate()
289 IMemAlloc* memalloc = getAllocator(hnd->flags); in gralloc_unlock()
H A Dalloc_controller.h57 virtual IMemAlloc* getAllocator(int flags) = 0;
75 virtual IMemAlloc* getAllocator(int flags);
/aosp12/hardware/qcom/display/msm8909/libgralloc/
H A Dmapper.cpp50 static IMemAlloc* getAllocator(int flags) in getAllocator() function
54 memalloc = alloc_ctrl->getAllocator(flags); in getAllocator()
61 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map_metadata()
89 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map()
132 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_unmap()
238 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map_and_invalidate()
289 IMemAlloc* memalloc = getAllocator(hnd->flags); in gralloc_unlock()
H A Dalloc_controller.h57 virtual IMemAlloc* getAllocator(int flags) = 0;
75 virtual IMemAlloc* getAllocator(int flags);
/aosp12/hardware/qcom/display/msm8960/libgralloc/
H A Dmapper.cpp49 static IMemAlloc* getAllocator(int flags) in getAllocator() function
53 memalloc = alloc_ctrl->getAllocator(flags); in getAllocator()
65 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map()
99 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_unmap()
219 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map_and_invalidate()
308 IMemAlloc* memalloc = getAllocator(hnd->flags); in gralloc_unlock()
H A Dalloc_controller.h46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
H A Dalloc_controller.cpp244 IMemAlloc* IonController::getAllocator(int flags) in getAllocator() function in IonController
388 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); in free_buffer()
/aosp12/hardware/qcom/display/msm8084/libgralloc/
H A Dmapper.cpp47 static IMemAlloc* getAllocator(int flags) in getAllocator() function
51 memalloc = alloc_ctrl->getAllocator(flags); in getAllocator()
66 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map()
103 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_unmap()
226 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map_and_invalidate()
275 IMemAlloc* memalloc = getAllocator(hnd->flags); in gralloc_unlock()
H A Dalloc_controller.h46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
/aosp12/hardware/qcom/display/msm8226/libgralloc/
H A Dmapper.cpp47 static IMemAlloc* getAllocator(int flags) in getAllocator() function
51 memalloc = alloc_ctrl->getAllocator(flags); in getAllocator()
66 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map()
103 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_unmap()
226 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map_and_invalidate()
275 IMemAlloc* memalloc = getAllocator(hnd->flags); in gralloc_unlock()
H A Dalloc_controller.h46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
/aosp12/hardware/qcom/display/msm8994/libgralloc/
H A Dalloc_controller.h46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
H A Dmapper.cpp52 static IMemAlloc* getAllocator(int flags) in getAllocator() function
56 memalloc = alloc_ctrl->getAllocator(flags); in getAllocator()
63 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map_metadata()
91 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map()
134 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_unmap()
240 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map_and_invalidate()
291 IMemAlloc* memalloc = getAllocator(hnd->flags); in gralloc_unlock()
/aosp12/hardware/qcom/display/msm8996/libgralloc/
H A Dalloc_controller.h57 virtual IMemAlloc* getAllocator(int flags) = 0;
75 virtual IMemAlloc* getAllocator(int flags);
H A Dmapper.cpp51 static IMemAlloc* getAllocator(int flags) in getAllocator() function
55 memalloc = alloc_ctrl->getAllocator(flags); in getAllocator()
62 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map_metadata()
90 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map()
133 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_unmap()
239 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map_and_invalidate()
290 IMemAlloc* memalloc = getAllocator(hnd->flags); in gralloc_unlock()
/aosp12/frameworks/native/libs/ui/tests/
H A DGraphicBufferAllocator_test.cpp56 std::unique_ptr<const GrallocAllocator>& getAllocator() { return mAllocator; } in getAllocator() function in android::TestableGraphicBufferAllocator
62 const TestableGraphicBufferAllocator& getAllocator() { return mAllocator; } in getAllocator() function in android::GraphicBufferAllocatorTest
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/
H A DComposerVts.cpp187 if (mGralloc4->getMapper() == nullptr || mGralloc4->getAllocator() == nullptr) { in Gralloc()
192 if (mGralloc3->getMapper() == nullptr || mGralloc3->getAllocator() == nullptr) { in Gralloc()
/aosp12/hardware/interfaces/graphics/mapper/2.0/utils/vts/include/mapper-vts/2.0/
H A DMapperVts.h46 sp<IAllocator> getAllocator() const;
/aosp12/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMem.h161 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
/aosp12/hardware/interfaces/graphics/mapper/3.0/utils/vts/include/mapper-vts/3.0/
H A DMapperVts.h46 sp<IAllocator> getAllocator() const;
/aosp12/frameworks/compile/slang/
H A Dslang_rs_context.cpp392 mExportTypes.getAllocator(), in insertExportType()
398 NewItem->Destroy(mExportTypes.getAllocator()); in insertExportType()
/aosp12/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayMem.h171 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
/aosp12/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayMem.h171 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
/aosp12/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayMem.h189 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
/aosp12/hardware/interfaces/graphics/mapper/2.0/vts/functional/
H A DVtsHalGraphicsMapperV2_0TargetTest.cpp97 mGralloc->getAllocator()->allocate(descriptor, 1, in TEST_P()
128 mGralloc->getAllocator()->allocate( in TEST_P()

123