Searched refs:dump (Results 101 - 125 of 802) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/Script/
H A DOperand.cpp43 void SymOperand::dump() const { function in class:mcld::SymOperand
81 void IntOperand::dump() const { function in class:mcld::IntOperand
113 void SectOperand::dump() const { function in class:mcld::SectOperand
147 void SectDescOperand::dump() const { function in class:mcld::SectDescOperand
182 void FragOperand::dump() const { function in class:mcld::FragOperand
H A DAssignment.cpp48 void Assignment::dump() const { function in class:mcld::Assignment
65 m_Symbol.dump();
69 m_RpnExpr.dump();
/frameworks/native/services/inputflinger/
H A DInputReader.h336 virtual void dump(String8& dump) = 0;
453 virtual void dump(String8& dump);
605 void dump(String8& dump);
1023 virtual void dump(String8& dump);
1053 static void dumpRawAbsoluteAxisInfo(String8& dump,
1055 static void dumpStylusState(String8& dump, cons
[all...]
H A DInputDispatcher.cpp179 static void dumpRegion(String8& dump, const Region& region) { argument
181 dump.append("<empty>");
192 dump.append("|");
194 dump.appendFormat("[%d,%d][%d,%d]", cur->left, cur->top, cur->right, cur->bottom);
3135 String8 dump; local
3136 dumpDispatchStateLocked(dump);
3138 char* text = dump.lockBuffer(dump.size());
3150 void InputDispatcher::dumpDispatchStateLocked(String8& dump) { argument
3151 dump
3827 dump(String8& dump) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogComponent.java159 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:VolumeDialogComponent
160 mController.dump(fd, pw, args);
161 mDialog.dump(pw);
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetServiceImpl.java167 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:EthernetServiceImpl
171 pw.println("Permission Denial: can't dump EthernetService from pid="
179 mTracker.dump(fd, pw, args);
190 mHandler.dump(new PrintWriterPrinter(pw), "EthernetServiceImpl");
/frameworks/av/include/camera/
H A DCameraParameters2.h110 void dump() const;
111 status_t dump(int fd, const Vector<String16>& args) const;
/frameworks/av/include/media/stagefright/
H A DSurfaceMediaSource.h109 // dump our state in a String
110 void dump(String8& result) const;
111 void dump(String8& result, const char* prefix, char* buffer,
H A DMediaWriter.h47 virtual status_t dump(int fd, const Vector<String16>& args) { function in struct:android::MediaWriter
/frameworks/av/services/audioflinger/
H A DStateQueue.cpp29 void StateQueueObserverDump::dump(int fd) function in class:android::StateQueueObserverDump
34 void StateQueueMutatorDump::dump(int fd) function in class:android::StateQueueMutatorDump
H A DFastMixerDumpState.h54 // Represents the dump state of a fast track
66 void dump(int fd) const; // should only be called on a stable copy, not the original
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DDeviceDescriptor.h54 status_t dump(int fd, int spaces, int index, bool verbose = true) const;
87 status_t dump(int fd, const String8 &tag, int spaces = 0, bool verbose = true) const;
H A DHwModule.h84 void dump(int fd);
112 status_t dump(int fd) const;
H A DStreamDescriptor.h47 void dump(int fd) const;
99 virtual status_t dump(int fd) const;
H A DAudioGain.h55 // TODO: remove dump from here (split serialization)
56 void dump(int fd, int spaces, int index) const;
/frameworks/av/services/medialog/
H A DMediaLogService.cpp72 status_t MediaLogService::dump(int fd, const Vector<String16>& args __unused) function in class:android::MediaLogService
78 dprintf(fd, "Permission Denial: can't dump media.log from pid=%d, uid=%d\n",
109 namedReader.reader()->dump(fd, 0 /*indent*/);
/frameworks/base/core/java/android/os/
H A DLooper.java284 * @param pw A printer to receive the contents of the dump.
287 public void dump(@NonNull Printer pw, @NonNull String prefix) { method in class:Looper
289 mQueue.dump(pw, prefix + " ");
H A DTokenWatcher.java65 * @param tag A string used by the {@link #dump} method for debugging,
118 public void dump() method in class:TokenWatcher
126 public void dump(PrintWriter pw) { method in class:TokenWatcher
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSessionService.java108 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:VoiceInteractionSessionService
113 mSession.dump(" ", fd, writer, args);
/frameworks/base/libs/hwui/
H A DVector.h109 void dump() { function in struct:android::uirenderer::Vector2
138 void dump(const char* label = "Vector3") const { function in class:android::uirenderer::Vector3
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSystemBars.java81 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:SystemBars
83 mStatusBar.dump(fd, pw, args);
/frameworks/base/services/core/java/com/android/server/
H A DUpdateLockService.java114 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:UpdateLockService
117 pw.println("Permission Denial: can't dump update lock service from from pid="
123 mLocks.dump(pw);
/frameworks/native/include/gui/
H A DConsumerBase.h66 // dump writes the current state to a string. Child classes should add
67 // their state to the dump by overriding the dumpLocked method, which is
69 void dump(String8& result) const;
70 void dump(String8& result, const char* prefix) const;
153 // Derived classes should override this method to dump their internal
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiLoggerTest.java61 * Returns the data that we would dump in a bug report, for our ring buffer.
301 /** Verifies that dump() fetches the latest fates. */
308 mWifiLogger.dump(new FileDescriptor(), pw, new String[]{"bogus", "args"});
314 * Verifies that dump() doesn't crash, or generate garbage, in the case where we haven't fetched
321 mWifiLogger.dump(new FileDescriptor(), pw, new String[]{"bogus", "args"});
325 // Verify dump terminator is present
331 * Verifies that dump() doesn't crash, or generate garbage, in the case where the fates that
344 mWifiLogger.dump(new FileDescriptor(), pw, new String[]{"bogus", "args"});
348 // Verify dump terminator is present
386 mWifiLogger.dump(ne
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.h57 virtual status_t dump(int fd, const Vector<String16>& args);

Completed in 449 milliseconds

1234567891011>>