HomeSort by relevance Sort by last modified time
    Searched defs:node_id (Results 76 - 94 of 94) sorted by null

1 2 34

  /external/chromium_org/chromeos/dbus/
cras_audio_client.cc 67 virtual void SetOutputNodeVolume(uint64 node_id, int32 volume) OVERRIDE {
71 writer.AppendUint64(node_id);
90 virtual void SetInputNodeGain(uint64 node_id, int32 input_gain) OVERRIDE {
94 writer.AppendUint64(node_id);
113 virtual void SetActiveOutputNode(uint64 node_id) OVERRIDE {
117 writer.AppendUint64(node_id);
124 virtual void SetActiveInputNode(uint64 node_id) OVERRIDE {
128 writer.AppendUint64(node_id);
235 uint64 node_id; local
236 if (!reader.PopUint64(&node_id)) {
245 uint64 node_id; local
    [all...]
  /external/chromium_org/net/spdy/
spdy_priority_forest.h 42 bool NodeExists(NodeId node_id) const;
45 // on success, or false if the node_id already exists within the forest.
46 bool AddRootNode(NodeId node_id, Priority priority);
51 bool AddNonRootNode(NodeId node_id, NodeId parent_id, bool unordered);
55 bool RemoveNode(NodeId node_id);
59 Priority GetPriority(NodeId node_id) const;
63 NodeId GetParent(NodeId node_id) const;
68 bool IsNodeUnordered(NodeId node_id) const;
72 NodeId GetChild(NodeId node_id) const;
77 bool SetPriority(NodeId node_id, Priority priority)
459 NodeId node_id = root_id; local
500 const NodeId node_id = iter->first; local
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_model_associator.cc 261 int64 BookmarkModelAssociator::GetSyncIdFromChromeId(const int64& node_id) {
262 BookmarkIdToSyncIdMap::const_iterator iter = id_map_.find(node_id);
273 const int64& node_id,
276 int64 sync_id = GetSyncIdFromChromeId(node_id);
288 int64 node_id = node->id(); local
290 DCHECK(id_map_.find(node_id) == id_map_.end());
292 id_map_[node_id] = sync_id;
  /external/chromium_org/chrome/test/chromedriver/chrome/
web_view_impl.cc 228 int node_id; local
230 client_.get(), context_id, function, args, &found_node, &node_id);
235 return dom_tracker_->GetFrameIdForNode(node_id, out_frame);
410 int node_id; local
413 args, &found_node, &node_id);
419 params.SetInteger("nodeId", node_id);
682 int* node_id) {
724 if (!cmd_result->GetInteger("nodeId", node_id))
  /external/chromium_org/components/bookmarks/browser/
bookmark_codec_unittest.cc 213 int64 node_id = node->id(); local
214 EXPECT_TRUE(assigned_ids->find(node_id) == assigned_ids->end());
215 assigned_ids->insert(node_id);
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 224 static int get_node_id(unsigned char *node_id)
295 if (node_id) {
296 memcpy(node_id, a, 6);
560 static unsigned char node_id[6]; local
566 if (get_node_id(node_id) <= 0) {
567 get_random_bytes(node_id, 6);
573 node_id[0] |= 0x01;
581 memcpy(uu.node, node_id, 6);
  /external/chromium_org/chromeos/audio/
cras_audio_handler.cc 257 void CrasAudioHandler::SetActiveOutputNode(uint64 node_id) {
259 SetActiveOutputNode(node_id);
263 void CrasAudioHandler::SetActiveInputNode(uint64 node_id) {
265 SetActiveInputNode(node_id);
368 void CrasAudioHandler::ActiveOutputNodeChanged(uint64 node_id) {
369 if (active_output_node_id_ == node_id)
375 if (GetDeviceFromId(node_id)) {
377 << "Active output node changed unexpectedly by system node_id="
378 << "0x" << std::hex << node_id; local
382 void CrasAudioHandler::ActiveInputNodeChanged(uint64 node_id) {
392 << "0x" << std::hex << node_id; local
    [all...]
  /external/chromium_org/mojo/services/public/cpp/view_manager/tests/
view_manager_unittest.cc 526 Id node_id = node->id(); local
531 nodes.insert(node_id);
583 Id node_id = node->id(); local
589 observed_nodes.insert(node_id);
595 EXPECT_EQ(NULL, embedded->GetNodeById(node_id));
616 Id node_id = node->id(); local
621 nodes.insert(node_id);
626 EXPECT_EQ(NULL, embedded->GetNodeById(node_id));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
firewire-cdev.h 56 * @node_id: New node ID of this node
70 __u32 node_id; member in struct:fw_cdev_event_bus_reset
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
firewire-cdev.h 56 * @node_id: New node ID of this node
70 __u32 node_id; member in struct:fw_cdev_event_bus_reset
  /bionic/libc/kernel/uapi/linux/
firewire-cdev.h 46 __u32 node_id; member in struct:fw_cdev_event_bus_reset
  /development/ndk/platforms/android-L/include/linux/
firewire-cdev.h 46 __u32 node_id; member in struct:fw_cdev_event_bus_reset
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_handler.cc 189 std::string node_id; local
190 if (!args->GetString(0, &node_id))
193 net::X509Certificate* cert = IdToCert(node_id);
    [all...]
  /external/kernel-headers/original/uapi/linux/
firewire-cdev.h 70 * @node_id: New node ID of this node
88 __u32 node_id; member in struct:fw_cdev_event_bus_reset
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
firewire-cdev.h 46 __u32 node_id; member in struct:fw_cdev_event_bus_reset
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
firewire-cdev.h 46 __u32 node_id; member in struct:fw_cdev_event_bus_reset
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
firewire-cdev.h 46 __u32 node_id; member in struct:fw_cdev_event_bus_reset
  /external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc 151 syncable::Id node_id = syncable::Id::CreateFromServerId(type_tag); local
153 node_id);
179 syncable::Id node_id = syncable::Id::CreateFromServerId(client_tag); local
181 node_id);
384 int64 node_id; local
405 node_id = wnode.GetId();
446 EXPECT_EQ(wnode.GetId(), node_id);
1576 int64 node_id = 0; local
    [all...]
  /external/chromium_org/v8/src/
deoptimizer.cc 766 BailoutId node_id = input_data->AstId(bailout_id_); local
849 node_id.ToInt(),
862 BailoutId node_id = BailoutId(iterator->Next()); local
878 " => node=%d, height=%d\n", node_id.ToInt(), height_in_bytes);
    [all...]

Completed in 2727 milliseconds

1 2 34