Home
last modified time | relevance | path

Searched refs:GrallocAllocator (Results 1 – 15 of 15) sorted by relevance

/aosp12/hardware/google/gchips/gralloc3/src/
H A DGrallocAllocator.cpp41 GrallocAllocator::GrallocAllocator() in GrallocAllocator() function in android::hardware::graphics::allocator::HIDL_IALLOCATOR_NAMESPACE::implementation::GrallocAllocator
51 GrallocAllocator::~GrallocAllocator() in ~GrallocAllocator()
67 Return<void> GrallocAllocator::dumpDebugInfo(dumpDebugInfo_cb hidl_cb) in dumpDebugInfo()
90 Return<void> GrallocAllocator::allocate(const BufferDescriptor& descriptor, in allocate()
176 return new GrallocAllocator(); in HIDL_FETCH_IAllocator()
H A DGrallocAllocator.h39 class GrallocAllocator : public IAllocator
42 GrallocAllocator();
43 virtual ~GrallocAllocator();
/aosp12/hardware/google/gchips/gralloc4/src/4.x/
H A DGrallocAllocator.cpp41 GrallocAllocator::GrallocAllocator() in GrallocAllocator() function in arm::allocator::GrallocAllocator
47 GrallocAllocator::~GrallocAllocator() in ~GrallocAllocator()
52 Return<void> GrallocAllocator::allocate(const BufferDescriptor &descriptor, uint32_t count, allocat… in allocate()
H A DGrallocAllocator.h31 class GrallocAllocator : public IAllocator
39 GrallocAllocator();
45 virtual ~GrallocAllocator();
H A DAndroid.bp85 "GrallocAllocator.cpp",
/aosp12/hardware/google/gchips/gralloc4/service/4.x/
H A Dservice.cpp28 using arm::allocator::GrallocAllocator;
31 android::sp<GrallocAllocator> service = new GrallocAllocator(); in main()
/aosp12/frameworks/native/libs/ui/
H A DGralloc.cpp25 GrallocAllocator::~GrallocAllocator() {} in ~GrallocAllocator()
/aosp12/frameworks/native/libs/ui/include/ui/
H A DGraphicBufferAllocator.h37 class GrallocAllocator; variable
104 std::unique_ptr<const GrallocAllocator> mAllocator;
H A DGralloc.h256 class GrallocAllocator {
258 virtual ~GrallocAllocator();
H A DGralloc2.h73 class Gralloc2Allocator : public GrallocAllocator {
H A DGralloc3.h74 class Gralloc3Allocator : public GrallocAllocator {
H A DGralloc4.h187 class Gralloc4Allocator : public GrallocAllocator {
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DGraphicBufferAllocator.h37 class GrallocAllocator; variable
104 std::unique_ptr<const GrallocAllocator> mAllocator;
/aosp12/frameworks/native/libs/ui/tests/mock/
H A DMockGrallocAllocator.h29 class MockGrallocAllocator : public GrallocAllocator {
/aosp12/frameworks/native/libs/ui/tests/
H A DGraphicBufferAllocator_test.cpp56 std::unique_ptr<const GrallocAllocator>& getAllocator() { return mAllocator; } in getAllocator()