Home
last modified time | relevance | path

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

12

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp385 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 …]
DOutput.cpp673 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/
DApkAssets.java345 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/
DLayerFE.h59 MOCK_CONST_METHOD0(getDebugName, const char*());
/frameworks/native/services/surfaceflinger/
DLayerFE.h45 const char* getDebugName() const override;
DLayer.cpp158 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 …]
DLayerFE.cpp356 const char* LayerFE::getDebugName() const { in getDebugName() function in android::LayerFE
DSurfaceFlinger.cpp2857 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 …]
DLayer.h574 const char* getDebugName() const;
/frameworks/base/core/java/android/window/
DRemoteTransition.java106 public @Nullable String getDebugName() { in getDebugName() method in RemoteTransition
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DLayerFE.h168 virtual const char* getDebugName() const = 0;
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DCachedSet.cpp232 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/
DNavigationModeController.java216 Log.d(TAG, " " + a.getDebugName()); in dumpAssetPaths()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DOneShotRemoteHandler.java239 return "OneShotRemoteHandler:" + mRemote.getDebugName() + ":"
DRemoteTransitionHandler.java368 pw.print(remote.getDebugName()); in dumpRemote()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
DStageCoordinatorTests.java386 when(remoteTransition.getDebugName()).thenReturn(""); in testSplitIntentAndTaskWithPippedApp_launchFullscreen()
428 when(remoteTransition.getDebugName()).thenReturn(""); in testSplitIntentsWithPippedApp_launchFullscreen()
/frameworks/native/libs/gui/include/gui/
DSurface.h319 const char* getDebugName();
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DLayerState.h286 mName{[](auto layer) { return layer->getLayerFE().getDebugName(); },
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
DPredictorTest.cpp59 EXPECT_CALL(layerFE, getDebugName()).WillRepeatedly(Return(sDebugName.c_str())); in setupMocksForLayer()
DCachedSetTest.cpp115 EXPECT_CALL(*testLayer->layerFE, getDebugName).WillRepeatedly(Return("testLayer")); in SetUp()
DLayerStateTest.cpp95 EXPECT_CALL(layerFE, getDebugName()).WillRepeatedly(Return(debugName.c_str())); in setupMocksForLayer()
DFlattenerTest.cpp123 EXPECT_CALL(*testLayer->layerFE, getDebugName) in SetUp()
/frameworks/native/libs/gui/
DSurface.cpp588 ATRACE_FORMAT("dequeueBuffer - %s", getDebugName()); in dequeueBuffer()
2664 const char* Surface::getDebugName() { in getDebugName() function in android::Surface
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputLayerTest.cpp106 ON_CALL(mLayerFE, getDebugName()).WillByDefault(Return("Test LayerFE")); in OutputLayerTest()
DOutputTest.cpp115 EXPECT_CALL(*layerFE, getDebugName()).WillRepeatedly(Return("InjectedLayer")); in InjectedLayer()
132 EXPECT_CALL(*layerFE, getDebugName()).WillRepeatedly(Return("NonInjectedLayer")); in NonInjectedLayer()

12