Home
last modified time | relevance | path

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

12

/hardware/qcom/display/msm8084/libgralloc/
Dalloc_controller.h46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
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()
Dalloc_controller.cpp352 IMemAlloc* IonController::getAllocator(int flags) in getAllocator() function in IonController
662 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); in free_buffer()
Dgpu.cpp335 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags); in free_impl()
/hardware/qcom/display/msm8974/libgralloc/
Dalloc_controller.h46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
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()
220 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map_and_invalidate()
308 IMemAlloc* memalloc = getAllocator(hnd->flags); in gralloc_unlock()
Dalloc_controller.cpp261 IMemAlloc* IonController::getAllocator(int flags) in getAllocator() function in IonController
396 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); in free_buffer()
Dgpu.cpp338 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags); in free_impl()
/hardware/qcom/display/msm8994/libgralloc/
Dalloc_controller.h46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
Dmapper.cpp50 static IMemAlloc* getAllocator(int flags) in getAllocator() function
54 memalloc = alloc_ctrl->getAllocator(flags); in getAllocator()
68 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map()
115 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_unmap()
247 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map_and_invalidate()
298 IMemAlloc* memalloc = getAllocator(hnd->flags); in gralloc_unlock()
Dalloc_controller.cpp443 IMemAlloc* IonController::getAllocator(int flags) in getAllocator() function in IonController
757 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); in free_buffer()
Dgpu.cpp353 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags); in free_impl()
/hardware/qcom/display/msm8226/libgralloc/
Dalloc_controller.h46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
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()
Dalloc_controller.cpp352 IMemAlloc* IonController::getAllocator(int flags) in getAllocator() function in IonController
658 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); in free_buffer()
Dgpu.cpp334 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags); in free_impl()
/hardware/qcom/display/msm8960/libgralloc/
Dalloc_controller.h46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
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()
Dalloc_controller.cpp244 IMemAlloc* IonController::getAllocator(int flags) in getAllocator() function in IonController
388 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); in free_buffer()
Dgpu.cpp322 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags); in free_impl()
/hardware/qcom/display/msm8974/liboverlay/
DoverlayMem.h162 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
/hardware/qcom/display/msm8960/liboverlay/
DoverlayMem.h161 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
/hardware/qcom/display/msm8994/liboverlay/
DoverlayMem.h171 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
/hardware/qcom/display/msm8226/liboverlay/
DoverlayMem.h171 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
/hardware/qcom/display/msm8084/liboverlay/
DoverlayMem.h189 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()

12