Home | History | Annotate | Download | only in libcopybit

Lines Matching refs:sAlloc

131 static gralloc::IAllocController* sAlloc = 0;
1007 if (sAlloc == 0) {
1008 sAlloc = gralloc::IAllocController::getInstance();
1011 if (sAlloc == 0) {
1012 ALOGE("%s: sAlloc is still NULL", __FUNCTION__);
1016 int err = sAlloc->allocate(data, allocFlags);
1030 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType);
1296 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags);
1381 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags);