Home
last modified time | relevance | path

Searched refs:IMapperV2 (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/sm7250/display/composer/
DQtiComposerHandleImporter.h34 using IMapperV2 = ::android::hardware::graphics::mapper::V2_0::IMapper; variable
55 sp<IMapperV2> mMapper_V2;
Dhwc_buffer_allocator.h44 using IMapperV2 = android::hardware::graphics::mapper::V2_0::IMapper; variable
71 android::sp<IMapperV2> mapper_V2_;
DQtiComposerHandleImporter.cpp44 mMapper_V2 = IMapperV2::getService(); in initialize()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_buffer_allocator.h44 using IMapperV2 = android::hardware::graphics::mapper::V2_0::IMapper; variable
71 android::sp<IMapperV2> mapper_V2_;
Dhwc_buffer_allocator.cpp69 mapper_V2_ = IMapperV2::getService(); in GetGrallocInstance()
168 IMapperV2::BufferDescriptorInfo descriptor_info; in AllocateBuffer()
521 const IMapperV2::Rect access_region = {.left = 0, .top = 0, .width = 0, .height = 0}; in MapBuffer()