Home
last modified time | relevance | path

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

/hardware/qcom/display/libgralloc/
Dalloc_controller.cpp245 gralloc::IAllocController* sAlloc = in alloc_buffer() local
255 int err = sAlloc->allocate(data, allocFlags); in alloc_buffer()
273 gralloc::IAllocController* sAlloc = in free_buffer() local
276 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); in free_buffer()
/hardware/qcom/display/libcopybit/
Dcopybit_c2d.cpp112 static gralloc::IAllocController* sAlloc = 0; variable
934 if (sAlloc == 0) { in get_temp_buffer()
935 sAlloc = gralloc::IAllocController::getInstance(); in get_temp_buffer()
938 if (sAlloc == 0) { in get_temp_buffer()
943 int err = sAlloc->allocate(data, allocFlags); in get_temp_buffer()
957 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType); in free_temp_buffer()
1176 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags); in stretch_copybit_internal()
1247 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); in stretch_copybit_internal()