Home
last modified time | relevance | path

Searched refs:IMapperV3 (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/sm7250/display/composer/
DQtiComposerHandleImporter.h35 using IMapperV3 = ::android::hardware::graphics::mapper::V3_0::IMapper; variable
56 sp<IMapperV3> mMapper_V3;
Dhwc_buffer_allocator.h43 using IMapperV3 = android::hardware::graphics::mapper::V3_0::IMapper; variable
72 android::sp<IMapperV3> mapper_V3_;
DQtiComposerHandleImporter.cpp42 mMapper_V3 = IMapperV3::getService(); in initialize()
Dhwc_buffer_allocator.cpp68 mapper_V3_ = IMapperV3::getService(); in GetGrallocInstance()
116 IMapperV3::BufferDescriptorInfo descriptor_info; in AllocateBuffer()
516 const IMapperV3::Rect access_region = {.left = 0, .top = 0, .width = 0, .height = 0}; in MapBuffer()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_buffer_allocator.h43 using IMapperV3 = android::hardware::graphics::mapper::V3_0::IMapper; variable
72 android::sp<IMapperV3> mapper_V3_;
Dhwc_buffer_allocator.cpp67 mapper_V3_ = IMapperV3::getService(); in GetGrallocInstance()
115 IMapperV3::BufferDescriptorInfo descriptor_info; in AllocateBuffer()
511 const IMapperV3::Rect access_region = {.left = 0, .top = 0, .width = 0, .height = 0}; in MapBuffer()