Searched refs:sAlloc (Results 1 – 2 of 2) sorted by relevance
245 gralloc::IAllocController* sAlloc = in alloc_buffer() local255 int err = sAlloc->allocate(data, allocFlags); in alloc_buffer()273 gralloc::IAllocController* sAlloc = in free_buffer() local276 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); in free_buffer()
112 static gralloc::IAllocController* sAlloc = 0; variable934 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()