Searched refs:IMemAlloc (Results 1 - 24 of 24) sorted by relevance

/hardware/qcom/display/msm8960/libgralloc/
H A Dalloc_controller.h35 class IMemAlloc;
46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
H A Dmemalloc.h55 class IMemAlloc { class in namespace:gralloc
80 virtual ~IMemAlloc() {};
H A Dionalloc.h39 class IonAlloc : public IMemAlloc {
H A Dmapper.cpp50 static IMemAlloc* getAllocator(int flags)
52 IMemAlloc* memalloc;
66 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
100 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
220 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
285 IMemAlloc* memalloc = getAllocator(hnd->flags);
H A Dalloc_controller.cpp241 IMemAlloc* IonController::getAllocator(int flags)
243 IMemAlloc* memalloc = NULL;
379 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
H A Dgpu.cpp316 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags);
/hardware/qcom/display/msm8974/libgralloc/
H A Dalloc_controller.h35 class IMemAlloc;
46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
H A Dmemalloc.h55 class IMemAlloc { class in namespace:gralloc
80 virtual ~IMemAlloc() {};
H A Dionalloc.h39 class IonAlloc : public IMemAlloc {
H A Dmapper.cpp50 static IMemAlloc* getAllocator(int flags)
52 IMemAlloc* memalloc;
66 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
100 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
221 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
288 IMemAlloc* memalloc = getAllocator(hnd->flags);
H A Dalloc_controller.cpp260 IMemAlloc* IonController::getAllocator(int flags)
262 IMemAlloc* memalloc = NULL;
396 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
H A Dgpu.cpp331 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags);
/hardware/qcom/display/msm8x26/libgralloc/
H A Dalloc_controller.h35 class IMemAlloc;
46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
H A Dmemalloc.h55 class IMemAlloc { class in namespace:gralloc
80 virtual ~IMemAlloc() {};
H A Dionalloc.h39 class IonAlloc : public IMemAlloc {
H A Dmapper.cpp50 static IMemAlloc* getAllocator(int flags)
52 IMemAlloc* memalloc;
66 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
100 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
220 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
285 IMemAlloc* memalloc = getAllocator(hnd->flags);
H A Dalloc_controller.cpp241 IMemAlloc* IonController::getAllocator(int flags)
243 IMemAlloc* memalloc = NULL;
377 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
H A Dgpu.cpp316 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags);
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMem.h102 using gralloc::IMemAlloc;
161 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType);
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayMem.h102 using gralloc::IMemAlloc;
162 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType);
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayMem.h102 using gralloc::IMemAlloc;
161 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType);
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp51 using gralloc::IMemAlloc;
1004 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType);
1262 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags);
1347 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags);
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp51 using gralloc::IMemAlloc;
1023 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType);
1290 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags);
1375 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags);
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit_c2d.cpp51 using gralloc::IMemAlloc;
1004 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType);
1262 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags);
1347 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags);

Completed in 315 milliseconds