Searched refs:args (Results 276 - 300 of 359) sorted by relevance

<<1112131415

/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java2004 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
2058 mLocationFudger.dump(fd, pw, args);
2060 if (args.length > 0 && "short".equals(args[0])) {
2070 provider.dump(fd, pw, args);
H A DDeviceStorageMonitorService.java484 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DNsdService.java752 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
766 mNsdStateMachine.dump(fd, pw, args);
/frameworks/base/services/java/com/android/server/am/
H A DActiveServices.java215 + " type=" + resolvedType + " args=" + service.getExtras());
351 + " remaining args");
1134 + r + " " + r.intent + " args=" + si.intent);
1859 boolean dumpServicesLocked(FileDescriptor fd, PrintWriter pw, String[] args, argument
1864 matcher.build(args, opti);
1930 r, args);
2060 protected boolean dumpService(FileDescriptor fd, PrintWriter pw, String name, String[] args, argument
2114 dumpService("", fd, pw, services.get(i), args, dumpAll);
2124 final ServiceRecord r, String[] args, boolean dumpAll) {
2143 r.app.thread.dumpService(tp.getWriteFd().getFileDescriptor(), r, args);
2123 dumpService(String prefix, FileDescriptor fd, PrintWriter pw, final ServiceRecord r, String[] args, boolean dumpAll) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnectionTracker.java1433 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
1470 entry.getValue().dump(fd, pw, args);
1485 entry.getValue().dump(fd, pw, args);
H A DServiceStateTracker.java615 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DDataConnection.java1257 * @param args
1260 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
1262 super.dump(fd, pw, args);
/frameworks/av/camera/
H A DCameraParameters.cpp463 status_t CameraParameters::dump(int fd, const Vector<String16>& args) const
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp1503 va_list args; local
1504 va_start(args, format);
1510 vfprintf(log_fp, format, args);
1513 va_end(args);
/frameworks/av/services/camera/libcameraservice/camera2/
H A DZslProcessor.cpp370 void ZslProcessor::dump(int fd, const Vector<String16>& args) const {
H A DCaptureSequencer.cpp133 void CaptureSequencer::dump(int fd, const Vector<String16>& args) { argument
H A DStreamingProcessor.cpp631 status_t StreamingProcessor::dump(int fd, const Vector<String16>& args) { argument
/frameworks/base/core/java/android/app/
H A DFragmentManager.java332 * @param args Additional arguments to the dump request.
334 public abstract void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args); argument
617 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { argument
632 f.dump(innerPrefix, fd, writer, args);
670 bs.dump(innerPrefix, fd, writer, args);
/frameworks/ex/photoviewer/src/com/android/ex/photo/
H A DPhotoViewActivity.java285 public Loader<Cursor> onCreateLoader(int id, Bundle args) { argument
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewActivity.java263 public Loader<Cursor> onCreateLoader(int id, Bundle args) { argument
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java324 * @param args Additional arguments to the dump request.
326 public abstract void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args); argument
599 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { argument
614 f.dump(innerPrefix, fd, writer, args);
652 bs.dump(innerPrefix, fd, writer, args);
/frameworks/av/services/camera/libcameraservice/
H A DCameraClient.cpp109 status_t CameraClient::dump(int fd, const Vector<String16>& args) { argument
119 return mHardware->dump(fd, args);
H A DCameraHardwareInterface.h430 status_t dump(int fd, const Vector<String16>& args) const
/frameworks/base/core/java/android/webkit/
H A DBrowserFrame.java1218 private void autoLogin(String realm, String account, String args) { argument
1219 mCallbackProxy.onReceivedLoginRequest(realm, account, args);
/frameworks/base/tools/aidl/
H A Daidl.cpp40 arg_type *p = m->args;
450 arg_type* arg = m->args;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java1136 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
1138 super.dump(fd, pw, args);
H A DCdmaDataConnectionTracker.java963 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
965 super.dump(fd, pw, args);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java930 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
932 super.dump(fd, pw, args);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1813 // repeated .android.gltrace.GLMessage.DataType args = 5;
1910 // repeated .android.gltrace.GLMessage.DataType args = 5;
1913 5, this->args(i), output);
1988 // repeated .android.gltrace.GLMessage.DataType args = 5;
1993 this->args(i));
2045 if (!this->args(i).IsInitialized()) return false;
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp71 status_t dump(int fd, const Vector<String16>& args) const;
391 int fd, const Vector<String16>& args) {
402 (*it)->dump(fd, args);
408 int fd, const Vector<String16>& args) const {
390 dump( int fd, const Vector<String16>& args) argument

Completed in 4069 milliseconds

<<1112131415