Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DMonitoredProducer.cpp126 String8 MonitoredProducer::getConsumerName() const { in getConsumerName() function in android::MonitoredProducer
127 return mProducer->getConsumerName(); in getConsumerName()
DMonitoredProducer.h59 virtual String8 getConsumerName() const override;
/frameworks/native/include/gui/
DBufferQueueProducer.h171 virtual String8 getConsumerName() const override;
DIGraphicBufferProducer.h522 virtual String8 getConsumerName() const = 0;
DSurface.h112 String8 getConsumerName() const;
/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.h124 virtual String8 getConsumerName() const override;
DVirtualDisplaySurface.cpp585 String8 VirtualDisplaySurface::getConsumerName() const { in getConsumerName() function in android::VirtualDisplaySurface
/frameworks/native/libs/gui/tests/
DSurface_test.cpp232 EXPECT_STREQ("TestConsumer", surface->getConsumerName().string()); in TEST_F()
/frameworks/native/libs/gui/
DIGraphicBufferProducer.cpp325 virtual String8 getConsumerName() const { in getConsumerName() function in android::BpGraphicBufferProducer
622 reply->writeString8(getConsumerName()); in onTransact()
DSurface.cpp122 String8 Surface::getConsumerName() const { in getConsumerName() function in android::Surface
123 return mGraphicBufferProducer->getConsumerName(); in getConsumerName()
DBufferQueueProducer.cpp1334 String8 BufferQueueProducer::getConsumerName() const { in getConsumerName() function in android::BufferQueueProducer
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.cpp350 mConsumerName = mConsumer->getConsumerName(); in configureQueueLocked()