/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc/ |
H A D | mapper.cpp | 50 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 D | alloc_controller.h | 57 virtual IMemAlloc* getAllocator(int flags) = 0; 75 virtual IMemAlloc* getAllocator(int flags);
|
/aosp12/hardware/qcom/display/msm8909/libgralloc/ |
H A D | mapper.cpp | 50 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 D | alloc_controller.h | 57 virtual IMemAlloc* getAllocator(int flags) = 0; 75 virtual IMemAlloc* getAllocator(int flags);
|
/aosp12/hardware/qcom/display/msm8960/libgralloc/ |
H A D | mapper.cpp | 49 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 D | alloc_controller.h | 46 virtual IMemAlloc* getAllocator(int flags) = 0; 62 virtual IMemAlloc* getAllocator(int flags);
|
H A D | alloc_controller.cpp | 244 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 D | mapper.cpp | 47 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 D | alloc_controller.h | 46 virtual IMemAlloc* getAllocator(int flags) = 0; 62 virtual IMemAlloc* getAllocator(int flags);
|
/aosp12/hardware/qcom/display/msm8226/libgralloc/ |
H A D | mapper.cpp | 47 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 D | alloc_controller.h | 46 virtual IMemAlloc* getAllocator(int flags) = 0; 62 virtual IMemAlloc* getAllocator(int flags);
|
/aosp12/hardware/qcom/display/msm8994/libgralloc/ |
H A D | alloc_controller.h | 46 virtual IMemAlloc* getAllocator(int flags) = 0; 62 virtual IMemAlloc* getAllocator(int flags);
|
H A D | mapper.cpp | 52 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 D | alloc_controller.h | 57 virtual IMemAlloc* getAllocator(int flags) = 0; 75 virtual IMemAlloc* getAllocator(int flags);
|
H A D | mapper.cpp | 51 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 D | GraphicBufferAllocator_test.cpp | 56 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 D | ComposerVts.cpp | 187 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 D | MapperVts.h | 46 sp<IAllocator> getAllocator() const;
|
/aosp12/hardware/qcom/display/msm8960/liboverlay/ |
H A D | overlayMem.h | 161 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
|
/aosp12/hardware/interfaces/graphics/mapper/3.0/utils/vts/include/mapper-vts/3.0/ |
H A D | MapperVts.h | 46 sp<IAllocator> getAllocator() const;
|
/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_context.cpp | 392 mExportTypes.getAllocator(), in insertExportType() 398 NewItem->Destroy(mExportTypes.getAllocator()); in insertExportType()
|
/aosp12/hardware/qcom/display/msm8994/liboverlay/ |
H A D | overlayMem.h | 171 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
|
/aosp12/hardware/qcom/display/msm8226/liboverlay/ |
H A D | overlayMem.h | 171 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
|
/aosp12/hardware/qcom/display/msm8084/liboverlay/ |
H A D | overlayMem.h | 189 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
|
/aosp12/hardware/interfaces/graphics/mapper/2.0/vts/functional/ |
H A D | VtsHalGraphicsMapperV2_0TargetTest.cpp | 97 mGralloc->getAllocator()->allocate(descriptor, 1, in TEST_P() 128 mGralloc->getAllocator()->allocate( in TEST_P()
|