Home
last modified time | relevance | path

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

12

/aosp12/frameworks/native/services/surfaceflinger/
H A DMonitoredProducer.cpp117 String8 MonitoredProducer::getConsumerName() const { in getConsumerName() function in android::MonitoredProducer
118 return mProducer->getConsumerName(); in getConsumerName()
H A DMonitoredProducer.h62 virtual String8 getConsumerName() const override;
H A DSurfaceInterceptor.cpp563 surfaceChange->set_buffer_queue_name(surface->getConsumerName().string()); in addDisplaySurfaceLocked()
/aosp12/frameworks/native/libs/gui/tests/
H A DMalicious.cpp79 String8 getConsumerName() const override { return mProducer->getConsumerName(); } in getConsumerName() function in android::test::ProxyBQP
/aosp12/frameworks/native/libs/gui/include/gui/mock/
H A DGraphicBufferProducer.h51 MOCK_CONST_METHOD0(getConsumerName, String8());
/aosp12/frameworks/native/libs/gui/bufferqueue/2.0/
H A DB2HGraphicBufferProducer.cpp357 Return<void> B2HGraphicBufferProducer::getConsumerName( in getConsumerName() function in android::hardware::graphics::bufferqueue::V2_0::utils::B2HGraphicBufferProducer
359 _hidl_cb(hidl_string{mBase->getConsumerName().c_str()}); in getConsumerName()
H A DH2BGraphicBufferProducer.cpp434 String8 H2BGraphicBufferProducer::getConsumerName() const { in getConsumerName() function in android::hardware::graphics::bufferqueue::V2_0::utils::H2BGraphicBufferProducer
436 Return<void> transResult = mBase->getConsumerName( in getConsumerName()
/aosp12/frameworks/native/libs/gui/include/gui/bufferqueue/2.0/
H A DB2HGraphicBufferProducer.h108 virtual Return<void> getConsumerName(getConsumerName_cb _hidl_cb) override;
H A DH2BGraphicBufferProducer.h89 virtual String8 getConsumerName() const override;
/aosp12/hardware/google/pixel/powerstats/include/dataproviders/
H A DPowerStatsEnergyConsumer.h69 std::string getConsumerName() override;
/aosp12/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.h88 String8 getConsumerName() const override;
H A DWGraphicBufferProducer.h300 Return<void> getConsumerName(HGraphicBufferProducer::getConsumerName_cb _hidl_cb) override { in getConsumerName() function
301 _hidl_cb(mBase->getConsumerName().string()); in getConsumerName()
/aosp12/hardware/google/pixel/powerstats/include/
H A DPowerStatsAidl.h45 virtual std::string getConsumerName() = 0;
/aosp12/frameworks/native/libs/gui/include/gui/
H A DBufferQueueProducer.h171 virtual String8 getConsumerName() const override;
H A DBufferHubProducer.h106 String8 getConsumerName() const override;
H A DIGraphicBufferProducer.h588 virtual String8 getConsumerName() const = 0;
H A DSurface.h139 String8 getConsumerName() const;
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.h123 virtual String8 getConsumerName() const override;
H A DVirtualDisplaySurface.cpp594 String8 VirtualDisplaySurface::getConsumerName() const { in getConsumerName() function in android::VirtualDisplaySurface
/aosp12/hardware/google/pixel/powerstats/dataproviders/
H A DPowerStatsEnergyConsumer.cpp226 std::string PowerStatsEnergyConsumer::getConsumerName() { in getConsumerName() function in aidl::android::hardware::power::stats::PowerStatsEnergyConsumer
/aosp12/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp550 virtual String8 getConsumerName() const { in getConsumerName() function in android::BpGraphicBufferProducer
896 String8 getConsumerName() const override { in getConsumerName() function in android::HpGraphicBufferProducer
897 return mBase->getConsumerName(); in getConsumerName()
1363 reply->writeString8(getConsumerName()); in onTransact()
H A DBufferHubProducer.cpp694 String8 BufferHubProducer::getConsumerName() const { in getConsumerName() function in android::BufferHubProducer
/aosp12/hardware/google/pixel/powerstats/
H A DPowerStatsAidl.cpp369 mEnergyConsumers[result.id]->getConsumerName().c_str(), in dumpEnergyConsumer()
/aosp12/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp1174 String8 H2BGraphicBufferProducer::getConsumerName() const { in getConsumerName() function in android::hardware::graphics::bufferqueue::V1_0::utils::H2BGraphicBufferProducer
1176 mBase->getConsumerName([&lName] (hidl_string const& name) { in getConsumerName()
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.cpp482 mConsumerName = mConsumer->getConsumerName(); in configureConsumerQueueLocked()

12