HomeSort by relevance Sort by last modified time
    Searched refs:unplug (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluez/input/
server.c 91 /* Send unplug virtual cable to unknown devices */
93 unsigned char unplug = 0x15; local
95 if (write(sk, &unplug, sizeof(unplug)) < 0)
96 error("Unable to send virtual cable unplug");
  /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);
  /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/blktrace/doc/
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...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 268 * These keep track of battery levels (1-100) at the last plug event and the last unplug event.
345 void unplug(long batteryUptime, long batteryRealtime); method in interface:BatteryStatsImpl.Unpluggable
381 public void unplug(long batteryUptime, long batteryRealtime) { method in class:BatteryStatsImpl.Counter
512 * The value of mTotalTime when unplug() was last called. Subtract
513 * this from mTotalTime to find the time since the last unplug from
576 public void unplug(long batteryUptime, long batteryRealtime) { method in class:BatteryStatsImpl.Timer
578 Log.v(TAG, "unplug #" + mType + ": realtime=" + batteryRealtime
585 Log.v(TAG, "unplug #" + mType
692 * The reported count from /proc/wakelocks when unplug() was last
704 * The reported total_time from /proc/wakelocks when unplug() was las
775 public void unplug(long batteryUptime, long batteryRealtime) { method in class:BatteryStatsImpl.SamplingTimer
3224 public void unplug(long batteryUptime, long batteryRealtime) { method in class:BatteryStatsImpl.Uid.Proc
3518 public void unplug(long batteryUptime, long batteryRealtime) { method in class:BatteryStatsImpl.Uid.Pkg
3680 public void unplug(long batteryUptime, long batteryRealtime) { method in class:BatteryStatsImpl.Uid.Pkg.Serv
    [all...]

Completed in 104 milliseconds