Home
last modified time | relevance | path

Searched refs:allocator_V3_ (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_buffer_allocator.cpp54 if (mapper_V3_ != nullptr || mapper_V2_ != nullptr || allocator_V3_ != nullptr || in GetGrallocInstance()
59 allocator_V3_ = IAllocatorV3::getService(); in GetGrallocInstance()
60 if (allocator_V3_ == nullptr) { in GetGrallocInstance()
142 allocator_V3_->allocate(descriptor, 1, in AllocateBuffer()
H A Dhwc_buffer_allocator.h74 android::sp<IAllocatorV3> allocator_V3_; variable
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/
H A Dhwc_buffer_allocator.cpp53 if (mapper_V3_ != nullptr || mapper_V2_ != nullptr || allocator_V3_ != nullptr || in GetGrallocInstance()
58 allocator_V3_ = IAllocatorV3::getService(); in GetGrallocInstance()
59 if (allocator_V3_ == nullptr) { in GetGrallocInstance()
141 allocator_V3_->allocate(descriptor, 1, in AllocateBuffer()
H A Dhwc_buffer_allocator.h74 android::sp<IAllocatorV3> allocator_V3_; variable