/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | MemoryDomainTests.cpp | 648 DeviceBuffer allocateBuffer(const std::shared_ptr<IPreparedModel>& preparedModel, in allocateBuffer() function in aidl::android::hardware::neuralnetworks::vts::functional::MemoryDomainCopyTestBase 687 DeviceBuffer allocateBuffer(const std::shared_ptr<IPreparedModel>& preparedModel, in allocateBuffer() function in aidl::android::hardware::neuralnetworks::vts::functional::MemoryDomainCopyTestBase 690 return allocateBuffer(preparedModel, inputIndexes, outputIndexes, {}); in allocateBuffer() 757 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P() 771 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P() 791 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P() 817 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P() 843 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P() 852 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P() 870 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P() [all …]
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | MemoryDomainTests.cpp | 622 std::pair<sp<IBuffer>, uint32_t> allocateBuffer(const sp<IPreparedModel>& preparedModel, in allocateBuffer() function in android::hardware::neuralnetworks::V1_3::vts::functional::MemoryDomainCopyTestBase 658 std::pair<sp<IBuffer>, uint32_t> allocateBuffer(const sp<IPreparedModel>& preparedModel, in allocateBuffer() function in android::hardware::neuralnetworks::V1_3::vts::functional::MemoryDomainCopyTestBase 661 return allocateBuffer(preparedModel, inputIndexes, outputIndexes, {}); in allocateBuffer() 702 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P() 716 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P() 735 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P() 761 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P() 787 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P() 796 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P() 814 auto [buffer, token] = allocateBuffer(preparedModel, {0}, {0}); in TEST_P() [all …]
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | ReadbackVts.cpp | 233 ::android::sp<::android::GraphicBuffer> ReadbackBuffer::allocateBuffer() { in allocateBuffer() function in aidl::android::hardware::graphics::composer3::vts::ReadbackBuffer 240 mGraphicBuffer = allocateBuffer(); in setReadbackBuffer() 364 mGraphicBuffer = allocateBuffer(); in setBuffer() 370 ::android::sp<::android::GraphicBuffer> TestBufferLayer::allocateBuffer() { in allocateBuffer() function in aidl::android::hardware::graphics::composer3::vts::TestBufferLayer
|
D | ReadbackVts.h | 164 ::android::sp<::android::GraphicBuffer> allocateBuffer(); 224 ::android::sp<::android::GraphicBuffer> allocateBuffer();
|
D | VtsHalGraphicsComposer3_ReadbackTest.cpp | 114 std::pair<bool, ::android::sp<::android::GraphicBuffer>> allocateBuffer(uint32_t usage) { in allocateBuffer() function in aidl::android::hardware::graphics::composer3::vts::__anon368924b60111::GraphicsCompositionTestBase 333 const auto& [graphicBufferStatus, graphicBuffer] = allocateBuffer(usage); in TEST_P() 389 const auto& [graphicBufferStatus, graphicBuffer] = allocateBuffer(usage); in TEST_P() 494 const auto& [graphicBufferStatus, graphicBuffer] = allocateBuffer(clientUsage); in TEST_P() 675 const auto& [graphicBufferStatus, graphicBuffer] = allocateBuffer(clientUsage); in TEST_P()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraMem.h | 169 int allocateBuffer(struct QCameraMemory::QCameraMemInfo &memInfo,
|
D | QCameraMem.cpp | 407 rc = mMemoryPool->allocateBuffer(mMemInfo[i], in alloc() 714 int QCameraMemoryPool::allocateBuffer( in allocateBuffer() function in qcamera::QCameraMemoryPool
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | dri_interface.h | 910 __DRIbuffer *(*allocateBuffer)(__DRIscreen *screen, member
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/internal/ |
D | dri_interface.h | 910 __DRIbuffer *(*allocateBuffer)(__DRIscreen *screen, member
|
/hardware/interfaces/media/omx/1.0/vts/functional/common/ |
D | media_hidl_test_common.h | 323 void allocateBuffer(sp<IOmxNode> omxNode, BufferInfo* buffer, OMX_U32 portIndex,
|
D | media_hidl_test_common.cpp | 232 void allocateBuffer(sp<IOmxNode> omxNode, BufferInfo* buffer, OMX_U32 portIndex, in allocateBuffer() function 326 ASSERT_NO_FATAL_FAILURE(allocateBuffer(omxNode, &buffer, portIndex, in allocatePortBuffers()
|
/hardware/google/gfxstream/guest/mesa/include/GL/internal/ |
D | dri_interface.h | 1207 __DRIbuffer *(*allocateBuffer)(__DRIscreen *screen, member
|
/hardware/interfaces/media/omx/1.0/vts/functional/component/ |
D | VtsHalMediaOmxV1_0TargetComponentTest.cpp | 474 ASSERT_NO_FATAL_FAILURE(allocateBuffer(omxNode, &buffer, portBase, in TEST_P() 785 ASSERT_NO_FATAL_FAILURE(allocateBuffer( in TEST_P()
|