Searched defs:dump (Results 51 - 75 of 429) sorted by relevance

1234567891011>>

/frameworks/base/services/core/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 DUriPermissionOwner.java134 public void dump(PrintWriter pw, String prefix) { method in class:UriPermissionOwner
/frameworks/base/services/core/java/com/android/server/location/
H A DLocationProviderInterface.java41 public void dump(FileDescriptor fd, PrintWriter pw, String[] args); method in interface:LocationProviderInterface
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowToken.java90 void dump(PrintWriter pw, String prefix) { method in class:WindowToken
/frameworks/base/tools/aapt/
H A DResourceIdCache.cpp97 void ResourceIdCache::dump() { function in class:android::ResourceIdCache
98 printf("ResourceIdCache dump:\n");
/frameworks/compile/mclinker/lib/Script/
H A DAssignment.cpp48 void Assignment::dump() const function in class:Assignment
66 m_Symbol.dump();
70 m_RpnExpr.dump();
H A DRpnExpr.cpp44 void RpnExpr::dump() const function in class:RpnExpr
47 (*it)->dump();
/frameworks/native/libs/ui/
H A DGraphicBufferAllocator.cpp54 void GraphicBufferAllocator::dump(String8& result) const function in class:android::GraphicBufferAllocator
80 if (mAllocDev->common.version >= 1 && mAllocDev->dump) {
81 mAllocDev->dump(mAllocDev, buffer, SIZE);
89 GraphicBufferAllocator::getInstance().dump(s);
/frameworks/native/services/sensorservice/
H A DSensorFusion.cpp140 void SensorFusion::dump(String8& result) { function in class:android::SensorFusion
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp166 // void dump(FrameBufferSurface* fbs, String8& s) {
167 // // calls FramebufferSurface::dump()
168 // fbs->dump(s);
170 // // calls ConsumerBase::dump() since it is non-virtual
171 // static_cast<ConsumerBase*>(fbs)->dump(s);
173 // // calls FramebufferSurface::dump() since it is virtual
174 // static_cast<DisplaySurface*>(fbs)->dump(s);
177 // to ConsumerBase::dump() here. It will take the internal lock, and then call
179 void FramebufferSurface::dump(String8& result) const { function in class:android::FramebufferSurface
180 ConsumerBase::dump(resul
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNetworkScoreCache.java168 @Override protected final void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:WifiNetworkScoreCache
/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.cpp60 status_t MetadataRetrieverClient::dump(int fd, const Vector<String16>& /*args*/) const function in class:android::MetadataRetrieverClient
/frameworks/av/media/mtp/
H A DMtpPacket.cpp67 void MtpPacket::dump() { function in class:android::MtpPacket
/frameworks/av/services/audioflinger/
H A DStateQueue.h111 void dump(int fd);
122 void dump(int fd);
177 // Register location of observer dump area
178 void setObserverDump(StateQueueObserverDump *dump) argument
179 { mObserverDump = dump != NULL ? dump : &mObserverDummyDump; }
181 // Register location of mutator dump area
182 void setMutatorDump(StateQueueMutatorDump *dump) argument
183 { mMutatorDump = dump != NULL ? dump
[all...]
/frameworks/av/services/camera/libcameraservice/common/
H A DFrameProcessorBase.cpp88 void FrameProcessorBase::dump(int fd, const Vector<String16>& /*args*/) { function in class:android::camera2::FrameProcessorBase
98 lastFrame.dump(fd, 2, 6);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.cpp66 void Camera3IOStreamBase::dump(int fd, const Vector<String16> &args) const { function in class:android::camera3::Camera3IOStreamBase
H A DCamera3InputStream.cpp183 void Camera3InputStream::dump(int fd, const Vector<String16> &args) const { function in class:android::camera3::Camera3InputStream
189 Camera3IOStreamBase::dump(fd, args);
/frameworks/base/core/java/android/app/
H A DWallpaperInfo.java266 public void dump(Printer pw, String prefix) { method in class:WallpaperInfo
268 mService.dump(pw, prefix + " ");
/frameworks/base/core/java/android/content/
H A DCursorLoader.java231 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:CursorLoader
232 super.dump(prefix, fd, writer, args);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDebug.java162 public static void dump(Printer printer, String[] args) { method in class:SQLiteDebug
/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java191 * Implement this to handle {@link android.os.Binder#dump Binder.dump()}
195 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { method in class:AbstractInputMethodService
/frameworks/base/core/java/android/os/
H A DIBinder.java101 * IBinder protocol transaction code: dump internal state.
187 * @param fd The raw file descriptor that the dump is being sent to.
188 * @param args additional arguments to the dump request.
190 public void dump(FileDescriptor fd, String[] args) throws RemoteException; method in interface:IBinder
193 * Like {@link #dump(FileDescriptor, String[])} but always executes
195 * to perform the dump.
197 * @param fd The raw file descriptor that the dump is being sent to.
198 * @param args additional arguments to the dump request.
H A DLooper.java299 public void dump(Printer pw, String prefix) { method in class:Looper
301 mQueue.dump(pw, prefix + " ");
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionService.java251 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:VoiceInteractionService
258 mHotwordDetector.dump(" ", pw);

Completed in 400 milliseconds

1234567891011>>