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

  /external/adhd/cras/src/common/
cras_iodev_info.h 36 * plugged_time - If plugged is true, this is the time it was attached.
54 struct { int64_t tv_sec; int64_t tv_usec; } plugged_time; member in struct:cras_ionode_info
  /external/adhd/cras/src/server/
cras_bt_io.c 73 gettimeofday(&n->base.plugged_time, NULL);
364 gettimeofday(&active->base.plugged_time, NULL);
cras_dbus_control.c 428 dbus_uint64_t plugged_time = node->plugged_time.tv_sec * 1000000ULL + local
429 node->plugged_time.tv_usec;
470 DBUS_TYPE_UINT64_AS_STRING, &plugged_time))
    [all...]
cras_hfp_iodev.c 263 gettimeofday(&node->plugged_time, NULL);
cras_iodev.h 54 * plugged_time - If plugged is true, this is the time it was attached.
78 struct timeval plugged_time; member in struct:cras_ionode
cras_iodev_list.c 235 node_info->plugged_time.tv_sec =
236 node->plugged_time.tv_sec;
237 node_info->plugged_time.tv_usec =
238 node->plugged_time.tv_usec;
cras_a2dp_iodev.c 505 gettimeofday(&node->plugged_time, NULL);
cras_iodev.c 615 gettimeofday(&node->plugged_time, NULL);
    [all...]
cras_alsa_io.c 922 gettimeofday(&node->plugged_time, NULL);
    [all...]
  /external/blktrace/btt/
devs.c 246 dip->plugged_time += (cur_time - dip->last_plug);
globals.h 148 double start_time, last_plug, plugged_time, end_time; member in struct:d_info
output.c 530 pct = 100.0 * (dip->plugged_time / delta);
  /external/adhd/cras/src/tests/
alsa_io_unittest.cc     [all...]
cras_test_client.c 299 (long) nodes[i].plugged_time.tv_sec,
    [all...]

Completed in 517 milliseconds