Searched refs:getConsumerName (Results 1 – 12 of 12) sorted by relevance
126 String8 MonitoredProducer::getConsumerName() const { in getConsumerName() function in android::MonitoredProducer127 return mProducer->getConsumerName(); in getConsumerName()
59 virtual String8 getConsumerName() const override;
171 virtual String8 getConsumerName() const override;
522 virtual String8 getConsumerName() const = 0;
112 String8 getConsumerName() const;
124 virtual String8 getConsumerName() const override;
585 String8 VirtualDisplaySurface::getConsumerName() const { in getConsumerName() function in android::VirtualDisplaySurface
232 EXPECT_STREQ("TestConsumer", surface->getConsumerName().string()); in TEST_F()
325 virtual String8 getConsumerName() const { in getConsumerName() function in android::BpGraphicBufferProducer622 reply->writeString8(getConsumerName()); in onTransact()
122 String8 Surface::getConsumerName() const { in getConsumerName() function in android::Surface123 return mGraphicBufferProducer->getConsumerName(); in getConsumerName()
1334 String8 BufferQueueProducer::getConsumerName() const { in getConsumerName() function in android::BufferQueueProducer
350 mConsumerName = mConsumer->getConsumerName(); in configureQueueLocked()