Home | History | Annotate | Download | only in libcopybit

Lines Matching full:salloc

133 static gralloc::IAllocController* sAlloc = 0;
985 if (sAlloc == 0) {
986 sAlloc = gralloc::IAllocController::getInstance();
989 if (sAlloc == 0) {
990 ALOGE("%s: sAlloc is still NULL", __FUNCTION__);
994 int err = sAlloc->allocate(data, allocFlags);
1008 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType);
1266 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags);
1351 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags);