HomeSort by relevance Sort by last modified time
    Searched refs:dump (Results 751 - 775 of 3694) sorted by null

<<31323334353637383940>>

  /frameworks/av/services/audioflinger/
FastMixerDumpState.h 54 // Represents the dump state of a fast track
67 void dump(int fd) const; // should only be called on a stable copy, not the original
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioRoute.h 49 void dump(int fd, int spaces) const;
IVolumeCurvesCollection.h 48 virtual status_t dump(int fd) const = 0;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioRoute.cpp 27 void AudioRoute::dump(int fd, int spaces) const function in class:android::AudioRoute
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3DummyStream.h 53 virtual void dump(int fd, const Vector<String16> &args) const;
Camera3InputStream.h 45 virtual void dump(int fd, const Vector<String16> &args) const;
Camera3ZslStream.h 46 virtual void dump(int fd, const Vector<String16> &args) const;
  /frameworks/av/services/mediaextractor/
MediaExtractorService.cpp 48 status_t MediaExtractorService::dump(int fd, const Vector<String16>& args) { function in class:android::MediaExtractorService
  /frameworks/base/core/java/android/os/
IBinder.java 101 * IBinder protocol transaction code: dump internal state.
200 * @param fd The raw file descriptor that the dump is being sent to.
201 * @param args additional arguments to the dump request.
203 public void dump(FileDescriptor fd, String[] args) throws RemoteException; method in interface:IBinder
206 * Like {@link #dump(FileDescriptor, String[])} but always executes
208 * to perform the dump.
210 * @param fd The raw file descriptor that the dump is being sent to.
211 * @param args additional arguments to the dump request.
  /frameworks/base/core/java/com/android/internal/util/
LocalLog.java 49 public boolean dump(PrintWriter pw, String header, String prefix) { method in class:LocalLog
  /frameworks/base/libs/hwui/
OpDumper.cpp 27 void OpDumper::dump(const RecordedOp& op, std::ostream& output, int level) { function in class:android::uirenderer::OpDumper
  /frameworks/base/libs/hwui/font/
FontCacheHistoryTracker.h 37 void dump(String8& log) const;
  /frameworks/base/services/core/java/com/android/server/accounts/
IAccountAuthenticatorCache.java 53 * {@link android.os.Binder#dump(java.io.FileDescriptor, java.io.PrintWriter, String[])}
55 void dump(FileDescriptor fd, PrintWriter fout, String[] args, int userId); method in interface:IAccountAuthenticatorCache
  /frameworks/compile/mclinker/include/mcld/Script/
Assignment.h 52 void dump() const;
OutputFormatCmd.h 43 void dump() const;
RpnExpr.h 51 void dump() const;
StringList.h 54 void dump() const;
  /frameworks/compile/mclinker/lib/Script/
OutputFormatCmd.cpp 34 void OutputFormatCmd::dump() const { function in class:mcld::OutputFormatCmd
StringList.cpp 35 void StringList::dump() const { function in class:mcld::StringList
  /frameworks/ex/common/tools/
make-iana-tld-pattern.py 58 def dump(self, isWebUrl=False, isFirst=False, isLast=False): member in class:Bucket
137 output += getBucket(buckets, 'a').dump(isFirst=True, isWebUrl=isWebUrl)
140 output += getBucket(buckets, chr(letter)).dump(isWebUrl=isWebUrl)
142 output += getBucket(buckets, 'z').dump(isLast=True, isWebUrl=isWebUrl)
  /frameworks/native/opengl/libagl/
Tokenizer.h 41 void dump() const;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DummyDevice.h 58 virtual void dump(Dump& d);
  /hardware/libhardware/modules/camera/
Stream.h 47 void dump(int fd);
  /hardware/libhardware/modules/input/evdev/
InputHub.h 141 virtual void dump(String8& dump) = 0;
167 virtual void dump(String8& dump) override;
  /hardware/qcom/display/msm8084/liboverlay/pipes/
overlayGenPipe.h 74 /* dump the state of the object */
75 void dump() const;
76 /* Return the dump in the specified buffer */

Completed in 630 milliseconds

<<31323334353637383940>>