/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | OutputLayer.cpp | 385 getLayerFE().getDebugName(), getOutput().getName().c_str()); in writeStateToHWC() 449 getLayerFE().getDebugName(), displayFrame.left, displayFrame.top, displayFrame.right, in writeOutputDependentGeometryStateToHWC() 456 getLayerFE().getDebugName(), sourceCrop.left, sourceCrop.top, sourceCrop.right, in writeOutputDependentGeometryStateToHWC() 461 ALOGE("[%s] Failed to set Z %u: %s (%d)", getLayerFE().getDebugName(), z, in writeOutputDependentGeometryStateToHWC() 472 ALOGE("[%s] Failed to set transform %s: %s (%d)", getLayerFE().getDebugName(), in writeOutputDependentGeometryStateToHWC() 488 ALOGE("[%s] Failed to set blend mode %s: %s (%d)", getLayerFE().getDebugName(), in writeOutputIndependentGeometryStateToHWC() 498 ALOGE("[%s] Failed to set plane alpha %.3f: %s (%d)", getLayerFE().getDebugName(), alpha, in writeOutputIndependentGeometryStateToHWC() 505 ALOGE("[%s] Failed to set generic metadata %s %s (%d)", getLayerFE().getDebugName(), in writeOutputIndependentGeometryStateToHWC() 520 ALOGE("[%s] Failed to set visible region: %s (%d)", getLayerFE().getDebugName(), in writeOutputDependentPerFrameStateToHWC() 528 ALOGE("[%s] Failed to set blocking region: %s (%d)", getLayerFE().getDebugName(), in writeOutputDependentPerFrameStateToHWC() [all …]
|
D | Output.cpp | 673 layerFE->getDebugName()); in ensureOutputLayerIfVisible() 1450 ALOGV("Layer: %s", layerFE.getDebugName()); in generateClientCompositionRequests() 1481 ALOGV("Replacing [%s] with override in RE", layer->getLayerFE().getDebugName()); in generateClientCompositionRequests() 1484 layer->getLayerFE().getDebugName()); in generateClientCompositionRequests()
|
/frameworks/base/core/java/android/content/res/ |
D | ApkAssets.java | 345 public @NonNull String getDebugName() { in getDebugName() method in ApkAssets 426 return "ApkAssets{path=" + getDebugName() + "}"; in toString() 451 pw.println(prefix + "debugName=" + getDebugName()); in dump()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/ |
D | LayerFE.h | 59 MOCK_CONST_METHOD0(getDebugName, const char*());
|
/frameworks/native/services/surfaceflinger/ |
D | LayerFE.h | 45 const char* getDebugName() const override;
|
D | Layer.cpp | 158 ALOGV("Creating Layer %s", getDebugName()); in Layer() 222 mSnapshot->name = getDebugName(); in Layer() 418 getDebugName()); in updateTrustedPresentationState() 502 getDebugName()); in computeBounds() 730 const char* Layer::getDebugName() const { in getDebugName() function in android::Layer 1537 ALOGW("Hide layer %s because it has invalid transformation.", getDebugName()); in isHiddenByPolicy() 2422 ALOGV("Dropping input for %s as requested by policy.", getDebugName()); in handleDropInputMode() 2435 ALOGV("Dropping input for %s as requested by policy because alpha=%f", getDebugName(), in handleDropInputMode() 2456 getDebugName()); in handleDropInputMode() 2824 ATRACE_FORMAT_INSTANT("callReleaseBufferCallback %s - %" PRIu64, getDebugName(), framenumber); in callReleaseBufferCallback() [all …]
|
D | LayerFE.cpp | 356 const char* LayerFE::getDebugName() const { in getDebugName() function in android::LayerFE
|
D | SurfaceFlinger.cpp | 2857 outputLayer->getLayerFE().getDebugName(), in composite() 4898 layer->getDebugName(), layer->getDrawingState().barrierProducerId, in transactionReadyBufferCheckLegacy() 4910 layer->getDebugName(), in transactionReadyBufferCheckLegacy() 4924 ATRACE_FORMAT("hasPendingBuffer %s", layer->getDebugName()); in transactionReadyBufferCheckLegacy() 4942 layer->getDebugName()); in transactionReadyBufferCheckLegacy() 4957 .layerName = layer->getDebugName(), in transactionReadyBufferCheckLegacy() 4961 ATRACE_FORMAT("fence unsignaled %s", layer->getDebugName()); in transactionReadyBufferCheckLegacy() 5241 layer->getDebugName() : std::to_string(resolvedState.state.layerId); in setTransactionState() 5625 layer->getDebugName()); in setClientStateLocked() 5630 layer->getDebugName()); in setClientStateLocked() [all …]
|
D | Layer.h | 574 const char* getDebugName() const;
|
/frameworks/base/core/java/android/window/ |
D | RemoteTransition.java | 106 public @Nullable String getDebugName() { in getDebugName() method in RemoteTransition
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | LayerFE.h | 168 virtual const char* getDebugName() const = 0;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/ |
D | CachedSet.cpp | 232 android::base::StringPrintf("hole punch layer for %s", layerFE.getDebugName()); in render() 425 ? mHolePunchLayer->getOutputLayer()->getLayerFE().getDebugName() in dump()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | NavigationModeController.java | 216 Log.d(TAG, " " + a.getDebugName()); in dumpAssetPaths()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | OneShotRemoteHandler.java | 239 return "OneShotRemoteHandler:" + mRemote.getDebugName() + ":"
|
D | RemoteTransitionHandler.java | 368 pw.print(remote.getDebugName()); in dumpRemote()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/ |
D | StageCoordinatorTests.java | 386 when(remoteTransition.getDebugName()).thenReturn(""); in testSplitIntentAndTaskWithPippedApp_launchFullscreen() 428 when(remoteTransition.getDebugName()).thenReturn(""); in testSplitIntentsWithPippedApp_launchFullscreen()
|
/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 319 const char* getDebugName();
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/ |
D | LayerState.h | 286 mName{[](auto layer) { return layer->getLayerFE().getDebugName(); },
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/ |
D | PredictorTest.cpp | 59 EXPECT_CALL(layerFE, getDebugName()).WillRepeatedly(Return(sDebugName.c_str())); in setupMocksForLayer()
|
D | CachedSetTest.cpp | 115 EXPECT_CALL(*testLayer->layerFE, getDebugName).WillRepeatedly(Return("testLayer")); in SetUp()
|
D | LayerStateTest.cpp | 95 EXPECT_CALL(layerFE, getDebugName()).WillRepeatedly(Return(debugName.c_str())); in setupMocksForLayer()
|
D | FlattenerTest.cpp | 123 EXPECT_CALL(*testLayer->layerFE, getDebugName) in SetUp()
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 588 ATRACE_FORMAT("dequeueBuffer - %s", getDebugName()); in dequeueBuffer() 2664 const char* Surface::getDebugName() { in getDebugName() function in android::Surface
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | OutputLayerTest.cpp | 106 ON_CALL(mLayerFE, getDebugName()).WillByDefault(Return("Test LayerFE")); in OutputLayerTest()
|
D | OutputTest.cpp | 115 EXPECT_CALL(*layerFE, getDebugName()).WillRepeatedly(Return("InjectedLayer")); in InjectedLayer() 132 EXPECT_CALL(*layerFE, getDebugName()).WillRepeatedly(Return("NonInjectedLayer")); in NonInjectedLayer()
|