Home
last modified time | relevance | path

Searched refs:allocator (Results 1 – 25 of 210) sorted by relevance

123456789

/hardware/google/camera/common/hal/tests/
Dgralloc_buffer_allocator_tests.cc32 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 …]
Dhwl_buffer_allocator_tests.cc36 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/
DAndroid.bp6 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",
Dandroid.hardware.graphics.allocator-aidl-service.rc1 service vendor.graphics.allocator-default /vendor/bin/hw/android.hardware.graphics.allocator-V1-ser…
/hardware/google/gchips/gralloc4/service/aidl/
DAndroid.bp6 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",
Dandroid.hardware.graphics.allocator-aidl-service.rc1 service vendor.graphics.allocator-default /vendor/bin/hw/android.hardware.graphics.allocator-V1-ser…
/hardware/interfaces/graphics/allocator/2.0/default/
DAndroid.bp11 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",
Dandroid.hardware.graphics.allocator@2.0-service.rc1 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
Dpassthrough.cpp20 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/
DAndroid.bp11 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/
Dservice.cpp36 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()
DQtiAllocator.h45 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/
Dservice.cpp35 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()
DQtiAllocator.h45 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/
DAndroid.bp23 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/
DAndroid.bp6 name: "android.hardware.graphics.allocator-aidl-impl",
13 "android.hardware.graphics.allocator-V1-ndk",
14 "android.hardware.graphics.allocator@4.0",
DGrallocAllocator.cpp12 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/
DAndroid.bp6 name: "android.hardware.graphics.allocator-aidl-impl",
13 "android.hardware.graphics.allocator-V1-ndk",
14 "android.hardware.graphics.allocator@4.0",
DGrallocAllocator.cpp12 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/
DGrallocLoader.h35 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/
DAndroid.bp11 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/
DAndroid.bp61 "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/
DIAllocator.aidl34 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/
DIAllocator.aidl34 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/
DIAllocator.aidl17 package android.hardware.graphics.allocator;
19 import android.hardware.graphics.allocator.AllocationResult;

123456789