Searched refs:dump (Results 176 - 200 of 576) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/content/pm/
H A DProviderInfo.java117 public void dump(Printer pw, String prefix) { method in class:ProviderInfo
/frameworks/base/libs/common_time/
H A Dcommon_time_config_service.cpp34 status_t CommonTimeConfigService::dump(int fd, const Vector<String16>& args) { function in class:android::CommonTimeConfigService
/frameworks/base/libs/hwui/
H A DSnapshot.h277 void dump() const;
/frameworks/base/location/lib/java/com/android/location/provider/
H A DLocationProviderBase.java108 public void dump(FileDescriptor fd, String[] args) { method in class:LocationProviderBase.Service
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusedLocationProvider.java123 mEngine.dump(fd, pw, args);
/frameworks/base/services/core/java/com/android/server/
H A DDiskStatsService.java45 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:DiskStatsService
H A DNativeDaemonConnector.java505 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:NativeDaemonConnector
506 mLocalLog.dump(fd, pw, args);
508 mResponseQueue.dump(fd, pw, args);
625 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:NativeDaemonConnector.ResponseQueue
H A DSamplingProfilerService.java98 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:SamplingProfilerService
/frameworks/base/services/core/java/com/android/server/am/
H A DConnectionRecord.java38 void dump(PrintWriter pw, String prefix) { method in class:ConnectionRecord
H A DIntentBindRecord.java51 void dump(PrintWriter pw, String prefix) { method in class:IntentBindRecord
/frameworks/base/services/core/java/com/android/server/location/
H A DLocationBlacklist.java147 public void dump(PrintWriter pw) { method in class:LocationBlacklist
/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java348 public void dump(String prefix, PrintWriter pw) { method in class:DisplayContent
376 stack.dump(prefix + " ", pw);
390 wtoken.dump(pw, " ");
406 token.dump(pw, " ");
/frameworks/base/tools/aapt/
H A DResourceIdCache.cpp99 void ResourceIdCache::dump() { function in class:android::ResourceIdCache
100 printf("ResourceIdCache dump:\n");
/frameworks/compile/mclinker/lib/Script/
H A DInputSectDesc.cpp35 void InputSectDesc::dump() const function in class:InputSectDesc
/frameworks/minikin/include/minikin/
H A DLayout.h75 void dump() const;
/frameworks/native/include/binder/
H A DBpBinder.h37 virtual status_t dump(int fd, const Vector<String16>& args);
/frameworks/native/include/gui/
H A DBufferQueueCore.h80 void dump(String8& result, const char* prefix) const;
H A DIGraphicBufferConsumer.h306 // dump state into a string
307 virtual void dump(String8& result, const char* prefix) const = 0;
/frameworks/native/services/inputflinger/
H A DEventHub.h256 virtual void dump(String8& dump) = 0;
317 virtual void dump(String8& dump);
/frameworks/native/services/surfaceflinger/
H A DEventThread.h99 void dump(String8& result) const;
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.h66 // dump the extension strings. always call the base class.
67 virtual void dump(String8& result);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiSettingsStore.java130 void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:WifiSettingsStore
/frameworks/av/include/media/
H A DSoundPool.h146 void dump();
208 void dump();
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp339 status_t MediaRecorderClient::dump(int fd, const Vector<String16>& args) const { function in class:android::MediaRecorderClient
341 return mRecorder->dump(fd, args);
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.cpp126 status_t Camera2ClientBase<TClientBase>::dump(int fd, function in class:android::Camera2ClientBase
129 result.appendFormat("Camera2ClientBase[%d] (%p) PID: %d, dump:\n",
147 result = " Device dump:\n";
156 status_t res = mDevice->dump(fd, args);

Completed in 1012 milliseconds

1234567891011>>