Searched refs:dump (Results 126 - 150 of 437) sorted by relevance

1234567891011>>

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.h62 virtual status_t dump(int fd, const Vector<String16> &args) const;
/frameworks/av/media/mediaserver/
H A Dmain_mediaserver.cpp104 binder->dump(-1, args);
/frameworks/av/services/camera/libcameraservice/
H A DCameraDeviceBase.h47 virtual status_t dump(int fd, const Vector<String16>& args) = 0;
/frameworks/av/services/camera/libcameraservice/camera2/
H A DStreamingProcessor.h84 status_t dump(int fd, const Vector<String16>& args);
/frameworks/av/services/camera/libcameraservice/camera3/
H A DCamera3Stream.h209 * Debug dump of the stream's state.
211 virtual void dump(int fd, const Vector<String16> &args) const = 0;
/frameworks/base/core/java/android/app/
H A DService.java673 * named system services and which invokes the {@link IBinder#dump} method
676 * @param fd The raw file descriptor that the dump is being sent to.
677 * @param writer The PrintWriter to which you should dump your state. This will be
679 * @param args additional arguments to the dump request.
681 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:Service
682 writer.println("nothing to dump");
/frameworks/base/core/java/android/content/pm/
H A DComponentInfo.java132 applicationInfo.dump(pw, prefix + " ");
/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/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/services/java/com/android/server/
H A DDiskStatsService.java46 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:DiskStatsService
H A DNativeDaemonConnector.java460 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:NativeDaemonConnector
461 mLocalLog.dump(fd, pw, args);
463 mResponseQueue.dump(fd, pw, args);
580 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/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
H A DUriPermission.java84 void dump(PrintWriter pw, String prefix) { method in class:UriPermission
/frameworks/base/services/java/com/android/server/location/
H A DLocationBlacklist.java147 public void dump(PrintWriter pw) { method in class:LocationBlacklist
/frameworks/base/services/java/com/android/server/wifi/
H A DWifiSettingsStore.java130 void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:WifiSettingsStore
H A DWifiService.java827 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:WifiService
830 pw.println("Permission Denial: can't dump WifiService from from pid="
841 mWifiController.dump(fd, pw, args);
842 mSettingsStore.dump(fd, pw, args);
843 mNotificationController.dump(fd, pw, args);
844 mTrafficPoller.dump(fd, pw, args);
868 mLocks.dump(pw);
870 mWifiWatchdogStateMachine.dump(fd, pw, args);
872 mWifiStateMachine.dump(fd, pw, args);
951 private void dump(PrintWrite method in class:WifiService.LockList
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DDisplayContent.java99 public void dump(String prefix, PrintWriter pw) { method in class:DisplayContent
/frameworks/base/tools/aapt/
H A DResourceIdCache.cpp99 void ResourceIdCache::dump() { function in class:android::ResourceIdCache
100 printf("ResourceIdCache dump:\n");
/frameworks/native/include/binder/
H A DBpBinder.h37 virtual status_t dump(int fd, const Vector<String16>& args);
/frameworks/native/services/surfaceflinger/
H A DTransform.h86 void dump(const char* name) const;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallTracker.java175 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:CallTracker
/frameworks/av/include/media/
H A DSoundPool.h143 void dump();
206 void dump();

Completed in 548 milliseconds

1234567891011>>