Home
last modified time | relevance | path

Searched refs:getDebugName (Results 1 – 21 of 21) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DOutputLayer.cpp339 getLayerFE().getDebugName(), getOutput().getName().c_str()); in writeStateToHWC()
409 ALOGE("[%s] Failed to set Z %u: %s (%d)", getLayerFE().getDebugName(), z, in writeOutputDependentGeometryStateToHWC()
420 ALOGE("[%s] Failed to set transform %s: %s (%d)", getLayerFE().getDebugName(), in writeOutputDependentGeometryStateToHWC()
436 ALOGE("[%s] Failed to set blend mode %s: %s (%d)", getLayerFE().getDebugName(), in writeOutputIndependentGeometryStateToHWC()
468 ALOGE("[%s] Failed to set visible region: %s (%d)", getLayerFE().getDebugName(), in writeOutputDependentPerFrameStateToHWC()
503 ALOGE("[%s] Failed to set surface damage: %s (%d)", getLayerFE().getDebugName(), in writeOutputIndependentPerFrameStateToHWC()
539 ALOGE("[%s] Failed to set color: %s (%d)", getLayerFE().getDebugName(), in writeSolidColorStateToHWC()
562 ALOGE("[%s] Failed to set hdrMetadata: %s (%d)", getLayerFE().getDebugName(), in writeBufferStateToHWC()
679 getLayerFE().getDebugName(), toString(from).c_str(), static_cast<int>(from), in detectDisallowedCompositionTypeChange()
717 ALOGE("[%s] Unknown device layer request %s (%d)", getLayerFE().getDebugName(), in applyDeviceLayerRequest()
[all …]
H A DOutput.cpp1174 ALOGV("Layer: %s", layerFE.getDebugName()); in generateClientCompositionRequests()
1206 ALOGV("Replacing [%s] with override in RE", layer->getLayerFE().getDebugName()); in generateClientCompositionRequests()
1209 layer->getLayerFE().getDebugName()); in generateClientCompositionRequests()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
H A DLayerFE.h44 MOCK_CONST_METHOD0(getDebugName, const char*());
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferQueueLayer.cpp73 ALOGW("[%s] Failed to obtain occupancy history (%d)", getDebugName(), result); in getOccupancyHistory()
113 getDebugName(), addedTime, expectedPresentTime); in isBufferDue()
427 ALOGE("[%s] Timed out waiting on callback", getDebugName()); in onFrameAvailable()
458 ALOGE("[%s] Timed out waiting on callback", getDebugName()); in onFrameReplaced()
H A DDisplayDevice.cpp288 std::string DisplayDevice::getDebugName() const { in getDebugName() function in android::DisplayDevice
299 StringAppendF(&result, "+ %s\n", getDebugName().c_str()); in dump()
H A DDisplayDevice.h248 std::string getDebugName() const;
H A DRegionSamplingThread.cpp334 ALOGV("Traversing [%s] [%d, %d, %d, %d]", layer->getDebugName(), bounds.left, in captureSample()
H A DLayer.cpp563 const char* Layer::getDebugName() const { in getDebugName() function in android::Layer
2330 ALOGV("Dropping input for %s as requested by policy.", getDebugName()); in handleDropInputMode()
2343 ALOGV("Dropping input for %s as requested by policy because alpha=%f", getDebugName(), in handleDropInputMode()
2364 getDebugName()); in handleDropInputMode()
H A DBufferLayer.cpp69 ALOGV("Creating Layer %s", getDebugName());
H A DLayer.h639 const char* getDebugName() const override;
H A DSurfaceFlinger.cpp4083 layer->getDebugName()); in setClientStateLocked()
4088 layer->getDebugName()); in setClientStateLocked()
4261 layer->getDebugName()); in setClientStateLocked()
4767 [&](Layer* layer) { StringAppendF(&result, "%s\n", layer->getDebugName()); }); in listLayersLocked()
5137 layer->getDebugName() ? layer->getDebugName() in dumpAllLocked()
/aosp12/frameworks/base/core/java/android/content/res/
H A DApkAssets.java337 public @NonNull String getDebugName() { in getDebugName() method in ApkAssets
418 return "ApkAssets{path=" + getDebugName() + "}"; in toString()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DLayerFE.h161 virtual const char* getDebugName() const = 0;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationModeController.java207 Log.d(TAG, " " + a.getDebugName()); in dumpAssetPaths()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
H A DLayerState.h265 mName{[](auto layer) { return layer->getLayerFE().getDebugName(); },
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DPredictorTest.cpp52 EXPECT_CALL(layerFE, getDebugName()).WillRepeatedly(Return(sDebugName.c_str())); in setupMocksForLayer()
H A DCachedSetTest.cpp106 EXPECT_CALL(*testLayer->layerFE, getDebugName).WillRepeatedly(Return("testLayer")); in SetUp()
H A DFlattenerTest.cpp118 EXPECT_CALL(*testLayer->layerFE, getDebugName) in SetUp()
H A DLayerStateTest.cpp87 EXPECT_CALL(layerFE, getDebugName()).WillRepeatedly(Return(debugName.c_str())); in setupMocksForLayer()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DOutputLayerTest.cpp99 EXPECT_CALL(*mLayerFE, getDebugName()).WillRepeatedly(Return("Test LayerFE")); in OutputLayerTest()
H A DOutputTest.cpp102 EXPECT_CALL(*layerFE, getDebugName()).WillRepeatedly(Return("InjectedLayer")); in InjectedLayer()
119 EXPECT_CALL(*layerFE, getDebugName()).WillRepeatedly(Return("NonInjectedLayer")); in NonInjectedLayer()