Home
last modified time | relevance | path

Searched refs:PopUint64 (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dcras_audio_client.cc278 if (!reader.PopUint64(&node_id)) { in ActiveOutputNodeChangedReceived()
288 if (!reader.PopUint64(&node_id)) { in ActiveInputNodeChangedReceived()
385 if (!value_reader.PopUint64(&node->id)) in GetAudioNode()
400 if (!value_reader.PopUint64(&node->plugged_time)) in GetAudioNode()
/external/chromium_org/dbus/
Dmessage.h390 bool PopUint64(uint64* value);
Dvalues_util.cc143 if (reader->PopUint64(&value)) { in PopDataAsValue()
Dmessage.cc152 if (!reader->PopUint64(&value)) in ToStringInternal()
770 bool MessageReader::PopUint64(uint64* value) { in PopUint64() function in dbus::MessageReader
Dmessage_unittest.cc89 ASSERT_TRUE(reader.PopUint64(&uint64_value)); in TEST()