Searched refs:dump (Results 76 - 100 of 380) sorted by relevance

1234567891011>>

/frameworks/av/include/media/
H A DMediaRecorderBase.h57 virtual status_t dump(int fd, const Vector<String16>& args) const = 0;
/frameworks/av/include/media/stagefright/
H A DMPEG2TSWriter.h43 virtual status_t dump(int fd, const Vector<String16>& args);
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.h57 virtual status_t dump(int fd, const Vector<String16>& args) const;
H A DStagefrightPlayer.h65 virtual status_t dump(int fd, const Vector<String16> &args) const;
/frameworks/av/media/libstagefright/
H A DSurfaceMediaSource.cpp99 void SurfaceMediaSource::dump(String8& result) const function in class:android::SurfaceMediaSource
102 dump(result, "", buffer, 1024);
105 void SurfaceMediaSource::dump(String8& result, const char* prefix, function in class:android::SurfaceMediaSource
111 mBufferQueue->dump(result);
/frameworks/av/services/audioflinger/
H A DFastMixer.h73 // Represents the dump state of a fast track
91 void dump(int fd); // should only be called on a stable copy, not the original
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Device.h45 status_t dump(int fd, const Vector<String16>& args);
247 status_t dump(int fd, const Vector<String16>& args);
334 status_t dump(int fd, const Vector<String16>& args);
419 status_t dump(int fd, const Vector<String16>& args);
/frameworks/av/services/camera/libcameraservice/camera2/
H A DCameraMetadata.h148 void dump(int fd, int verbosity = 1, int indentation = 0) const;
H A DStreamingProcessor.h79 status_t dump(int fd, const Vector<String16>& args);
H A DZslProcessor.h67 void dump(int fd, const Vector<String16>& args) const;
/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java188 * Implement this to handle {@link android.os.Binder#dump Binder.dump()}
192 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { method in class:AbstractInputMethodService
/frameworks/base/core/java/android/util/
H A DStateSet.java153 public static String dump(int[] states) { method in class:StateSet
/frameworks/base/libs/hwui/
H A DVector.h105 void dump() { function in struct:android::uirenderer::Vector2
/frameworks/base/services/common_time/
H A Dcommon_clock_service.h32 virtual status_t dump(int fd, const Vector<String16>& args);
/frameworks/base/services/input/
H A DEventHub.h237 virtual void dump(String8& dump) = 0;
296 virtual void dump(String8& dump);
/frameworks/base/services/java/com/android/server/location/
H A DPassiveProvider.java121 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:PassiveProvider
/frameworks/base/services/java/com/android/server/usb/
H A DUsbService.java257 public void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:UsbService
263 mDeviceManager.dump(fd, pw);
266 mHostManager.dump(fd, pw);
275 settings.dump(fd, pw);
/frameworks/base/services/java/com/android/server/wm/
H A DWindowToken.java81 void dump(PrintWriter pw, String prefix) { method in class:WindowToken
/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp75 int err = service->dump(STDOUT_FILENO, args);
/frameworks/native/include/binder/
H A DBinder.h33 virtual status_t dump(int fd, const Vector<String16>& args);
H A DIBinder.h77 virtual status_t dump(int fd, const Vector<String16>& args) = 0;
/frameworks/native/services/surfaceflinger/
H A DEventThread.h87 void dump(String8& result, char* buffer, size_t SIZE) const;
H A DLayerBase.cpp439 void LayerBase::dump(String8& result, char* buffer, size_t SIZE) const function in class:android::LayerBase
448 s.transparentRegion.dump(result, "transparentRegion");
449 visibleRegion.dump(result, "visibleRegion");
467 LayerBase::dump(result, scratch, size);
540 void LayerBaseClient::dump(String8& result, char* buffer, size_t SIZE) const function in class:android::LayerBaseClient
542 LayerBase::dump(result, buffer, SIZE);
555 LayerBaseClient::dump(result, scratch, size);
/frameworks/base/core/java/android/app/
H A DLoaderManager.java184 * @param fd The raw file descriptor that the dump is being sent to.
185 * @param writer A PrintWriter to which the dump is to be set.
186 * @param args Additional arguments to the dump request.
188 public abstract void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args); method in class:LoaderManager
506 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:LoaderManagerImpl.LoaderInfo
512 mLoader.dump(prefix + " ", fd, writer, args);
528 mPendingLoader.dump(prefix + " ", fd, writer, args);
857 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:LoaderManagerImpl
865 li.dump(innerPrefix, fd, writer, args);
875 li.dump(innerPrefi
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DLoaderManager.java165 * @param fd The raw file descriptor that the dump is being sent to.
166 * @param writer A PrintWriter to which the dump is to be set.
167 * @param args Additional arguments to the dump request.
169 public abstract void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args); method in class:LoaderManager
450 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:LoaderManagerImpl.LoaderInfo
456 mLoader.dump(prefix + " ", fd, writer, args);
472 mPendingLoader.dump(prefix + " ", fd, writer, args);
799 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:LoaderManagerImpl
807 li.dump(innerPrefix, fd, writer, args);
817 li.dump(innerPrefi
[all...]

Completed in 194 milliseconds

1234567891011>>