/hardware/interfaces/graphics/allocator/2.0/default/ |
D | service.cpp | 24 using android::hardware::graphics::allocator::V2_0::IAllocator; 27 return defaultPassthroughServiceImplementation<IAllocator>(4); in main()
|
D | passthrough.cpp | 20 using android::hardware::graphics::allocator::V2_0::IAllocator; 23 extern "C" IAllocator* HIDL_FETCH_IAllocator(const char* /* name */) { in HIDL_FETCH_IAllocator()
|
D | android.hardware.graphics.allocator@2.0-service.rc | 3 interface android.hardware.graphics.allocator@2.0::IAllocator default
|
/hardware/qcom/sdm845/display/gralloc/ |
D | QtiAllocator.h | 49 using ::android::hardware::graphics::allocator::V2_0::IAllocator; 60 class QtiAllocator : public IAllocator { 73 extern "C" IAllocator *HIDL_FETCH_IAllocator(const char *name);
|
D | service.cpp | 35 using android::hardware::graphics::allocator::V2_0::IAllocator; 38 android::sp<IAllocator> service = new QtiAllocator(); in main()
|
D | QtiAllocator.cpp | 103 IAllocator *HIDL_FETCH_IAllocator(const char * /* name */) { in HIDL_FETCH_IAllocator()
|
/hardware/interfaces/graphics/allocator/2.0/utils/hal/include/allocator-hal/2.0/ |
D | Allocator.h | 52 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/ |
D | MapperVts.h | 34 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/ |
D | MapperVts.h | 34 using android::hardware::graphics::allocator::V3_0::IAllocator; 45 sp<IAllocator> getAllocator() const; 92 sp<IAllocator> mAllocator;
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.h | 39 using android::hardware::graphics::allocator::V2_0::IAllocator; 69 android::sp<IAllocator> allocator_;
|
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/ |
D | GrallocWrapper.h | 36 sp<allocator2::IAllocator> getAllocator() const; 69 sp<allocator2::IAllocator> mAllocator;
|
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/ |
D | GrallocLoader.h | 41 static IAllocator* load() { in load() 89 static IAllocator* createAllocator(std::unique_ptr<hal::AllocatorHal> hal) { in createAllocator()
|
/hardware/interfaces/soundtrigger/2.1/default/ |
D | SoundTriggerHw.cpp | 28 using android::hidl::allocator::V1_0::IAllocator; 71 sp<IAllocator> ashmem = IAllocator::getService("ashmem"); in moveVectorToMemory()
|
/hardware/interfaces/graphics/mapper/2.1/vts/functional/ |
D | VtsHalGraphicsMapperV2_1TargetTest.cpp | 32 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/ |
D | Android.bp | 10 "IAllocator.hal",
|
/hardware/interfaces/graphics/allocator/3.0/ |
D | Android.bp | 10 "IAllocator.hal",
|
/hardware/interfaces/media/omx/1.0/vts/functional/common/ |
D | media_hidl_test_common.cpp | 50 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()
|
D | media_hidl_test_common.h | 306 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/ |
D | CameraDevice_1_0.h | 50 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/ |
D | MapperVts.cpp | 38 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/ |
D | MapperVts.h | 29 using android::hardware::graphics::allocator::V2_0::IAllocator;
|
/hardware/interfaces/sensors/common/vts/utils/ |
D | GrallocWrapper.cpp | 30 mAllocator = allocator2::IAllocator::getService(); in init() 61 sp<allocator2::IAllocator> GrallocWrapper::getAllocator() const { in getAllocator()
|
/hardware/interfaces/graphics/mapper/2.0/utils/vts/ |
D | MapperVts.cpp | 33 mAllocator = ::testing::VtsHalHidlTargetTestBase::getService<IAllocator>(allocatorServiceName); in init() 56 sp<IAllocator> Gralloc::getAllocator() const { in getAllocator()
|
/hardware/interfaces/soundtrigger/2.1/vts/functional/ |
D | VtsHalSoundtriggerV2_1TargetTest.cpp | 56 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/ |
D | VtsHalGraphicsMapperV2_0TargetTest.cpp | 48 registerTestService<IAllocator>(); in registerTestServices() 58 GraphicsMapperHidlEnvironment::Instance()->getServiceName<IAllocator>(), in SetUp() 223 GraphicsMapperHidlEnvironment::Instance()->getServiceName<IAllocator>(), in TEST_F()
|