Home
last modified time | relevance | path

Searched refs:dumpLocked (Results 1 – 25 of 60) sorted by relevance

123

/frameworks/native/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.cpp181 ConsumerBase::dumpLocked(result, " "); in dumpAsString()
184 void FramebufferSurface::dumpLocked(String8& result, const char* prefix) const in dumpLocked() function in android::FramebufferSurface
186 ConsumerBase::dumpLocked(result, prefix); in dumpLocked()
DFramebufferSurface.h59 virtual void dumpLocked(String8& result, const char* prefix) const;
/frameworks/base/services/core/java/com/android/server/display/
DOverlayDisplayAdapter.java99 public void dumpLocked(PrintWriter pw) { in dumpLocked() method in OverlayDisplayAdapter
100 super.dumpLocked(pw); in dumpLocked()
105 overlay.dumpLocked(pw); in dumpLocked()
451 public void dumpLocked(PrintWriter pw) { in dumpLocked() method in OverlayDisplayAdapter.OverlayDisplayHandle
DDisplayAdapter.java104 public void dumpLocked(PrintWriter pw) { in dumpLocked() method in DisplayAdapter
DDisplayModeDirector.java342 mSettingsObserver.dumpLocked(pw); in dump()
343 mAppRequestObserver.dumpLocked(pw); in dump()
344 mBrightnessObserver.dumpLocked(pw); in dump()
649 public void dumpLocked(PrintWriter pw) { in dumpLocked() method in DisplayModeDirector.SettingsObserver
706 public void dumpLocked(PrintWriter pw) { in dumpLocked() method in DisplayModeDirector.AppRequestObserver
908 public void dumpLocked(PrintWriter pw) { in dumpLocked() method in DisplayModeDirector.BrightnessObserver
DDisplayDevice.java251 public void dumpLocked(PrintWriter pw) { in dumpLocked() method in DisplayDevice
DVirtualDisplayAdapter.java330 public void dumpLocked(PrintWriter pw) { in dumpLocked() method in VirtualDisplayAdapter.VirtualDisplayDevice
331 super.dumpLocked(pw); in dumpLocked()
DWifiDisplayAdapter.java105 public void dumpLocked(PrintWriter pw) { in dumpLocked() method in WifiDisplayAdapter
106 super.dumpLocked(pw); in dumpLocked()
/frameworks/base/services/core/java/com/android/server/am/
DBroadcastDispatcher.java82 void dumpLocked(Dumper d) { in dumpLocked() method in BroadcastDispatcher.Deferrals
723 boolean dumpLocked(PrintWriter pw, String dumpPackage, String queueName, in dumpLocked() method in BroadcastDispatcher
739 d.dumpLocked(dumper); in dumpLocked()
751 d.dumpLocked(dumper); in dumpLocked()
DProcessStatsService.java724 stats.dumpLocked(pw, reqPackage, now, !dumpFullDetails, dumpDetails, dumpAll,
1091 processStats.dumpLocked(pw, reqPackage, now, !dumpFullDetails, dumpDetails,
1146 processStats.dumpLocked(pw, reqPackage, now, false, false,
1177 mProcessStats.dumpLocked(pw, reqPackage, now, !dumpFullDetails, dumpDetails,
/frameworks/base/services/core/java/com/android/server/policy/
DWindowOrientationListener.java282 mOrientationJudge.dumpLocked(pw, prefix); in dump()
342 public abstract void dumpLocked(PrintWriter pw, String prefix); in dumpLocked() method in WindowOrientationListener.OrientationJudge
590 public void dumpLocked(PrintWriter pw, String prefix) { in dumpLocked() method in WindowOrientationListener.AccelSensorJudge
1069 public void dumpLocked(PrintWriter pw, String prefix) { in dumpLocked() method in WindowOrientationListener.OrientationSensorJudge
/frameworks/base/libs/hwui/surfacetexture/
DSurfaceTexture.h286 virtual void dumpLocked(String8& result, const char* prefix) const override;
DSurfaceTexture.cpp468 void SurfaceTexture::dumpLocked(String8& result, const char* prefix) const { in dumpLocked() function in android::SurfaceTexture
475 ConsumerBase::dumpLocked(result, prefix); in dumpLocked()
/frameworks/native/libs/gui/include/gui/
DConsumerBase.h181 virtual void dumpLocked(String8& result, const char* prefix) const;
DGLConsumer.h244 virtual void dumpLocked(String8& result, const char* prefix) const;
/frameworks/native/libs/gui/
DConsumerBase.cpp330 dumpLocked(result, prefix); in dumpState()
333 void ConsumerBase::dumpLocked(String8& result, const char* prefix) const { in dumpLocked() function in android::ConsumerBase
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCapturePerUserService.java507 protected void dumpLocked(String prefix, PrintWriter pw) { in dumpLocked() method in ContentCapturePerUserService
508 super.dumpLocked(prefix, pw); in dumpLocked()
533 session.dumpLocked(prefix2, pw); in dumpLocked()
DContentCaptureManagerService.java521 protected void dumpLocked(String prefix, PrintWriter pw) { in dumpLocked() method in ContentCaptureManagerService
522 super.dumpLocked(prefix, pw); in dumpLocked()
681 dumpLocked("", pw); in dump()
DContentCaptureServerSession.java229 public void dumpLocked(@NonNull String prefix, @NonNull PrintWriter pw) { in dumpLocked() method in ContentCaptureServerSession
/frameworks/native/services/surfaceflinger/
DBufferLayerConsumer.h191 virtual void dumpLocked(String8& result, const char* prefix) const;
DBufferLayerConsumer.cpp523 void BufferLayerConsumer::dumpLocked(String8& result, const char* prefix) const { in dumpLocked() function in android::BufferLayerConsumer
530 ConsumerBase::dumpLocked(result, prefix); in dumpLocked()
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java223 mRootNode.dumpLocked(fd, pw, args, "", " ", counts, pidCounts); in dump()
1410 public void dumpLocked(FileDescriptor fd, PrintWriter pw, String[] args, in dumpLocked() method in ContentService.ObserverNode.ObserverEntry
1434 public void dumpLocked(FileDescriptor fd, PrintWriter pw, String[] args, in dumpLocked() method in ContentService.ObserverNode
1445 mObservers.get(i).dumpLocked(fd, pw, args, innerName, prefix, in dumpLocked()
1459 mChildren.get(i).dumpLocked(fd, pw, args, innerName, prefix, in dumpLocked()
/frameworks/base/services/core/java/com/android/server/infra/
DAbstractPerUserSystemService.java350 protected void dumpLocked(@NonNull String prefix, @NonNull PrintWriter pw) { in dumpLocked() method in AbstractPerUserSystemService
DAbstractMasterSystemService.java714 protected void dumpLocked(@NonNull String prefix, @NonNull PrintWriter pw) { in dumpLocked() method in AbstractMasterSystemService
755 service.dumpLocked(prefix2, pw); in dumpLocked()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutBitmapSaver.java308 public void dumpLocked(@NonNull PrintWriter pw, @NonNull String prefix) { in dumpLocked() method in ShortcutBitmapSaver

123