/hardware/libhardware/include/hardware/ |
bt_hh.h | 92 /** Callback for vitual unplug api. 93 * the status of the vitual unplug 150 /** Virtual UnPlug (VUP) the specified HID device */
|
/external/blktrace/doc/ |
blkparse.1 | 249 \fBU -- unplug\fR 255 \fBT -- unplug due to timer\fR 257 automatically unplug it after a defined period has passed. 385 Unplug due to timeout 388 Unplug request 489 \fBU \-\- unplug\fR 491 \fBT \-\- unplug due to timer\fR
|
btt.1 | 55 [ \-u <\fIoutput name\fR> | \-\-unplug\-hist=<\fIoutput name\fR> ] 293 .B \-\-unplug\-hist=<\fIoutput name\fR> 296 information for unplug traces on a per device basis. It shows how many 297 times an unplug was hit with a specified number of IOs released. There are 21
|
blktrace.tex | 561 \item[U -- unplug] Some request data already queued in the device, 566 \item[T -- unplug due to timer] If nobody requests the io that was queued 567 after plugging the queue, Linux will automatically unplug it after a 643 T & Unplug due to timeout \\ \hline 644 U & Unplug request \\ \hline 717 \item[U -- unplug] 718 \item[T -- unplug due to timer] The command associated with the event [all...] |
/external/blktrace/ |
README | 107 %U - Unplug depth 123 T - Unplug timer 124 U - Unplug IO
|
blkparse_fmt.c | 389 case 'U': /* Unplug IO */ 390 case 'T': /* Unplug timer */
|
/external/blktrace/btt/ |
devs.c | 243 static inline void unplug(struct d_info *dip, double cur_time) function 256 unplug(dip, cur_time); 267 unplug(dip, cur_time);
|
args.c | 173 .name = "unplug-hist", 231 "[ -u <output name> | --unplug-hist=<output name> ]\n" \
|
/device/generic/goldfish/camera/ |
EmulatedBaseCamera.h | 73 /* Unplug the connection from underneath the emulated camera.
|
/external/bluetooth/bluedroid/stack/include/ |
hidh_api.h | 64 HID_HDEV_EVT_VC_UNPLUG Device sent Virtual Unplug Data=NA. pdata=NA.
|
/external/chromium_org/media/audio/win/ |
audio_device_listener_win.cc | 148 // an unplug event (probably others too); e.g., we get two transitions to a
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
channelmanager_unittest.cc | 344 // Unplug device "audio-in1" and "audio-out1". 376 // We have one camera. Unplug it, fall back to no camera. 384 // Unplug "video-in1". 408 // We have multiple cameras. Unplug the preferred, fall back to another camera. 412 // Unplug device "video-in1".
|
/external/blktrace/btt/doc/ |
btt.tex | 279 \item Explicit unplug request from some subsystem in the kernel. 288 \item[IOs per Unplug \& Unplugs-due-to-timeout] 291 queue at the time of an unplug or unplug due to a timeout. The following 292 sample shows a sample of both unplug sections: 471 \item[unplug histogram details] A data file per device containing 472 histogram output for the amount of IOs released at unplug time. [all...] |
/external/libmtp/ |
TODO | 26 Thus only unplug or shutdown ends the session. This behaviour can be
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/ |
frontend.h | 66 FE_CAN_RECOVER = 0x40000000, // frontend can recover from a cable unplug automatically
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/ |
frontend.h | 66 FE_CAN_RECOVER = 0x40000000, // frontend can recover from a cable unplug automatically
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/ |
frontend.h | 66 FE_CAN_RECOVER = 0x40000000, // frontend can recover from a cable unplug automatically
|
/external/chromium_org/chromeos/audio/ |
cras_audio_handler_unittest.cc | 423 // Unplug the headphone. 729 // Unplug usb headphone. 796 // Unplug the 2nd usb headphone. [all...] |
/external/chromium_org/ash/system/chromeos/power/ |
tray_power.cc | 217 // Check for unplug of a USB charger while the USB charger notification is
|
/external/chromium_org/content/browser/renderer_host/media/ |
media_stream_manager.h | 114 // plug/unplug. The new device lists will be delivered via media observer to
|
/frameworks/base/core/java/com/android/internal/os/ |
BatteryStatsImpl.java | 266 * These keep track of battery levels (1-100) at the last plug event and the last unplug event. 353 void unplug(long elapsedRealtime, long batteryUptime, long batteryRealtime); method in interface:BatteryStatsImpl.Unpluggable 389 public void unplug(long elapsedRealtime, long batteryUptime, long batteryRealtime) { method in class:BatteryStatsImpl.Counter 514 public void unplug(long elapsedRealtime, long batteryUptime, long batteryRealtime) { method in class:BatteryStatsImpl.LongSamplingCounter 606 * The value of mTotalTime when unplug() was last called. Subtract 607 * this from mTotalTime to find the time since the last unplug from 669 public void unplug(long elapsedRealtime, long batteryUptime, long batteryRealtime) { method in class:BatteryStatsImpl.Timer 671 Log.v(TAG, "unplug #" + mType + ": realtime=" + batteryRealtime 678 Log.v(TAG, "unplug #" + mType 785 * The reported count from /proc/wakelocks when unplug() was las 868 public void unplug(long elapsedRealtime, long batteryUptime, long batteryRealtime) { method in class:BatteryStatsImpl.SamplingTimer 983 public void unplug(long elapsedRealtime, long batteryUptime, long batteryRealtime) { method in class:BatteryStatsImpl.BatchTimer 3548 public void unplug(long elapsedRealtime, long batteryUptime, long batteryRealtime) { method in class:BatteryStatsImpl.Uid.Proc 3842 public void unplug(long elapsedRealtime, long batteryUptime, long batteryRealtime) { method in class:BatteryStatsImpl.Uid.Pkg 4004 public void unplug(long elapsedRealtime, long batteryUptime, long batteryRealtime) { method in class:BatteryStatsImpl.Uid.Pkg.Serv [all...] |
/device/asus/flo/overlay/frameworks/base/core/res/res/values/ |
config.xml | 152 <!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
|
/device/asus/grouper/overlay/frameworks/base/core/res/res/values/ |
config.xml | 221 <!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
|
/device/asus/tilapia/overlay/frameworks/base/core/res/res/values/ |
config.xml | 224 <!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
|
/device/samsung/manta/overlay/frameworks/base/core/res/res/values/ |
config.xml | 157 <!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
|