Searched refs:IMapperV3 (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/sm7250/display/composer/ |
D | QtiComposerHandleImporter.h | 35 using IMapperV3 = ::android::hardware::graphics::mapper::V3_0::IMapper; variable 56 sp<IMapperV3> mMapper_V3;
|
D | hwc_buffer_allocator.h | 43 using IMapperV3 = android::hardware::graphics::mapper::V3_0::IMapper; variable 72 android::sp<IMapperV3> mapper_V3_;
|
D | QtiComposerHandleImporter.cpp | 42 mMapper_V3 = IMapperV3::getService(); in initialize()
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.h | 43 using IMapperV3 = android::hardware::graphics::mapper::V3_0::IMapper; variable 72 android::sp<IMapperV3> mapper_V3_;
|
D | hwc_buffer_allocator.cpp | 67 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()
|
/hardware/interfaces/camera/common/1.0/default/ |
D | HandleImporter.cpp | 36 using IMapperV3 = android::hardware::graphics::mapper::V3_0::IMapper; typedef 52 mMapperV3 = IMapperV3::getService(); in initializeLocked() 252 return importBufferInternal<IMapperV3, MapperErrorV3>(mMapperV3, handle); in importBuffer() 353 IMapperV3::Rect accessRegionV3{accessRegion.left, accessRegion.top, accessRegion.width, in lock() 397 return lockYCbCrInternal<IMapperV3, MapperErrorV3>( in lockYCbCr() 442 return unlockInternal<IMapperV3, MapperErrorV3>(mMapperV3, buf); in unlock()
|