Searched refs:gralloc3_ (Results 1 – 2 of 2) sorted by relevance
41 gralloc3_ = IMapperV3::getService(); in Gralloc()42 if (gralloc3_ != nullptr) { in Gralloc()60 if (gralloc3_ != nullptr) { in GetWidth()77 if (gralloc3_ != nullptr) { in GetHeight()94 if (gralloc3_ != nullptr) { in GetDrmFormat()112 if (gralloc3_ != nullptr) { in GetMonoPlanarStrideBytes()130 if (gralloc3_ != nullptr) { in Import()134 auto ret = gralloc3_->importBuffer(buffer, in Import()155 if (gralloc3_ != nullptr) { in Release()157 auto ret = gralloc3_->freeBuffer(native_buffer); in Release()[all …]
120 android::sp<android::hardware::graphics::mapper::V3_0::IMapper> gralloc3_; variable