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

  /system/core/toolbox/
uptime.c 58 float idle_time; local
59 if (fscanf(file, "%*f %f", &idle_time) != 1) {
82 format_time((int)idle_time, idle_string);
  /external/blktrace/btt/
iostat.c 76 dip->stats.idle_time += (now - dip->stats.last_dev_change);
77 dip->all_stats.idle_time +=
110 p_util = (sp->idle_time <= dt) ? 100.0 * (1.0 - (sp->idle_time / dt)) :
141 sp->tot_qusz = sp->idle_time = 0.0;
globals.h 120 double last_qu_change, last_dev_change, tot_qusz, idle_time; member in struct:stats
  /hardware/libhardware/include/hardware/
bluetooth.h 106 uint64_t idle_time; /* in ms */ member in struct:__anon24644
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_event_defs.h 216 u32 idle_time; member in struct:__anon27034
  /system/bt/btif/src/
btif_dm.c 162 uint64_t idle_time; member in struct:__anon69167
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]
  /system/bt/bta/include/
bta_api.h     [all...]
  /system/bt/stack/include/
btm_ble_api.h 858 tBTM_BLE_IDLE_TIME_MS idle_time,
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 459 p_energy_info->idle_time, p_energy_info->energy_used);
    [all...]
  /system/bt/bta/dm/
bta_dm_act.c     [all...]

Completed in 315 milliseconds