Lines Matching refs:sAlloc
133 static gralloc::IAllocController* sAlloc = 0;
981 if (sAlloc == 0) {
982 sAlloc = gralloc::IAllocController::getInstance();
985 if (sAlloc == 0) {
986 ALOGE("%s: sAlloc is still NULL", __FUNCTION__);
990 int err = sAlloc->allocate(data, allocFlags);
1004 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType);
1262 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags);
1347 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags);