Searched defs:node_list (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/linux/
H A Dplist.h30 * - The tier 2 list is the node_list, serialized nodes.
41 * |node_list.next|<->|nl|<->|nl|<->|nl|<->|nl|<->|nl|<-|
42 * |node_list.prev|<------------------------------------|
48 * The nodes on the node_list is ordered by priority and can contain
53 * for the priority of the node and insert it before the node_list
56 * insert it into the serialized node_list list
58 * Removal means remove it from the node_list and remove it from
59 * the prio_list if the node_list list_head is non empty. In case
82 struct list_head node_list; member in struct:plist_head
107 .node_list
[all...]
/external/chromium_org/chromeos/dbus/
H A Dcras_audio_client.cc271 AudioNodeList node_list; local
292 node_list.push_back(node);
296 if (node_list.size() == 0) {
301 callback.Run(node_list, success);
/external/chromium_org/chromeos/audio/
H A Dcras_audio_handler.cc590 void CrasAudioHandler::HandleGetNodes(const chromeos::AudioNodeList& node_list, argument
597 UpdateDevicesAndSwitchActive(node_list);
/external/chromium_org/sync/internal_api/
H A Dsync_manager_impl_unittest.cc1296 const base::ListValue* node_list; local
1301 ASSERT_TRUE(return_args.Get().GetList(0, &node_list));
1309 ASSERT_EQ(directory_size, node_list->GetSize());
1310 ASSERT_TRUE(node_list->GetDictionary(0, &first_result));

Completed in 207 milliseconds