Home
last modified time | relevance | path

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

123

/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()
/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/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()
/hardware/qcom/display/msm8909/libgralloc/
Dalloc_controller.h46 class IMemAlloc; variable
57 virtual IMemAlloc* getAllocator(int flags) = 0;
75 virtual IMemAlloc* getAllocator(int flags);
Dmemalloc.h56 class IMemAlloc {
81 virtual ~IMemAlloc() {}; in ~IMemAlloc()
Dmapper.cpp50 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()
Dionalloc.h39 class IonAlloc : public IMemAlloc {
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dalloc_controller.h46 class IMemAlloc; variable
57 virtual IMemAlloc* getAllocator(int flags) = 0;
75 virtual IMemAlloc* getAllocator(int flags);
Dmapper.cpp50 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()
Dionalloc.h39 class IonAlloc : public IMemAlloc {
/hardware/qcom/display/msm8996/libgralloc/
Dalloc_controller.h46 class IMemAlloc; variable
57 virtual IMemAlloc* getAllocator(int flags) = 0;
75 virtual IMemAlloc* getAllocator(int flags);
Dmemalloc.h56 class IMemAlloc {
81 virtual ~IMemAlloc() {}; in ~IMemAlloc()
Dionalloc.h39 class IonAlloc : public IMemAlloc {
/hardware/qcom/display/msm8994/libgralloc/
Dmemalloc.h55 class IMemAlloc {
80 virtual ~IMemAlloc() {}; in ~IMemAlloc()
Dmapper.cpp52 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()
Dionalloc.h39 class IonAlloc : public IMemAlloc {
/hardware/qcom/display/msm8960/liboverlay/
DoverlayMem.h102 using gralloc::IMemAlloc;
161 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/msm8994/liboverlay/
DoverlayMem.h106 using gralloc::IMemAlloc;
171 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()

123