/hardware/interfaces/graphics/mapper/2.1/utils/vts/ |
D | MapperVts.cpp | 30 android::hardware::graphics::mapper::V2_0::IMapper::BufferDescriptorInfo; 31 static_assert(sizeof(OldBufferDescriptorInfo) == sizeof(IMapper::BufferDescriptorInfo) && 33 offsetof(IMapper::BufferDescriptorInfo, width) && 35 offsetof(IMapper::BufferDescriptorInfo, height) && 37 offsetof(IMapper::BufferDescriptorInfo, layerCount) && 39 offsetof(IMapper::BufferDescriptorInfo, format) && 41 offsetof(IMapper::BufferDescriptorInfo, usage), 61 mMapperV2_1 = IMapper::castFrom(V2_0::vts::Gralloc::getMapper()); in init() 65 sp<IMapper> Gralloc::getMapper() const { in getMapper() 70 const IMapper::BufferDescriptorInfo& descriptorInfo, in validateBufferSize() [all …]
|
/hardware/interfaces/graphics/mapper/3.0/utils/vts/include/mapper-vts/3.0/ |
D | MapperVts.h | 57 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, 62 sp<IMapper> getMapper() const; 64 BufferDescriptor createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo); 73 const IMapper::Rect& accessRegion, int acquireFence, int32_t* outBytesPerPixel, 76 const IMapper::Rect& accessRegion, int acquireFence); 80 const IMapper::BufferDescriptorInfo& descriptorInfo, uint32_t stride); 84 bool isSupported(const IMapper::BufferDescriptorInfo& descriptorInfo); 94 sp<IMapper> mMapper;
|
/hardware/interfaces/graphics/mapper/2.1/utils/vts/include/mapper-vts/2.1/ |
D | MapperVts.h | 39 sp<IMapper> getMapper() const; 42 const IMapper::BufferDescriptorInfo& descriptorInfo, uint32_t stride); 46 BufferDescriptor createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo); 48 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, 54 sp<IMapper> mMapperV2_1;
|
/hardware/interfaces/graphics/mapper/2.0/utils/vts/include/mapper-vts/2.0/ |
D | MapperVts.h | 56 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, 61 sp<IMapper> getMapper() const; 63 BufferDescriptor createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo); 72 const IMapper::Rect& accessRegion, int acquireFence); 74 const IMapper::Rect& accessRegion, int acquireFence); 82 sp<IMapper> mMapper;
|
/hardware/interfaces/camera/common/1.0/default/include/ |
D | HandleImporter.h | 25 using android::hardware::graphics::mapper::V2_0::IMapper; 53 const IMapper::Rect& accessRegion); 65 const IMapper::Rect& accessRegion); 71 sp<IMapper> mMapperV2; 72 sp<graphics::mapper::V3_0::IMapper> mMapperV3;
|
/hardware/interfaces/graphics/mapper/2.1/utils/hal/include/mapper-hal/2.1/ |
D | Mapper.h | 42 const IMapper::BufferDescriptorInfo& descriptorInfo, in validateBufferSize() 52 Return<void> getTransportSize(void* buffer, IMapper::getTransportSize_cb hidl_cb) { in getTransportSize() 66 Return<void> createDescriptor_2_1(const IMapper::BufferDescriptorInfo& descriptorInfo, in createDescriptor_2_1() 67 IMapper::createDescriptor_2_1_cb hidl_cb) override { in createDescriptor_2_1() 82 using Mapper = detail::MapperImpl<IMapper, MapperHal>;
|
D | MapperHal.h | 37 Error createDescriptor(const V2_0::IMapper::BufferDescriptorInfo& descriptorInfo, in createDescriptor() 40 IMapper::BufferDescriptorInfo{ in createDescriptor() 50 const IMapper::BufferDescriptorInfo& descriptorInfo, 59 virtual Error createDescriptor_2_1(const IMapper::BufferDescriptorInfo& descriptorInfo,
|
/hardware/interfaces/graphics/mapper/2.0/utils/hal/include/mapper-hal/2.0/ |
D | Mapper.h | 49 Return<void> createDescriptor(const V2_0::IMapper::BufferDescriptorInfo& descriptorInfo, in createDescriptor() 50 IMapper::createDescriptor_cb hidl_cb) override { in createDescriptor() 58 IMapper::importBuffer_cb hidl_cb) override { in importBuffer() 95 Return<void> lock(void* buffer, uint64_t cpuUsage, const V2_0::IMapper::Rect& accessRegion, in lock() 96 const hidl_handle& acquireFence, IMapper::lock_cb hidl_cb) override { in lock() 116 Return<void> lockYCbCr(void* buffer, uint64_t cpuUsage, const V2_0::IMapper::Rect& accessRegion, in lockYCbCr() 118 IMapper::lockYCbCr_cb hidl_cb) override { in lockYCbCr() 138 Return<void> unlock(void* buffer, IMapper::unlock_cb hidl_cb) override { in unlock() 211 using Mapper = detail::MapperImpl<IMapper, MapperHal>;
|
D | MapperHal.h | 34 virtual Error createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo, 46 const IMapper::Rect& accessRegion, base::unique_fd fenceFd, 51 const IMapper::Rect& accessRegion, base::unique_fd fenceFd,
|
/hardware/qcom/sdm845/display/gralloc/ |
D | QtiMapper.h | 47 using ::android::hardware::graphics::mapper::V2_0::IMapper; 61 using IMapper_2_1 = android::hardware::graphics::mapper::V2_1::IMapper; 63 android::hardware::graphics::mapper::V2_0::IMapper::BufferDescriptorInfo; 65 android::hardware::graphics::mapper::V2_1::IMapper::BufferDescriptorInfo; 76 Return<void> lock(void *buffer, uint64_t cpu_usage, const IMapper::Rect &access_region, 78 Return<void> lockYCbCr(void *buffer, uint64_t cpu_usage, const IMapper::Rect &access_region, 106 bool ValidDescriptor(const IMapper::BufferDescriptorInfo &bd);
|
D | gr_buf_descriptor.h | 38 using android::hardware::graphics::mapper::V2_1::IMapper; 49 static hidl_vec<uint32_t> Encode(const IMapper::BufferDescriptorInfo &bd_info) { in Encode()
|
/hardware/qcom/sm8150/display/gralloc/ |
D | QtiMapper.h | 56 using ::android::hardware::graphics::mapper::V3_0::IMapper; 65 using IMapper_3_0 = android::hardware::graphics::mapper::V3_0::IMapper; 67 android::hardware::graphics::mapper::V3_0::IMapper::BufferDescriptorInfo; 78 Return<void> lock(void *buffer, uint64_t cpu_usage, const IMapper::Rect &access_region, 80 Return<void> lockYCbCr(void *buffer, uint64_t cpu_usage, const IMapper::Rect &access_region, 99 bool ValidDescriptor(const IMapper::BufferDescriptorInfo &bd);
|
D | gr_buf_descriptor.h | 39 using android::hardware::graphics::mapper::V3_0::IMapper; 49 static hidl_vec<uint32_t> Encode(const IMapper::BufferDescriptorInfo &bd_info) { in Encode()
|
/hardware/interfaces/graphics/mapper/3.0/utils/vts/ |
D | MapperVts.cpp | 39 mMapper = IMapper::getService(mapperServiceName); in init() 48 mMapper = IMapper::getService(mapperServiceName); in initNoErr() 122 const native_handle_t* Gralloc::allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate() 137 sp<IMapper> Gralloc::getMapper() const { in getMapper() 141 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor() 180 const IMapper::Rect& accessRegion, int acquireFence, int32_t* outBytesPerPixel, in lock() 213 const IMapper::Rect& accessRegion, int acquireFence) { in lockYCbCr() 262 const IMapper::BufferDescriptorInfo& descriptorInfo, in validateBufferSize() 287 bool Gralloc::isSupported(const IMapper::BufferDescriptorInfo& descriptorInfo) { in isSupported()
|
/hardware/interfaces/camera/common/1.0/default/ |
D | HandleImporter.cpp | 30 using IMapperV3 = android::hardware::graphics::mapper::V3_0::IMapper; 45 mMapperV2 = IMapper::getService(); in initializeLocked() 88 uint64_t cpuUsage, const IMapper::Rect& accessRegion) { in lockYCbCrInternal() 159 return importBufferInternal<IMapper, MapperErrorV2>(mMapperV2, handle); in importBuffer() 247 IMapper::Rect accessRegion { 0, 0, static_cast<int>(size), 1 }; in lock() 265 const IMapper::Rect& accessRegion) { in lockYCbCr() 278 return lockYCbCrInternal<IMapper, MapperErrorV2>( in lockYCbCr() 291 return unlockInternal<IMapper, MapperErrorV2>(mMapperV2, buf); in unlock()
|
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/ |
D | GrallocBufferDescriptor.h | 38 const IMapper::BufferDescriptorInfo& descriptorInfo) { in grallocEncodeBufferDescriptor() 53 IMapper::BufferDescriptorInfo* outDescriptorInfo) { in grallocDecodeBufferDescriptor() 59 *outDescriptorInfo = IMapper::BufferDescriptorInfo{ in grallocDecodeBufferDescriptor()
|
/hardware/interfaces/graphics/mapper/2.0/default/ |
D | passthrough.cpp | 19 using android::hardware::graphics::mapper::V2_0::IMapper; 22 extern "C" IMapper* HIDL_FETCH_IMapper(const char* /*name*/) { in HIDL_FETCH_IMapper()
|
/hardware/interfaces/graphics/mapper/2.1/default/ |
D | passthrough.cpp | 19 using android::hardware::graphics::mapper::V2_1::IMapper; 22 extern "C" IMapper* HIDL_FETCH_IMapper(const char* /*name*/) { in HIDL_FETCH_IMapper()
|
/hardware/interfaces/graphics/mapper/2.0/utils/vts/ |
D | MapperVts.cpp | 34 mMapper = IMapper::getService(mapperServiceName); in init() 107 const native_handle_t* Gralloc::allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate() 122 sp<IMapper> Gralloc::getMapper() const { in getMapper() 126 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor() 165 const IMapper::Rect& accessRegion, int acquireFence) { in lock() 191 const IMapper::Rect& accessRegion, int acquireFence) { in lockYCbCr()
|
/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/ |
D | Gralloc0Hal.h | 38 const IMapper::BufferDescriptorInfo& descriptorInfo, in validateBufferSize() 71 Error createDescriptor_2_1(const IMapper::BufferDescriptorInfo& descriptorInfo, in createDescriptor_2_1() 74 V2_0::IMapper::BufferDescriptorInfo{ in createDescriptor_2_1()
|
D | GrallocLoader.h | 37 static IMapper* load() { in load() 68 static IMapper* createMapper(std::unique_ptr<hal::MapperHal> hal) { in createMapper()
|
D | Gralloc1Hal.h | 40 const IMapper::BufferDescriptorInfo& descriptorInfo, in validateBufferSize() 73 Error createDescriptor_2_1(const IMapper::BufferDescriptorInfo& descriptorInfo, in createDescriptor_2_1() 78 V2_0::IMapper::BufferDescriptorInfo{ in createDescriptor_2_1()
|
/hardware/interfaces/graphics/mapper/2.1/ |
D | IMapper.hal | 23 import @2.0::IMapper; 25 interface IMapper extends @2.0::IMapper { 27 * This is the same as @2.0::IMapper::BufferDescriptorInfo except that it 100 * This is the same as @2.0::IMapper::createDescriptor except that it 101 * accepts @2.1::IMapper::BufferDescriptorInfo.
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.h | 40 using android::hardware::graphics::mapper::V2_0::IMapper; 68 android::sp<IMapper> mapper_;
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.h | 43 using IMapperV3 = android::hardware::graphics::mapper::V3_0::IMapper; 44 using IMapperV2 = android::hardware::graphics::mapper::V2_0::IMapper;
|