/hardware/google/camera/common/hal/tests/ |
D | gralloc_buffer_allocator_tests.cc | 32 auto allocator = GrallocBufferAllocator::Create(); in TEST() local 33 ASSERT_NE(allocator, nullptr) << "Create GrallocBufferAllocator failed."; in TEST() 38 auto allocator = GrallocBufferAllocator::Create(); in TEST() local 39 ASSERT_NE(allocator, nullptr) << "Create GrallocBufferAllocator failed."; in TEST() 51 status_t res = allocator->AllocateBuffers(buffer_descriptor, &buffers_); in TEST() 56 allocator->FreeBuffers(&buffers_); in TEST() 63 auto allocator = GrallocBufferAllocator::Create(); in TEST() local 64 ASSERT_NE(allocator, nullptr) << "Create GrallocBufferAllocator failed."; in TEST() 76 status_t res = allocator->AllocateBuffers(buffer_descriptor, &buffers_); in TEST() 81 res = allocator->AllocateBuffers(buffer_descriptor, &buffers_); in TEST() [all …]
|
D | hwl_buffer_allocator_tests.cc | 36 auto allocator = HwlBufferAllocator::Create(mock_allocator_hwl.get()); in TEST() local 37 ASSERT_NE(allocator, nullptr) << "Create HwlBufferAllocator failed."; in TEST() 45 auto allocator = HwlBufferAllocator::Create(mock_allocator_hwl.get()); in TEST() local 46 ASSERT_NE(allocator, nullptr) << "Create HwlBufferAllocator failed."; in TEST() 58 status_t res = allocator->AllocateBuffers(buffer_descriptor, &buffers_); in TEST() 63 allocator->FreeBuffers(&buffers_); in TEST()
|
/hardware/google/gchips/GrallocHAL/service/aidl/ |
D | Android.bp | 6 name: "android.hardware.graphics.allocator-V1-service", 13 "android.hardware.graphics.allocator-aidl-service.rc", 20 "android.hardware.graphics.allocator-V1-ndk", 21 "android.hardware.graphics.allocator-aidl-impl", 30 "android.hardware.graphics.allocator-aidl-impl",
|
D | android.hardware.graphics.allocator-aidl-service.rc | 1 service vendor.graphics.allocator-default /vendor/bin/hw/android.hardware.graphics.allocator-V1-ser…
|
/hardware/google/gchips/gralloc4/service/aidl/ |
D | Android.bp | 6 name: "android.hardware.graphics.allocator-V1-service", 13 "android.hardware.graphics.allocator-aidl-service.rc", 20 "android.hardware.graphics.allocator-V1-ndk", 21 "android.hardware.graphics.allocator-aidl-impl", 30 "android.hardware.graphics.allocator-aidl-impl",
|
D | android.hardware.graphics.allocator-aidl-service.rc | 1 service vendor.graphics.allocator-default /vendor/bin/hw/android.hardware.graphics.allocator-V1-ser…
|
/hardware/interfaces/graphics/allocator/2.0/default/ |
D | Android.bp | 11 name: "android.hardware.graphics.allocator@2.0-impl", 17 "android.hardware.graphics.allocator@2.0-passthrough", 20 "android.hardware.graphics.allocator@2.0", 32 name: "android.hardware.graphics.allocator@2.0-service", 37 init_rc: ["android.hardware.graphics.allocator@2.0-service.rc"], 40 "android.hardware.graphics.allocator@2.0",
|
D | android.hardware.graphics.allocator@2.0-service.rc | 1 service vendor.gralloc-2-0 /vendor/bin/hw/android.hardware.graphics.allocator@2.0-service 2 interface android.hardware.graphics.allocator@2.0::IAllocator default 4 interface android.hardware.graphics.allocator@2.0::IAllocator default
|
D | passthrough.cpp | 20 using android::hardware::graphics::allocator::V2_0::IAllocator; 21 using android::hardware::graphics::allocator::V2_0::passthrough::GrallocLoader;
|
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/ |
D | Android.bp | 11 name: "android.hardware.graphics.allocator@2.0-passthrough", 15 "android.hardware.graphics.allocator@2.0", 20 "android.hardware.graphics.allocator@2.0", 25 "android.hardware.graphics.allocator@2.0-hal", 29 "android.hardware.graphics.allocator@2.0-hal",
|
/hardware/qcom/sm8150/display/gralloc/ |
D | service.cpp | 36 using IQtiAllocator3 = vendor::qti::hardware::display::allocator::V3_0::IQtiAllocator; 37 using IQtiAllocator4 = vendor::qti::hardware::display::allocator::V4_0::IQtiAllocator; 41 new vendor::qti::hardware::display::allocator::V3_0::implementation::QtiAllocator(); in main() 55 new vendor::qti::hardware::display::allocator::V4_0::implementation::QtiAllocator(); in main()
|
D | QtiAllocator.h | 45 namespace allocator { 56 using android::hardware::graphics::allocator::V3_0::IAllocator; 60 using vendor::qti::hardware::display::allocator::V3_0::IQtiAllocator; 88 namespace allocator { 99 using android::hardware::graphics::allocator::V4_0::IAllocator; 103 using vendor::qti::hardware::display::allocator::V4_0::IQtiAllocator;
|
/hardware/qcom/sm7250/display/gralloc/ |
D | service.cpp | 35 using IQtiAllocator3 = vendor::qti::hardware::display::allocator::V3_0::IQtiAllocator; 36 using IQtiAllocator4 = vendor::qti::hardware::display::allocator::V4_0::IQtiAllocator; 40 new vendor::qti::hardware::display::allocator::V3_0::implementation::QtiAllocator(); in main() 52 new vendor::qti::hardware::display::allocator::V4_0::implementation::QtiAllocator(); in main()
|
D | QtiAllocator.h | 45 namespace allocator { 56 using android::hardware::graphics::allocator::V3_0::IAllocator; 60 using vendor::qti::hardware::display::allocator::V3_0::IQtiAllocator; 88 namespace allocator { 99 using android::hardware::graphics::allocator::V4_0::IAllocator; 103 using vendor::qti::hardware::display::allocator::V4_0::IQtiAllocator;
|
/hardware/google/gchips/GrallocHAL/service/4.x/ |
D | Android.bp | 23 name: "android.hardware.graphics.allocator@4.0-service", 30 "android.hardware.graphics.allocator@4.0-service.rc", 36 "android.hardware.graphics.allocator@4.0", 37 "android.hardware.graphics.allocator@4.0-impl", 44 "android.hardware.graphics.allocator@4.0-impl",
|
/hardware/google/gchips/GrallocHAL/src/aidl/ |
D | Android.bp | 6 name: "android.hardware.graphics.allocator-aidl-impl", 13 "android.hardware.graphics.allocator-V1-ndk", 14 "android.hardware.graphics.allocator@4.0",
|
D | GrallocAllocator.cpp | 12 namespace pixel::allocator { namespace 14 namespace AidlAllocator = aidl::android::hardware::graphics::allocator; 15 namespace HidlAllocator = android::hardware::graphics::allocator::V4_0; 63 arm::allocator::common::allocate(bufferDescriptor, count, hidl_cb); in allocate()
|
/hardware/google/gchips/gralloc4/src/aidl/ |
D | Android.bp | 6 name: "android.hardware.graphics.allocator-aidl-impl", 13 "android.hardware.graphics.allocator-V1-ndk", 14 "android.hardware.graphics.allocator@4.0",
|
D | GrallocAllocator.cpp | 12 namespace pixel::allocator { namespace 14 namespace AidlAllocator = aidl::android::hardware::graphics::allocator; 15 namespace HidlAllocator = android::hardware::graphics::allocator::V4_0; 63 arm::allocator::common::allocate(bufferDescriptor, count, hidl_cb); in allocate()
|
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/ |
D | GrallocLoader.h | 35 namespace allocator { 90 auto allocator = std::make_unique<hal::Allocator>(); in createAllocator() local 91 return allocator->init(std::move(hal)) ? allocator.release() : nullptr; in createAllocator()
|
/hardware/interfaces/graphics/allocator/2.0/utils/hal/ |
D | Android.bp | 11 name: "android.hardware.graphics.allocator@2.0-hal", 15 "android.hardware.graphics.allocator@2.0", 19 "android.hardware.graphics.allocator@2.0",
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | Android.bp | 61 "android.hardware.graphics.allocator@2.0", 62 "android.hardware.graphics.allocator@3.0", 63 "android.hardware.graphics.allocator@4.0", 75 "android.hardware.graphics.allocator@2.0", 76 "android.hardware.graphics.allocator@3.0", 77 "android.hardware.graphics.allocator@4.0",
|
/hardware/interfaces/graphics/allocator/aidl/aidl_api/android.hardware.graphics.allocator/current/android/hardware/graphics/allocator/ |
D | IAllocator.aidl | 34 package android.hardware.graphics.allocator; 37 android.hardware.graphics.allocator.AllocationResult allocate(in byte[] descriptor, in int count); in allocate()
|
/hardware/interfaces/graphics/allocator/aidl/aidl_api/android.hardware.graphics.allocator/1/android/hardware/graphics/allocator/ |
D | IAllocator.aidl | 34 package android.hardware.graphics.allocator; 37 android.hardware.graphics.allocator.AllocationResult allocate(in byte[] descriptor, in int count); in allocate()
|
/hardware/interfaces/graphics/allocator/aidl/android/hardware/graphics/allocator/ |
D | IAllocator.aidl | 17 package android.hardware.graphics.allocator; 19 import android.hardware.graphics.allocator.AllocationResult;
|