Loading services/surfaceflinger/SurfaceFlinger.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -3230,9 +3230,6 @@ void SurfaceFlinger::appendSfConfigString(String8& result) const result.append(" [sf"); result.appendFormat(" HAS_CONTEXT_PRIORITY=%d", useContextPriority); #ifdef NEVER_DEFAULT_TO_ASYNC_MODE result.append(" NEVER_DEFAULT_TO_ASYNC_MODE"); #endif if (isLayerTripleBufferingDisabled()) result.append(" DISABLE_TRIPLE_BUFFERING"); result.append("]"); Loading services/surfaceflinger/SurfaceFlinger_hwc1.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -3002,9 +3002,6 @@ void SurfaceFlinger::appendSfConfigString(String8& result) const result.append(" [sf"); result.appendFormat(" HAS_CONTEXT_PRIORITY=%d", useContextPriority); #ifdef NEVER_DEFAULT_TO_ASYNC_MODE result.append(" NEVER_DEFAULT_TO_ASYNC_MODE"); #endif if (isLayerTripleBufferingDisabled()) result.append(" DISABLE_TRIPLE_BUFFERING"); result.append("]"); Loading Loading
services/surfaceflinger/SurfaceFlinger.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -3230,9 +3230,6 @@ void SurfaceFlinger::appendSfConfigString(String8& result) const result.append(" [sf"); result.appendFormat(" HAS_CONTEXT_PRIORITY=%d", useContextPriority); #ifdef NEVER_DEFAULT_TO_ASYNC_MODE result.append(" NEVER_DEFAULT_TO_ASYNC_MODE"); #endif if (isLayerTripleBufferingDisabled()) result.append(" DISABLE_TRIPLE_BUFFERING"); result.append("]"); Loading
services/surfaceflinger/SurfaceFlinger_hwc1.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -3002,9 +3002,6 @@ void SurfaceFlinger::appendSfConfigString(String8& result) const result.append(" [sf"); result.appendFormat(" HAS_CONTEXT_PRIORITY=%d", useContextPriority); #ifdef NEVER_DEFAULT_TO_ASYNC_MODE result.append(" NEVER_DEFAULT_TO_ASYNC_MODE"); #endif if (isLayerTripleBufferingDisabled()) result.append(" DISABLE_TRIPLE_BUFFERING"); result.append("]"); Loading