Home
last modified time | relevance | path

Searched refs:getConsumerName (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/services/surfaceflinger/
DMonitoredProducer.cpp121 String8 MonitoredProducer::getConsumerName() const { in getConsumerName() function in android::MonitoredProducer
122 return mProducer->getConsumerName(); in getConsumerName()
DMonitoredProducer.h58 virtual String8 getConsumerName() const override;
/frameworks/native/include/gui/
DBufferQueueProducer.h182 virtual String8 getConsumerName() const override;
DIGraphicBufferProducer.h485 virtual String8 getConsumerName() const = 0;
DSurface.h110 String8 getConsumerName() const;
/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.h120 virtual String8 getConsumerName() const override;
DVirtualDisplaySurface.cpp538 String8 VirtualDisplaySurface::getConsumerName() const { in getConsumerName() function in android::VirtualDisplaySurface
/frameworks/native/libs/gui/tests/
DSurface_test.cpp228 EXPECT_STREQ("TestConsumer", surface->getConsumerName().string()); in TEST_F()
/frameworks/native/libs/gui/
DIGraphicBufferProducer.cpp301 virtual String8 getConsumerName() const { in getConsumerName() function in android::BpGraphicBufferProducer
484 reply->writeString8(getConsumerName()); in onTransact()
DSurface.cpp114 String8 Surface::getConsumerName() const { in getConsumerName() function in android::Surface
115 return mGraphicBufferProducer->getConsumerName(); in getConsumerName()
DBufferQueueProducer.cpp1092 String8 BufferQueueProducer::getConsumerName() const { in getConsumerName() function in android::BufferQueueProducer
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.cpp282 mConsumerName = mConsumer->getConsumerName(); in configureQueueLocked()