HomeSort by relevance Sort by last modified time
    Searched defs:dump (Results 276 - 300 of 549) sorted by null

<<11121314151617181920>>

  /frameworks/base/services/java/com/android/server/am/
DeviceMonitor.java 66 dump(); method
68 Slog.w(LOG_TAG, "Dump failed.", e);
112 private void dump() throws IOException { method in class:DeviceMonitor
119 dump(new File(processDirectory, "stat"), out); method
125 dump(file, out); method
147 private void dump(File from, OutputStream out) throws IOException { method in class:DeviceMonitor
186 * Pauses momentarily before we start the next dump.
TransferPipe.java 108 binder.dump(out, args);
  /frameworks/base/services/java/com/android/server/usb/
UsbHostManager.java 210 public void dump(FileDescriptor fd, PrintWriter pw) { method in class:UsbHostManager
  /frameworks/base/services/sensorservice/
SensorService.cpp 172 static const String16 sDump("android.permission.DUMP");
174 status_t SensorService::dump(int fd, const Vector<String16>& args) function in class:android::SensorService
181 "can't dump SurfaceFlinger from pid=%d, uid=%d\n",
202 SensorFusion::getInstance().dump(result, buffer, SIZE);
203 SensorDevice::getInstance().dump(result, buffer, SIZE);
  /frameworks/base/services/surfaceflinger/DisplayHardware/
DisplayHardware.cpp 401 void DisplayHardware::dump(String8& res) const function in class:DisplayHardware
403 mNativeWindow->dump(res);
  /frameworks/base/services/surfaceflinger/
Layer.cpp 520 void Layer::dump(String8& result, char* buffer, size_t SIZE) const function in class:android::Layer
522 LayerBaseClient::dump(result, buffer, SIZE);
542 mSurfaceTexture->dump(result, " ", buffer, SIZE);
Transform.cpp 316 void Transform::dump(const char* name) const function in class:android::Transform
  /frameworks/support/v4/java/android/support/v4/content/
Loader.java 361 * @param fd The raw file descriptor that the dump is being sent to.
362 * @param writer A PrintWriter to which the dump is to be set.
363 * @param args Additional arguments to the dump request.
365 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:Loader
  /hardware/libhardware/include/hardware/
audio.h 118 /** dump the state of the audio input/output device */
119 int (*dump)(const struct audio_stream *stream, int fd); member in struct:audio_stream
322 int (*dump)(const struct audio_hw_device *dev, int fd); member in struct:audio_hw_device
audio_policy.h 221 /* dump state */
222 int (*dump)(const struct audio_policy *pol, int fd); member in struct:audio_policy
camera.h 296 * Dump state of the camera hardware
298 int (*dump)(struct camera_device *, int fd); member in struct:camera_device_ops
hwcomposer.h 314 void (*dump)(struct hwc_composer_device* dev, char *buff, int buff_len); member in struct:hwc_composer_device
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.cpp 217 status_t A2dpAudioInterface::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::A2dpAudioInterface
488 status_t A2dpAudioInterface::A2dpAudioStreamOut::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut
AudioDumpInterface.cpp 38 LOGE("Dump construct hw = 0");
294 LOGV("Opening dump file %s, fh %p", name, mFile);
397 status_t AudioStreamOutDump::dump(int fd, const Vector<String16>& args) function in class:android::AudioStreamOutDump
399 if (mFinalStream != 0 ) return mFinalStream->dump(fd, args);
450 LOGV("Opening input dump file %s, fh %p", name, mFile);
560 status_t AudioStreamInDump::dump(int fd, const Vector<String16>& args) function in class:android::AudioStreamInDump
562 if (mFinalStream != 0 ) return mFinalStream->dump(fd, args);
AudioHardwareGeneric.cpp 178 status_t AudioHardwareGeneric::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioHardwareGeneric
182 mInput->dump(fd, args);
185 mOutput->dump(fd, args);
245 status_t AudioStreamOutGeneric::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioStreamOutGeneric
250 snprintf(buffer, SIZE, "AudioStreamOutGeneric::dump\n");
353 status_t AudioStreamInGeneric::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioStreamInGeneric
358 snprintf(buffer, SIZE, "AudioStreamInGeneric::dump\n");
  /hardware/msm7k/libaudio-qdsp5v2/
AudioHardware.cpp 162 status_t AudioHardware::dump(int fd, const Vector<String16>& args) function in class:android::AudioHardware
310 status_t AudioHardware::AudioStreamOutQ5V2::dump(int fd, const Vector<String16>& args) function in class:android::AudioHardware::AudioStreamOutQ5V2
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.cc 281 void DwarfCU::dump() const { function in class:DwarfCU
288 cu_die_->dump(false);
  /packages/apps/Email/src/com/android/email/widget/
WidgetManager.java 110 public void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:WidgetManager
  /packages/apps/Mms/src/com/android/mms/data/
RecipientIdCache.java 98 dump(); method
121 dump(); method
204 public static void dump() { method in class:RecipientIdCache
205 // Only dump user private data if we're in special debug mode
207 Log.d(TAG, "*** Recipient ID cache dump ***");
215 Log.d(TAG, "**** Dump of canoncial_addresses table ****");
  /packages/apps/Mms/src/com/android/mms/util/
DraftCache.java 116 dump(); method
163 dump(); method
217 public void dump() { method in class:DraftCache
218 Log.i(TAG, "dump:");
  /packages/apps/Nfc/src/com/android/nfc/
NfceeAccessControl.java 271 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:NfceeAccessControl
RegisteredComponentCache.java 134 void dump(ArrayList<ComponentInfo> components) { method in class:RegisteredComponentCache
155 dump(components);
NfcService.java 773 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:NfcService.NfcAdapterService
774 NfcService.this.dump(fd, pw, args);
1875 void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:NfcService
    [all...]
  /packages/experimental/AndroidVendorSecurityTool/src/com/google/android/googleapps/
LoginData.java 156 /** Dump contents to a string suitable for debug logging. */
157 public String dump() { method in class:LoginData
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_ioplug.h 184 * dump; optional
186 void (*dump)(snd_pcm_ioplug_t *io, snd_output_t *out); member in struct:snd_pcm_ioplug_callback

Completed in 2115 milliseconds

<<11121314151617181920>>