Searched refs:node_3 (Results 1 – 2 of 2) sorted by relevance
34 AudioNode node_3; in Init() local35 node_3.is_input = false; in Init()36 node_3.id = 10003; in Init()37 node_3.device_name = "Fake Bluetooth Headphone"; in Init()38 node_3.type = "BLUETOOTH"; in Init()39 node_3.name = "Headphone"; in Init()40 node_list_.push_back(node_3); in Init()
923 $node_3 = $this->createNode();924 $node_3->setName($sym['tag']);925 $node_3->setContent(trim($txt));927 $node_0->addChild($node_3);999 $node_3 = $this->createNode();1000 $node_3->setName('mspace');1001 $node_3->setAttr('width',$sym['space']);1005 $node_0->addChild($node_3);