OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plugged_time
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chromeos/dbus/
audio_node.cc
17
plugged_time
(0) {
26
uint64
plugged_time
)
33
plugged_time
(
plugged_time
) {
57
"
plugged_time
= %s ",
58
base::Uint64ToString(
plugged_time
).c_str());
audio_node.h
25
uint64
plugged_time
;
member in struct:chromeos::AudioNode
34
uint64
plugged_time
);
cras_audio_client.cc
400
if (!value_reader.PopUint64(&node->
plugged_time
))
/external/chromium_org/chromeos/audio/
audio_device.h
48
uint64
plugged_time
;
member in struct:chromeos::AudioDevice
67
} else if (a.
plugged_time
< b.
plugged_time
) {
audio_device.cc
94
plugged_time
(0) {
108
plugged_time
= node.
plugged_time
;
132
"
plugged_time
= %s ",
133
base::Uint64ToString(
plugged_time
).c_str());
cras_audio_handler_unittest.cc
680
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
[
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);
Completed in 509 milliseconds