/hardware/interfaces/graphics/mapper/2.0/vts/functional/ |
D | VtsHalGraphicsMapperV2_0TargetTest.cpp | 79 mGralloc->allocate(descriptor, count, false, &stride)); in TEST_P() 97 mGralloc->getAllocator()->allocate(descriptor, 1, in TEST_P() 112 auto bufferHandle = mGralloc->allocate(info, false); in TEST_P() 128 mGralloc->getAllocator()->allocate( in TEST_P() 170 ASSERT_NO_FATAL_FAILURE(bufferHandle = mGralloc->allocate(mDummyDescriptorInfo, true)); in TEST_P() 179 ASSERT_NO_FATAL_FAILURE(clonedBufferHandle = mGralloc->allocate(mDummyDescriptorInfo, false)); in TEST_P() 197 ASSERT_NO_FATAL_FAILURE(rawHandle = mGralloc->allocate(mDummyDescriptorInfo, false)); in TEST_P() 224 auto bufferHandle = mGralloc->allocate(info, true); in TEST_P() 262 ASSERT_NO_FATAL_FAILURE(clonedBufferHandle = mGralloc->allocate(mDummyDescriptorInfo, false)); in TEST_P() 278 ASSERT_NO_FATAL_FAILURE(bufferHandle = mGralloc->allocate(info, true, &stride)); in TEST_P() [all …]
|
/hardware/interfaces/graphics/mapper/3.0/vts/functional/ |
D | VtsHalGraphicsMapperV3_0TargetTest.cpp | 79 mGralloc->allocate(descriptor, count, false, &stride)); in TEST_P() 97 mGralloc->getAllocator()->allocate(descriptor, 1, in TEST_P() 112 auto bufferHandle = mGralloc->allocate(info, false); in TEST_P() 128 mGralloc->getAllocator()->allocate( in TEST_P() 170 ASSERT_NO_FATAL_FAILURE(bufferHandle = mGralloc->allocate(mDummyDescriptorInfo, true)); in TEST_P() 179 ASSERT_NO_FATAL_FAILURE(clonedBufferHandle = mGralloc->allocate(mDummyDescriptorInfo, false)); in TEST_P() 197 ASSERT_NO_FATAL_FAILURE(rawHandle = mGralloc->allocate(mDummyDescriptorInfo, false)); in TEST_P() 224 auto bufferHandle = mGralloc->allocate(info, true); in TEST_P() 262 ASSERT_NO_FATAL_FAILURE(clonedBufferHandle = mGralloc->allocate(mDummyDescriptorInfo, false)); in TEST_P() 278 ASSERT_NO_FATAL_FAILURE(bufferHandle = mGralloc->allocate(info, true, &stride)); in TEST_P() [all …]
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | alloc_controller.h | 44 virtual int allocate(alloc_data& data, int usage) = 0; 60 virtual int allocate(alloc_data& data, int usage);
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | alloc_controller.h | 44 virtual int allocate(alloc_data& data, int usage) = 0; 60 virtual int allocate(alloc_data& data, int usage);
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | alloc_controller.h | 44 virtual int allocate(alloc_data& data, int usage) = 0; 60 virtual int allocate(alloc_data& data, int usage);
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | alloc_controller.h | 44 virtual int allocate(alloc_data& data, int usage) = 0; 60 virtual int allocate(alloc_data& data, int usage);
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | alloc_controller.h | 55 virtual int allocate(alloc_data& data, int usage) = 0; 73 virtual int allocate(alloc_data& data, int usage);
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | alloc_controller.h | 55 virtual int allocate(alloc_data& data, int usage) = 0; 73 virtual int allocate(alloc_data& data, int usage);
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | alloc_controller.h | 55 virtual int allocate(alloc_data& data, int usage) = 0; 73 virtual int allocate(alloc_data& data, int usage);
|
/hardware/interfaces/sensors/common/vts/utils/ |
D | GrallocWrapper.cpp | 62 virtual native_handle_t* allocate(uint32_t size) = 0; 92 virtual native_handle_t* allocate(uint32_t size) override; 116 native_handle_t* GrallocHalWrapper<AllocatorT, MapperT>::allocate(uint32_t size) { in allocate() function in android::__anon6e7a76650111::GrallocHalWrapper 132 mAllocator->allocate(descriptor, kBufferCount, callback); in allocate() 255 std::pair<native_handle_t*, void*> GrallocWrapper::allocate(uint32_t size) { in allocate() function in android::GrallocWrapper 256 native_handle_t* bufferHandle = mGrallocHal->allocate(size); in allocate()
|
/hardware/interfaces/graphics/mapper/2.1/vts/functional/ |
D | VtsHalGraphicsMapperV2_1TargetTest.cpp | 66 ASSERT_NO_FATAL_FAILURE(bufferHandle = mGralloc->allocate(mDummyDescriptorInfo, true, &stride)); in TEST_P() 92 mGralloc->allocate(mDummyDescriptorInfo, false))); in TEST_P() 113 bufferHandle = const_cast<native_handle_t*>(mGralloc->allocate(info, true, &stride))); in TEST_P() 154 ASSERT_NO_FATAL_FAILURE(bufferHandle = mGralloc->allocate(mDummyDescriptorInfo, true)); in TEST_P() 180 mGralloc->allocate(mDummyDescriptorInfo, false))); in TEST_P()
|
/hardware/interfaces/graphics/allocator/3.0/ |
D | IAllocator.hal | 36 * @param descriptor Properties of the buffers to allocate. This must be 38 * @param count The number of buffers to allocate. 50 allocate(BufferDescriptor descriptor, uint32_t count)
|
/hardware/interfaces/graphics/allocator/2.0/ |
D | IAllocator.hal | 36 * @param descriptor specifies the properties of the buffers to allocate. 37 * @param count is the number of buffers to allocate. 53 allocate(BufferDescriptor descriptor, uint32_t count)
|
/hardware/interfaces/graphics/mapper/2.0/utils/vts/include/mapper-vts/2.0/ |
D | MapperVts.h | 54 std::vector<const native_handle_t*> allocate(const BufferDescriptor& descriptor, uint32_t count, 56 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo,
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraMem.h | 109 virtual int allocate(uint8_t count, size_t size) = 0; 193 virtual int allocate(uint8_t count, size_t size); 226 virtual int allocate(uint8_t count, size_t size); 249 virtual int allocate(uint8_t count, size_t size); 287 virtual int allocate(uint8_t count, size_t size);
|
/hardware/interfaces/graphics/mapper/2.0/utils/vts/ |
D | MapperVts.cpp | 76 std::vector<const native_handle_t*> Gralloc::allocate(const BufferDescriptor& descriptor, in allocate() function in android::hardware::graphics::mapper::V2_0::vts::Gralloc 81 mAllocator->allocate( in allocate() 107 const native_handle_t* Gralloc::allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate() function in android::hardware::graphics::mapper::V2_0::vts::Gralloc 114 auto buffers = allocate(descriptor, 1, import, outStride); in allocate()
|
/hardware/interfaces/graphics/mapper/3.0/utils/vts/include/mapper-vts/3.0/ |
D | MapperVts.h | 54 std::vector<const native_handle_t*> allocate(const BufferDescriptor& descriptor, 57 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo,
|
/hardware/interfaces/graphics/mapper/3.0/utils/vts/ |
D | MapperVts.cpp | 91 std::vector<const native_handle_t*> Gralloc::allocate(const BufferDescriptor& descriptor, in allocate() function in android::hardware::graphics::mapper::V3_0::vts::Gralloc 96 mAllocator->allocate( in allocate() 122 const native_handle_t* Gralloc::allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate() function in android::hardware::graphics::mapper::V3_0::vts::Gralloc 129 auto buffers = allocate(descriptor, 1, import, outStride); in allocate()
|
/hardware/interfaces/graphics/mapper/2.1/utils/vts/ |
D | MapperVts.cpp | 106 const native_handle_t* Gralloc::allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate() function in android::hardware::graphics::mapper::V2_1::vts::Gralloc 113 auto buffers = V2_0::vts::Gralloc::allocate(descriptor, 1, import, outStride); in allocate()
|
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/ |
D | GrallocWrapper.h | 47 std::pair<native_handle_t*, void*> allocate(uint32_t size);
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/ |
D | ComposerVts.h | 96 const native_handle_t* allocate(uint32_t width, uint32_t height, uint32_t layerCount, 99 return V2_1::vts::Gralloc::allocate(
|
/hardware/interfaces/graphics/mapper/2.1/utils/vts/include/mapper-vts/2.1/ |
D | MapperVts.h | 48 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo,
|
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/ |
D | Gralloc1Hal.h | 181 !initDispatch(GRALLOC1_FUNCTION_ALLOCATE, &mDispatch.allocate) || in initDispatch() 316 int32_t error = mDispatch.allocate(mDevice, 1, &descriptor, &buffer); in allocateOneBuffer() 350 GRALLOC1_PFN_ALLOCATE allocate; member
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
D | VtsHalGraphicsComposerV2_1TargetTest.cpp | 685 const native_handle_t* allocate() { in allocate() function in android::hardware::graphics::composer::V2_1::vts::__anon71d7d22f0111::GraphicsComposerHidlCommandTest 689 return mGralloc->allocate(mDisplayWidth, mDisplayHeight, 1, PixelFormat::RGBA_8888, usage); in allocate() 747 ASSERT_NO_FATAL_FAILURE(handle = allocate()); in TEST_F() 795 auto handle = allocate(); in TEST_F() 829 auto handle2 = allocate(); in TEST_F() 845 auto handle = allocate(); in TEST_F() 883 auto handle = allocate(); in TEST_F() 1015 auto handle = allocate(); in TEST_F()
|
/hardware/qcom/sdm845/display/gralloc/ |
D | QtiAllocator.h | 65 Return<void> allocate(const hidl_vec<uint32_t> &descriptor, uint32_t count,
|