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