Home
last modified time | relevance | path

Searched refs:sAlloc (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/display/msm8960/libgralloc/
Dalloc_controller.cpp350 gralloc::IAllocController* sAlloc = in alloc_buffer() local
360 int err = sAlloc->allocate(data, allocFlags); in alloc_buffer()
378 gralloc::IAllocController* sAlloc = in free_buffer() local
381 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); in free_buffer()
/hardware/qcom/display/msm8974/libgralloc/
Dalloc_controller.cpp367 gralloc::IAllocController* sAlloc = in alloc_buffer() local
377 int err = sAlloc->allocate(data, allocFlags); in alloc_buffer()
395 gralloc::IAllocController* sAlloc = in free_buffer() local
398 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); in free_buffer()
/hardware/qcom/display/msm8226/libgralloc/
Dalloc_controller.cpp559 gralloc::IAllocController* sAlloc = in alloc_buffer() local
571 int err = sAlloc->allocate(data, allocFlags); in alloc_buffer()
589 gralloc::IAllocController* sAlloc = in free_buffer() local
592 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); in free_buffer()
/hardware/qcom/display/msm8084/libgralloc/
Dalloc_controller.cpp631 gralloc::IAllocController* sAlloc = in alloc_buffer() local
643 int err = sAlloc->allocate(data, allocFlags); in alloc_buffer()
661 gralloc::IAllocController* sAlloc = in free_buffer() local
664 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); in free_buffer()
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit_c2d.cpp133 static gralloc::IAllocController* sAlloc = 0; variable
981 if (sAlloc == 0) { in get_temp_buffer()
982 sAlloc = gralloc::IAllocController::getInstance(); in get_temp_buffer()
985 if (sAlloc == 0) { in get_temp_buffer()
990 int err = sAlloc->allocate(data, allocFlags); in get_temp_buffer()
1004 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType); in free_temp_buffer()
1262 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags); in stretch_copybit_internal()
1347 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); in stretch_copybit_internal()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit_c2d.cpp131 static gralloc::IAllocController* sAlloc = 0; variable
998 if (sAlloc == 0) { in get_temp_buffer()
999 sAlloc = gralloc::IAllocController::getInstance(); in get_temp_buffer()
1002 if (sAlloc == 0) { in get_temp_buffer()
1007 int err = sAlloc->allocate(data, allocFlags); in get_temp_buffer()
1021 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType); in free_temp_buffer()
1288 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags); in stretch_copybit_internal()
1373 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); in stretch_copybit_internal()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit_c2d.cpp131 static gralloc::IAllocController* sAlloc = 0; variable
1001 if (sAlloc == 0) { in get_temp_buffer()
1002 sAlloc = gralloc::IAllocController::getInstance(); in get_temp_buffer()
1005 if (sAlloc == 0) { in get_temp_buffer()
1010 int err = sAlloc->allocate(data, allocFlags); in get_temp_buffer()
1024 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType); in free_temp_buffer()
1290 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags); in stretch_copybit_internal()
1375 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); in stretch_copybit_internal()
/hardware/qcom/display/msm8974/libcopybit/
Dcopybit_c2d.cpp133 static gralloc::IAllocController* sAlloc = 0; variable
1000 if (sAlloc == 0) { in get_temp_buffer()
1001 sAlloc = gralloc::IAllocController::getInstance(); in get_temp_buffer()
1004 if (sAlloc == 0) { in get_temp_buffer()
1009 int err = sAlloc->allocate(data, allocFlags); in get_temp_buffer()
1023 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType); in free_temp_buffer()
1290 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags); in stretch_copybit_internal()
1375 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); in stretch_copybit_internal()