Searched refs:mGralloc3 (Results 1 – 2 of 2) sorted by relevance
30 mGralloc3 = V3Mapper::getService(); in GrallocModule()31 if (mGralloc3 != nullptr) { in GrallocModule()51 if (mGralloc3 != nullptr) { in import()53 auto ret = mGralloc3->importBuffer( in import()83 if (mGralloc3 != nullptr) { in release()86 auto ret = mGralloc3->freeBuffer(native_handle); in release()108 if (mGralloc3 != nullptr) { in lock()120 auto ret = mGralloc3->lock(native_handle, usage, rect, empty_fence_handle, in lock()151 if (mGralloc3 != nullptr) { in lock_ycbcr()165 auto ret = mGralloc3->lockYCbCr(native_handle, usage, rect, in lock_ycbcr()[all …]
47 android::sp<android::hardware::graphics::mapper::V3_0::IMapper> mGralloc3; variable