Searched defs:sAlloc (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8960/libgralloc/
H A Dalloc_controller.cpp348 gralloc::IAllocController* sAlloc = local
358 int err = sAlloc->allocate(data, allocFlags);
376 gralloc::IAllocController* sAlloc = local
379 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
/hardware/qcom/display/msm8974/libgralloc/
H A Dalloc_controller.cpp365 gralloc::IAllocController* sAlloc = local
375 int err = sAlloc->allocate(data, allocFlags);
393 gralloc::IAllocController* sAlloc = local
396 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
/hardware/qcom/display/msm8x26/libgralloc/
H A Dalloc_controller.cpp346 gralloc::IAllocController* sAlloc = local
356 int err = sAlloc->allocate(data, allocFlags);
374 gralloc::IAllocController* sAlloc = local
377 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp133 static gralloc::IAllocController* sAlloc = 0; variable
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);
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp133 static gralloc::IAllocController* sAlloc = 0; variable
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);
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit_c2d.cpp133 static gralloc::IAllocController* sAlloc = 0; variable
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);

Completed in 161 milliseconds