Searched refs:plugged_time (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Daudio_node.cc17 plugged_time(0) {
26 uint64 plugged_time)
33 plugged_time(plugged_time) {
57 "plugged_time= %s ",
58 base::Uint64ToString(plugged_time).c_str());
20 AudioNode(bool is_input, uint64 id, std::string device_name, std::string type, std::string name, bool active, uint64 plugged_time) argument
H A Daudio_node.h25 uint64 plugged_time; member in struct:chromeos::AudioNode
34 uint64 plugged_time);
H A Dcras_audio_client.cc400 if (!value_reader.PopUint64(&node->plugged_time))
/external/chromium_org/chromeos/audio/
H A Daudio_device.h48 uint64 plugged_time; member in struct:chromeos::AudioDevice
67 } else if (a.plugged_time < b.plugged_time) {
H A Daudio_device.cc94 plugged_time(0) {
108 plugged_time = node.plugged_time;
132 "plugged_time= %s ",
133 base::Uint64ToString(plugged_time).c_str());
H A Dcras_audio_handler_unittest.cc680 headphone.plugged_time = 80000000;
684 bluetooth_headset.plugged_time = 90000000;
775 internal_speaker.plugged_time = 80000000;
778 hdmi.plugged_time = 90000000;
914 internal_speaker.plugged_time = 80000000;
917 usb_headphone.plugged_time = 90000000;
987 usb_headphone_1.plugged_time = 80000000;
990 usb_headphone_2.plugged_time = 90000000;
1061 usb_headphone_1.plugged_time = 80000000;
1064 headphone_jack.plugged_time
[all...]
/external/blktrace/btt/
H A Ddevs.c246 dip->plugged_time += (cur_time - dip->last_plug);
H A Dglobals.h148 double start_time, last_plug, plugged_time, end_time; member in struct:d_info
H A Doutput.c530 pct = 100.0 * (dip->plugged_time / delta);

Completed in 127 milliseconds