Home | History | Annotate | Download | only in libcopybit

Lines Matching refs:sAlloc

131 static gralloc::IAllocController* sAlloc = 0;
1005 if (sAlloc == 0) {
1006 sAlloc = gralloc::IAllocController::getInstance();
1009 if (sAlloc == 0) {
1010 ALOGE("%s: sAlloc is still NULL", __FUNCTION__);
1014 int err = sAlloc->allocate(data, allocFlags);
1028 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType);
1297 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags);
1383 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags);