Searched defs:dump (Results 226 - 250 of 331) sorted by relevance

1234567891011>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java1839 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:GsmServiceStateTracker
1841 super.dump(fd, pw, args);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardProxy.java713 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:IccCardProxy
H A DRuimRecords.java834 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:RuimRecords
837 super.dump(fd, pw, args);
H A DUiccCardApplication.java702 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:UiccCardApplication
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java236 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:BackStackRecord
237 dump(prefix, writer, true);
240 public void dump(String prefix, PrintWriter writer, boolean full) { method in class:BackStackRecord
587 dump(" ", null, pw, null);
695 dump(" ", null, pw, null);
H A DFragmentActivity.java662 * @param fd The raw file descriptor that the dump is being sent to.
663 * @param writer The PrintWriter to which you should dump your state. This will be
665 * @param args additional arguments to the dump request.
667 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:FragmentActivity
670 //ActivityCompatHoneycomb.dump(this, prefix, fd, writer, args);
687 mLoaderManager.dump(prefix + " ", fd, writer, args);
689 mFragments.dump(prefix, fd, writer, args);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp563 status_t VideoEditorPlayer::VeAudioOutput::dump(int fd, const Vector<String16>& args) const function in class:android::VideoEditorPlayer::VeAudioOutput
578 mTrack->dump(fd, args);
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp1748 status_t AudioTrack::dump(int fd, const Vector<String16>& args) const function in class:android::AudioTrack
1755 result.append(" AudioTrack::dump\n");
/frameworks/av/services/audioflinger/
H A DEffects.cpp807 void AudioFlinger::EffectModule::dump(int fd, const Vector<String16>& args) function in class:android::AudioFlinger::EffectModule
878 handle->dump(buffer, SIZE);
1182 void AudioFlinger::EffectHandle::dump(char* buffer, size_t size) function in class:android::AudioFlinger::EffectHandle
1565 void AudioFlinger::EffectChain::dump(int fd, const Vector<String16>& args) function in class:android::AudioFlinger::EffectChain
1592 effect->dump(fd, args);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1141 status_t CameraService::dump(int fd, const Vector<String16>& args) { function in class:android::CameraService
1145 "can't dump CameraService from pid=%d, uid=%d\n",
1211 result = String8::format(" Device is open. Client instance dump:\n");
1213 client->dump(fd, args);
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp157 status_t Camera2Client::dump(int fd, const Vector<String16>& args) { function in class:android::Camera2Client
159 result.appendFormat("Client2[%d] (%p) Client: %s PID: %d, dump:\n",
362 mStreamingProcessor->dump(fd, args);
364 mCaptureSequencer->dump(fd, args);
366 mFrameProcessor->dump(fd, args);
368 mZslProcessor->dump(fd, args);
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h425 status_t dump(int fd, const Vector<String16>& /*args*/) const function in class:android::CameraHardwareInterface
428 if (mDevice->ops->dump)
429 return mDevice->ops->dump(mDevice, fd);
430 return OK; // It's fine if the HAL doesn't implement dump()
/frameworks/base/core/java/android/app/
H A DFragmentManager.java332 * @param fd The raw file descriptor that the dump is being sent to.
333 * @param writer A PrintWriter to which the dump is to be set.
334 * @param args Additional arguments to the dump request.
336 public abstract void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args); method in class:FragmentManager
454 mActivity.dump(" ", null, pw, new String[] { });
462 dump(" ", null, pw, new String[] { });
622 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:FragmentManagerImpl
637 f.dump(innerPrefix, fd, writer, args);
675 bs.dump(innerPrefix, fd, writer, args);
1822 bse.dump(" ", p
[all...]
/frameworks/base/core/java/android/content/
H A DIntentFilter.java1416 public void dump(Printer du, String prefix) { method in class:IntentFilter
1578 dump(Log.WARN, "IntentFilter", " ");
/frameworks/base/core/java/android/content/res/
H A DResources.java1448 public void dump(int priority, String tag, String prefix) { method in class:Resources.Theme
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java2042 db.dump(printer, verbose);
2046 private void dump(Printer printer, boolean verbose) { method in class:SQLiteDatabase
2050 mConnectionPoolLocked.dump(printer, verbose);
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java503 protected void dump(String prefix, FileDescriptor fd, PrintWriter out, String[] args) { method in class:WallpaperService.Engine
1142 protected void dump(FileDescriptor fd, PrintWriter out, String[] args) { method in class:WallpaperService
1147 engine.dump(" ", fd, out, args);
/frameworks/base/core/java/android/view/
H A DViewDebug.java416 dump(view, false, true, clientStream);
785 public static void dump(View root, boolean skipChildren, boolean includeProperties, method in class:ViewDebug
1445 * @param view for dump
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java1942 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:StateMachine
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DPrintSpoolerService.java134 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:PrintSpoolerService
1246 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:PrintSpoolerService.PrintSpooler
1247 PrintSpoolerService.this.dump(fd, writer, args);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java683 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:PanelView
/frameworks/base/services/java/com/android/server/am/
H A DProcessRecord.java173 void dump(PrintWriter pw, String prefix) { method in class:ProcessRecord
210 instrumentationInfo.dump(new PrintWriterPrinter(pw), prefix + " ");
/frameworks/base/services/java/com/android/server/display/
H A DDisplayManagerService.java1093 public void dump(FileDescriptor fd, final PrintWriter pw, String[] args) { method in class:DisplayManagerService
1097 pw.println("Permission Denial: can't dump DisplayManager from from pid="
H A DWifiDisplayController.java206 public void dump(PrintWriter pw) { method in class:WifiDisplayController
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java1102 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:NetworkStatsService

Completed in 2623 milliseconds

1234567891011>>