/hardware/qcom/display/msm8960/libgralloc/ |
D | alloc_controller.h | 35 class IMemAlloc; variable 46 virtual IMemAlloc* getAllocator(int flags) = 0; 62 virtual IMemAlloc* getAllocator(int flags);
|
D | memalloc.h | 55 class IMemAlloc { 80 virtual ~IMemAlloc() {}; in ~IMemAlloc()
|
D | mapper.cpp | 49 static IMemAlloc* getAllocator(int flags) in getAllocator() 51 IMemAlloc* memalloc; 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()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | alloc_controller.h | 35 class IMemAlloc; variable 46 virtual IMemAlloc* getAllocator(int flags) = 0; 62 virtual IMemAlloc* getAllocator(int flags);
|
D | memalloc.h | 55 class IMemAlloc { 80 virtual ~IMemAlloc() {}; in ~IMemAlloc()
|
D | mapper.cpp | 47 static IMemAlloc* getAllocator(int flags) in getAllocator() 49 IMemAlloc* memalloc; 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()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | alloc_controller.h | 35 class IMemAlloc; variable 46 virtual IMemAlloc* getAllocator(int flags) = 0; 62 virtual IMemAlloc* getAllocator(int flags);
|
D | memalloc.h | 55 class IMemAlloc { 80 virtual ~IMemAlloc() {}; in ~IMemAlloc()
|
D | mapper.cpp | 47 static IMemAlloc* getAllocator(int flags) in getAllocator() 49 IMemAlloc* memalloc; 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()
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | alloc_controller.h | 46 class IMemAlloc; variable 57 virtual IMemAlloc* getAllocator(int flags) = 0; 75 virtual IMemAlloc* getAllocator(int flags);
|
D | memalloc.h | 56 class IMemAlloc { 81 virtual ~IMemAlloc() {}; in ~IMemAlloc()
|
D | mapper.cpp | 50 static IMemAlloc* getAllocator(int flags) in getAllocator() 52 IMemAlloc* memalloc; 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()
|
D | ionalloc.h | 39 class IonAlloc : public IMemAlloc {
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | alloc_controller.h | 46 class IMemAlloc; variable 57 virtual IMemAlloc* getAllocator(int flags) = 0; 75 virtual IMemAlloc* getAllocator(int flags);
|
D | mapper.cpp | 50 static IMemAlloc* getAllocator(int flags) in getAllocator() 52 IMemAlloc* memalloc; 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()
|
D | ionalloc.h | 39 class IonAlloc : public IMemAlloc {
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | alloc_controller.h | 46 class IMemAlloc; variable 57 virtual IMemAlloc* getAllocator(int flags) = 0; 75 virtual IMemAlloc* getAllocator(int flags);
|
D | memalloc.h | 56 class IMemAlloc { 81 virtual ~IMemAlloc() {}; in ~IMemAlloc()
|
D | ionalloc.h | 39 class IonAlloc : public IMemAlloc {
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | memalloc.h | 55 class IMemAlloc { 80 virtual ~IMemAlloc() {}; in ~IMemAlloc()
|
D | mapper.cpp | 52 static IMemAlloc* getAllocator(int flags) in getAllocator() 54 IMemAlloc* memalloc; 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()
|
D | ionalloc.h | 39 class IonAlloc : public IMemAlloc {
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayMem.h | 102 using gralloc::IMemAlloc; 161 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayMem.h | 106 using gralloc::IMemAlloc; 171 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayMem.h | 106 using gralloc::IMemAlloc; 171 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
|