Lines Matching full:salloc
131 static gralloc::IAllocController* sAlloc = 0;
998 if (sAlloc == 0) {
999 sAlloc = gralloc::IAllocController::getInstance();
1002 if (sAlloc == 0) {
1003 ALOGE("%s: sAlloc is still NULL", __FUNCTION__);
1007 int err = sAlloc->allocate(data, allocFlags);
1021 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType);
1288 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags);
1373 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags);