Home
last modified time | relevance | path

Searched refs:IAllocator (Results 1 – 25 of 55) sorted by relevance

123

/hardware/interfaces/graphics/allocator/2.0/default/
Dservice.cpp24 using android::hardware::graphics::allocator::V2_0::IAllocator;
27 return defaultPassthroughServiceImplementation<IAllocator>(4); in main()
Dpassthrough.cpp20 using android::hardware::graphics::allocator::V2_0::IAllocator;
23 extern "C" IAllocator* HIDL_FETCH_IAllocator(const char* /* name */) { in HIDL_FETCH_IAllocator()
Dandroid.hardware.graphics.allocator@2.0-service.rc3 interface android.hardware.graphics.allocator@2.0::IAllocator default
/hardware/qcom/sdm845/display/gralloc/
DQtiAllocator.h49 using ::android::hardware::graphics::allocator::V2_0::IAllocator;
60 class QtiAllocator : public IAllocator {
73 extern "C" IAllocator *HIDL_FETCH_IAllocator(const char *name);
Dservice.cpp35 using android::hardware::graphics::allocator::V2_0::IAllocator;
38 android::sp<IAllocator> service = new QtiAllocator(); in main()
DQtiAllocator.cpp103 IAllocator *HIDL_FETCH_IAllocator(const char * /* name */) { in HIDL_FETCH_IAllocator()
/hardware/interfaces/graphics/allocator/2.0/utils/hal/include/allocator-hal/2.0/
DAllocator.h52 Return<void> dumpDebugInfo(IAllocator::dumpDebugInfo_cb hidl_cb) override { in dumpDebugInfo()
58 IAllocator::allocate_cb hidl_cb) override { in allocate()
82 using Allocator = detail::AllocatorImpl<IAllocator, AllocatorHal>;
/hardware/interfaces/graphics/mapper/2.0/utils/vts/include/mapper-vts/2.0/
DMapperVts.h34 using android::hardware::graphics::allocator::V2_0::IAllocator;
45 sp<IAllocator> getAllocator() const;
80 sp<IAllocator> mAllocator;
/hardware/interfaces/graphics/mapper/3.0/utils/vts/include/mapper-vts/3.0/
DMapperVts.h34 using android::hardware::graphics::allocator::V3_0::IAllocator;
45 sp<IAllocator> getAllocator() const;
92 sp<IAllocator> mAllocator;
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_buffer_allocator.h39 using android::hardware::graphics::allocator::V2_0::IAllocator;
69 android::sp<IAllocator> allocator_;
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DGrallocWrapper.h36 sp<allocator2::IAllocator> getAllocator() const;
69 sp<allocator2::IAllocator> mAllocator;
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGrallocLoader.h41 static IAllocator* load() { in load()
89 static IAllocator* createAllocator(std::unique_ptr<hal::AllocatorHal> hal) { in createAllocator()
/hardware/interfaces/soundtrigger/2.1/default/
DSoundTriggerHw.cpp28 using android::hidl::allocator::V1_0::IAllocator;
71 sp<IAllocator> ashmem = IAllocator::getService("ashmem"); in moveVectorToMemory()
/hardware/interfaces/graphics/mapper/2.1/vts/functional/
DVtsHalGraphicsMapperV2_1TargetTest.cpp32 using android::hardware::graphics::allocator::V2_0::IAllocator;
47 registerTestService<IAllocator>(); in registerTestServices()
57 GraphicsMapperHidlEnvironment::Instance()->getServiceName<IAllocator>(), in SetUp()
/hardware/interfaces/graphics/allocator/2.0/
DAndroid.bp10 "IAllocator.hal",
/hardware/interfaces/graphics/allocator/3.0/
DAndroid.bp10 "IAllocator.hal",
/hardware/interfaces/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.cpp50 using ::android::hidl::allocator::V1_0::IAllocator;
204 sp<IAllocator> mAllocator; in allocateGraphicBuffers()
206 AllocatorV2(sp<IAllocator>&& allocator, sp<IMapper>&& mapper) in allocateGraphicBuffers()
211 sp<IAllocator> mAllocator; in allocateGraphicBuffers()
213 AllocatorV3(sp<IAllocator>&& allocator, sp<IMapper>&& mapper) in allocateGraphicBuffers()
221 sp<android::hardware::graphics::allocator::V2_0::IAllocator> allocator2{}; in allocateGraphicBuffers()
222 sp<android::hardware::graphics::allocator::V3_0::IAllocator> allocator3 = in allocateGraphicBuffers()
223 android::hardware::graphics::allocator::V3_0::IAllocator::getService(); in allocateGraphicBuffers()
231 android::hardware::graphics::allocator::V2_0::IAllocator::getService(); in allocateGraphicBuffers()
323 sp<IAllocator> allocator = IAllocator::getService("ashmem"); in allocateBuffer()
Dmedia_hidl_test_common.h306 using IAllocator = android::hardware::graphics::allocator::V2_0::IAllocator; member
321 using IAllocator = android::hardware::graphics::allocator::V3_0::IAllocator; member
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice_1_0.h50 using ::android::hidl::allocator::V1_0::IAllocator;
119 sp<IAllocator> ashmemAllocator, size_t buf_size, uint_t num_buffers = 1);
134 sp<IAllocator> mAshmemAllocator;
/hardware/interfaces/graphics/mapper/3.0/utils/vts/
DMapperVts.cpp38 mAllocator = ::testing::VtsHalHidlTargetTestBase::getService<IAllocator>(allocatorServiceName); in init()
48 mAllocator = ::testing::VtsHalHidlTargetTestBase::getService<IAllocator>(allocatorServiceName); in initNoErr()
71 sp<IAllocator> Gralloc::getAllocator() const { in getAllocator()
/hardware/interfaces/graphics/mapper/2.1/utils/vts/include/mapper-vts/2.1/
DMapperVts.h29 using android::hardware::graphics::allocator::V2_0::IAllocator;
/hardware/interfaces/sensors/common/vts/utils/
DGrallocWrapper.cpp30 mAllocator = allocator2::IAllocator::getService(); in init()
61 sp<allocator2::IAllocator> GrallocWrapper::getAllocator() const { in getAllocator()
/hardware/interfaces/graphics/mapper/2.0/utils/vts/
DMapperVts.cpp33 mAllocator = ::testing::VtsHalHidlTargetTestBase::getService<IAllocator>(allocatorServiceName); in init()
56 sp<IAllocator> Gralloc::getAllocator() const { in getAllocator()
/hardware/interfaces/soundtrigger/2.1/vts/functional/
DVtsHalSoundtriggerV2_1TargetTest.cpp56 using ::android::hidl::allocator::V1_0::IAllocator;
362 sp<IAllocator> ashmem = IAllocator::getService("ashmem"); in TEST_F()
/hardware/interfaces/graphics/mapper/2.0/vts/functional/
DVtsHalGraphicsMapperV2_0TargetTest.cpp48 registerTestService<IAllocator>(); in registerTestServices()
58 GraphicsMapperHidlEnvironment::Instance()->getServiceName<IAllocator>(), in SetUp()
223 GraphicsMapperHidlEnvironment::Instance()->getServiceName<IAllocator>(), in TEST_F()

123