Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_buffer_allocator.cpp55 allocator_V2_ != nullptr) { in GetGrallocInstance()
61 allocator_V2_ = IAllocatorV2::getService(); in GetGrallocInstance()
62 if (allocator_V2_ == nullptr) { in GetGrallocInstance()
195 allocator_V2_->allocate(descriptor, 1, in AllocateBuffer()
H A Dhwc_buffer_allocator.h73 android::sp<IAllocatorV2> allocator_V2_; variable
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/
H A Dhwc_buffer_allocator.cpp54 allocator_V2_ != nullptr) { in GetGrallocInstance()
60 allocator_V2_ = IAllocatorV2::getService(); in GetGrallocInstance()
61 if (allocator_V2_ == nullptr) { in GetGrallocInstance()
194 allocator_V2_->allocate(descriptor, 1, in AllocateBuffer()
H A Dhwc_buffer_allocator.h73 android::sp<IAllocatorV2> allocator_V2_; variable