Home
last modified time | relevance | path

Searched refs:gralloc3_ (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dgralloc_utils.cpp41 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 …]
Dgralloc_utils.h120 android::sp<android::hardware::graphics::mapper::V3_0::IMapper> gralloc3_; variable