/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
H A D | OutputLayer.cpp | 339 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 D | Output.cpp | 1174 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 D | LayerFE.h | 44 MOCK_CONST_METHOD0(getDebugName, const char*());
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | BufferQueueLayer.cpp | 73 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 D | DisplayDevice.cpp | 288 std::string DisplayDevice::getDebugName() const { in getDebugName() function in android::DisplayDevice 299 StringAppendF(&result, "+ %s\n", getDebugName().c_str()); in dump()
|
H A D | DisplayDevice.h | 248 std::string getDebugName() const;
|
H A D | RegionSamplingThread.cpp | 334 ALOGV("Traversing [%s] [%d, %d, %d, %d]", layer->getDebugName(), bounds.left, in captureSample()
|
H A D | Layer.cpp | 563 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 D | BufferLayer.cpp | 69 ALOGV("Creating Layer %s", getDebugName());
|
H A D | Layer.h | 639 const char* getDebugName() const override;
|
H A D | SurfaceFlinger.cpp | 4083 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 D | ApkAssets.java | 337 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 D | LayerFE.h | 161 virtual const char* getDebugName() const = 0;
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationModeController.java | 207 Log.d(TAG, " " + a.getDebugName()); in dumpAssetPaths()
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/ |
H A D | LayerState.h | 265 mName{[](auto layer) { return layer->getLayerFE().getDebugName(); },
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/ |
H A D | PredictorTest.cpp | 52 EXPECT_CALL(layerFE, getDebugName()).WillRepeatedly(Return(sDebugName.c_str())); in setupMocksForLayer()
|
H A D | CachedSetTest.cpp | 106 EXPECT_CALL(*testLayer->layerFE, getDebugName).WillRepeatedly(Return("testLayer")); in SetUp()
|
H A D | FlattenerTest.cpp | 118 EXPECT_CALL(*testLayer->layerFE, getDebugName) in SetUp()
|
H A D | LayerStateTest.cpp | 87 EXPECT_CALL(layerFE, getDebugName()).WillRepeatedly(Return(debugName.c_str())); in setupMocksForLayer()
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | OutputLayerTest.cpp | 99 EXPECT_CALL(*mLayerFE, getDebugName()).WillRepeatedly(Return("Test LayerFE")); in OutputLayerTest()
|
H A D | OutputTest.cpp | 102 EXPECT_CALL(*layerFE, getDebugName()).WillRepeatedly(Return("InjectedLayer")); in InjectedLayer() 119 EXPECT_CALL(*layerFE, getDebugName()).WillRepeatedly(Return("NonInjectedLayer")); in NonInjectedLayer()
|