Lines Matching full:salloc
131 static gralloc::IAllocController* sAlloc = 0;
1001 if (sAlloc == 0) {
1002 sAlloc = gralloc::IAllocController::getInstance();
1005 if (sAlloc == 0) {
1006 ALOGE("%s: sAlloc is still NULL", __FUNCTION__);
1010 int err = sAlloc->allocate(data, allocFlags);
1024 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType);
1290 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags);
1375 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags);