Home
last modified time | relevance | path

Searched refs:GraphicBufferAllocator (Results 1 – 24 of 24) sorted by relevance

/aosp12/frameworks/native/libs/ui/
H A DGraphicBufferAllocator.cpp44 ANDROID_SINGLETON_STATIC_INSTANCE( GraphicBufferAllocator )
46 Mutex GraphicBufferAllocator::sLock;
48 GraphicBufferAllocator::alloc_rec_t> GraphicBufferAllocator::sAllocList;
50 GraphicBufferAllocator::GraphicBufferAllocator() : mMapper(GraphicBufferMapper::getInstance()) { in GraphicBufferAllocator() function in android::GraphicBufferAllocator
70 GraphicBufferAllocator::~GraphicBufferAllocator() {} in ~GraphicBufferAllocator()
72 uint64_t GraphicBufferAllocator::getTotalSize() const { in getTotalSize()
81 void GraphicBufferAllocator::dump(std::string& result, bool less) const { in dump()
105 void GraphicBufferAllocator::dumpToSystemLog(bool less) { in dumpToSystemLog()
107 GraphicBufferAllocator::getInstance().dump(s, less); in dumpToSystemLog()
184 status_t GraphicBufferAllocator::allocateRawHandle(uint32_t width, uint32_t height, in allocateRawHandle()
[all …]
H A DGraphicBuffer.cpp125 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); in free_handle()
137 GraphicBufferAllocator::dumpToSystemLog(); in dumpAllocationsToSystemLog()
161 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); in reallocate()
184 GraphicBufferAllocator& allocator = GraphicBufferAllocator::get(); in initWithSize()
H A DAndroid.bp135 "GraphicBufferAllocator.cpp",
/aosp12/frameworks/native/libs/ui/include/ui/
H A DGraphicBufferAllocator.h40 class GraphicBufferAllocator : public Singleton<GraphicBufferAllocator>
43 static inline GraphicBufferAllocator& get() { return getInstance(); } in get()
99 friend class Singleton<GraphicBufferAllocator>;
100 GraphicBufferAllocator();
101 ~GraphicBufferAllocator();
H A DGralloc4.h153 friend class GraphicBufferAllocator;
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DGraphicBufferAllocator.h40 class GraphicBufferAllocator : public Singleton<GraphicBufferAllocator>
43 static inline GraphicBufferAllocator& get() { return getInstance(); } in get()
99 friend class Singleton<GraphicBufferAllocator>;
100 GraphicBufferAllocator();
101 ~GraphicBufferAllocator();
/aosp12/hardware/interfaces/automotive/evs/1.0/default/
H A DEvsCamera.cpp90 GraphicBufferAllocator& alloc(GraphicBufferAllocator::get()); in forceShutdown()
308 GraphicBufferAllocator &alloc(GraphicBufferAllocator::get()); in increaseAvailableFrames_Locked()
351 GraphicBufferAllocator &alloc(GraphicBufferAllocator::get()); in decreaseAvailableFrames_Locked()
H A DEvsDisplay.cpp75 GraphicBufferAllocator& alloc(GraphicBufferAllocator::get()); in forceShutdown()
168 GraphicBufferAllocator& alloc(GraphicBufferAllocator::get()); in getTargetBuffer()
/aosp12/hardware/interfaces/automotive/evs/1.1/default/
H A DEvsDisplay.cpp84 GraphicBufferAllocator& alloc(GraphicBufferAllocator::get()); in forceShutdown()
177 GraphicBufferAllocator& alloc(GraphicBufferAllocator::get()); in getTargetBuffer()
H A DEvsCamera.cpp83 GraphicBufferAllocator& alloc(GraphicBufferAllocator::get()); in forceShutdown()
409 GraphicBufferAllocator &alloc(GraphicBufferAllocator::get()); in increaseAvailableFrames_Locked()
452 GraphicBufferAllocator &alloc(GraphicBufferAllocator::get()); in decreaseAvailableFrames_Locked()
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DStreamHandler.cpp46 android::GraphicBufferAllocator &alloc(android::GraphicBufferAllocator::get()); in StreamHandler()
104 android::GraphicBufferAllocator &alloc(android::GraphicBufferAllocator::get()); in shutdown()
/aosp12/packages/services/Car/cpp/evs/sampleDriver/
H A DEvsGlDisplay.cpp74 GraphicBufferAllocator& alloc(GraphicBufferAllocator::get()); in forceShutdown()
196 GraphicBufferAllocator& alloc(GraphicBufferAllocator::get()); in getTargetBuffer()
H A DEvsV4lCamera.cpp100 GraphicBufferAllocator& alloc(GraphicBufferAllocator::get()); in shutdown()
624 GraphicBufferAllocator &alloc(GraphicBufferAllocator::get()); in increaseAvailableFrames_Locked()
681 GraphicBufferAllocator &alloc(GraphicBufferAllocator::get()); in decreaseAvailableFrames_Locked()
/aosp12/packages/services/Car/cpp/evs/support_library/
H A DStreamHandler.cpp252 android::GraphicBufferAllocator& alloc(android::GraphicBufferAllocator::get()); in allocate()
293 GraphicBufferAllocator::get().free(output.memHandle); in processFrame()
400 GraphicBufferAllocator::get().free(mAnalyzeBuffer.memHandle); in copyAndAnalyzeFrame()
/aosp12/hardware/google/camera/common/hal/utils/
H A Dgralloc_buffer_allocator.cc81 err = GraphicBufferAllocator::get().allocate( in AllocateBuffers()
108 GraphicBufferAllocator::get().free(buffer); in FreeBuffers()
/aosp12/packages/services/Car/cpp/evs/manager/1.1/emul/
H A DEvsEmulatedCamera.cpp182 GraphicBufferAllocator& alloc(GraphicBufferAllocator::get()); in shutdown()
610 GraphicBufferAllocator &alloc(GraphicBufferAllocator::get()); in increaseAvailableFrames_Locked()
668 GraphicBufferAllocator &alloc(GraphicBufferAllocator::get()); in decreaseAvailableFrames_Locked()
/aosp12/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
H A DREADME.txt124 You can still use the default allocator functions in the original GraphicBufferAllocator class:
127 /frameworks/native/libs/ui/include_vndk/ui/GraphicBufferAllocator.h
/aosp12/hardware/google/gchips/libvendorgraphicbuffer/include/
H A DVendorGraphicBuffer.h171 typedef class android::GraphicBufferAllocator VendorGraphicBufferAllocator;
/aosp12/frameworks/native/libs/ui/tests/
H A DGraphicBufferAllocator_test.cpp45 class TestableGraphicBufferAllocator : public GraphicBufferAllocator {
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/common/
H A Dmedia_hidl_test_common.cpp209 android::GraphicBufferAllocator& allocator = android::GraphicBufferAllocator::get(); in allocateGraphicBuffers()
344 android::GraphicBufferAllocator& allocator = android::GraphicBufferAllocator::get(); in freePortBuffers()
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2AllocatorGralloc.cpp879 status_t err = GraphicBufferAllocator::get().allocateRawHandle(width, height, format, in newGraphicAllocation()
/aosp12/hardware/interfaces/automotive/evs/1.1/vts/functional/
H A DVtsHalEvsV1_1TargetTest.cpp2278 android::GraphicBufferAllocator& alloc(android::GraphicBufferAllocator::get()); in TEST_P()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2454 ATRACE_INT64("Total Buffer Size", GraphicBufferAllocator::get().getTotalSize()); in postComposition()
5250 const GraphicBufferAllocator& alloc(GraphicBufferAllocator::get()); in dumpAllLocked()
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp8663 android::status_t err = android::GraphicBufferAllocator::get().allocateRawHandle( in allocateGraphicBuffer()