Home
last modified time | relevance | path

Searched refs:IMemAlloc (Results 1 – 25 of 40) sorted by relevance

12

/hardware/qcom/display/msm8084/libgralloc/
Dalloc_controller.h35 class IMemAlloc; variable
46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
Dmemalloc.h55 class IMemAlloc {
80 virtual ~IMemAlloc() {}; in ~IMemAlloc()
Dmapper.cpp47 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/msm8974/libgralloc/
Dalloc_controller.h35 class IMemAlloc; variable
46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
Dmemalloc.h55 class IMemAlloc {
80 virtual ~IMemAlloc() {}; in ~IMemAlloc()
Dmapper.cpp49 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()
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()
263 IMemAlloc* memalloc = NULL; in getAllocator()
396 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); in free_buffer()
Dionalloc.h39 class IonAlloc : public IMemAlloc {
/hardware/qcom/display/msm8994/libgralloc/
Dalloc_controller.h35 class IMemAlloc; variable
46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
Dmemalloc.h55 class IMemAlloc {
80 virtual ~IMemAlloc() {}; in ~IMemAlloc()
Dmapper.cpp50 static IMemAlloc* getAllocator(int flags) in getAllocator()
52 IMemAlloc* memalloc; 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()
Dionalloc.h39 class IonAlloc : public IMemAlloc {
/hardware/qcom/display/msm8226/libgralloc/
Dalloc_controller.h35 class IMemAlloc; variable
46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
Dmemalloc.h55 class IMemAlloc {
80 virtual ~IMemAlloc() {}; in ~IMemAlloc()
Dmapper.cpp47 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()
Dionalloc.h39 class IonAlloc : public IMemAlloc {
/hardware/qcom/display/msm8960/libgralloc/
Dalloc_controller.h35 class IMemAlloc; variable
46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
Dmemalloc.h55 class IMemAlloc {
80 virtual ~IMemAlloc() {}; in ~IMemAlloc()
Dmapper.cpp49 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()
Dalloc_controller.cpp244 IMemAlloc* IonController::getAllocator(int flags) in getAllocator()
246 IMemAlloc* memalloc = NULL; in getAllocator()
388 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); in free_buffer()
/hardware/qcom/display/msm8974/liboverlay/
DoverlayMem.h102 using gralloc::IMemAlloc;
162 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
/hardware/qcom/display/msm8960/liboverlay/
DoverlayMem.h102 using gralloc::IMemAlloc;
161 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
/hardware/qcom/display/msm8994/liboverlay/
DoverlayMem.h106 using gralloc::IMemAlloc;
171 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
/hardware/qcom/display/msm8226/liboverlay/
DoverlayMem.h106 using gralloc::IMemAlloc;
171 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
/hardware/qcom/display/msm8084/liboverlay/
DoverlayMem.h115 using gralloc::IMemAlloc;
189 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()

12