Home
last modified time | relevance | path

Searched refs:audio_node (Results 1 – 19 of 19) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/chromeos/emulator/
H A Ddevice_emulator_message_handler.cc286 std::unique_ptr<base::DictionaryValue> audio_node( in HandleRequestAudioNodes() local
289 audio_node->SetBoolean("isInput", node.is_input); in HandleRequestAudioNodes()
291 audio_node->SetString("deviceName", node.device_name); in HandleRequestAudioNodes()
292 audio_node->SetString("type", node.type); in HandleRequestAudioNodes()
293 audio_node->SetString("name", node.name); in HandleRequestAudioNodes()
294 audio_node->SetBoolean("active", node.active); in HandleRequestAudioNodes()
296 audio_nodes.Append(std::move(audio_node)); in HandleRequestAudioNodes()
304 AudioNode audio_node; in HandleInsertAudioNode() local
310 CHECK(device_dict->GetString("type", &audio_node.type)); in HandleInsertAudioNode()
311 CHECK(device_dict->GetString("name", &audio_node.name)); in HandleInsertAudioNode()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/chromeos/emulator/
H A Ddevice_emulator_message_handler.cc289 std::unique_ptr<base::DictionaryValue> audio_node( in HandleRequestAudioNodes() local
292 audio_node->SetBoolean("isInput", node.is_input); in HandleRequestAudioNodes()
294 audio_node->SetString("deviceName", node.device_name); in HandleRequestAudioNodes()
295 audio_node->SetString("type", node.type); in HandleRequestAudioNodes()
296 audio_node->SetString("name", node.name); in HandleRequestAudioNodes()
297 audio_node->SetBoolean("active", node.active); in HandleRequestAudioNodes()
299 audio_nodes.Append(std::move(audio_node)); in HandleRequestAudioNodes()
307 AudioNode audio_node; in HandleInsertAudioNode() local
313 CHECK(device_dict->GetString("type", &audio_node.type)); in HandleInsertAudioNode()
314 CHECK(device_dict->GetString("name", &audio_node.name)); in HandleInsertAudioNode()
[all …]
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_wave_editor.c69 xmlNode *audio_node,
1206 xmlNode *audio_node, in ags_wave_editor_paste_wave() argument
1324 xmlNode *audio_node; in ags_wave_editor_paste() local
1407 while(audio_node != NULL){ in ags_wave_editor_paste()
1416 audio_node, in ags_wave_editor_paste()
1425 audio_node = audio_node->next; in ags_wave_editor_paste()
1479 audio_node = xmlNewNode(NULL, in ags_wave_editor_copy()
1485 xmlAddChild(audio_node, in ags_wave_editor_copy()
1542 xmlNode *audio_node; in ags_wave_editor_cut() local
1567 audio_node = xmlNewNode(NULL, in ags_wave_editor_cut()
[all …]
H A Dags_notation_editor.c69 xmlNode *audio_node,
1547 xmlNode *audio_node, in ags_notation_editor_paste_notation() argument
1664 xmlNode *audio_node; in ags_notation_editor_paste() local
1713 while(audio_node != NULL){ in ags_notation_editor_paste()
1715 if(!xmlStrncmp(audio_node->name, in ags_notation_editor_paste()
1720 audio_node, in ags_notation_editor_paste()
1729 audio_node = audio_node->next; in ags_notation_editor_paste()
1791 audio_node = xmlNewNode(NULL, in ags_notation_editor_copy()
1797 xmlAddChild(audio_node, in ags_notation_editor_copy()
1861 xmlNode *audio_node; in ags_notation_editor_cut() local
[all …]
H A Dags_automation_editor.c62 xmlNode *audio_node,
2436 xmlNode *audio_node, in ags_automation_editor_paste_automation() argument
2548 xmlNode *audio_node; in ags_automation_editor_paste() local
2661 while(audio_node != NULL){ in ags_automation_editor_paste()
2664 audio_node->name, in ags_automation_editor_paste()
2669 audio_node, in ags_automation_editor_paste()
2678 audio_node = audio_node->next; in ags_automation_editor_paste()
2741 audio_node = xmlNewNode(NULL, in ags_automation_editor_copy()
2747 xmlAddChild(audio_node, in ags_automation_editor_copy()
2800 xmlNode *audio_node; in ags_automation_editor_cut() local
[all …]
H A Dags_machine.c3160 xmlNode *audio_node, *notation_list_node, *notation_node; in ags_machine_copy_pattern() local
3173 audio_node = xmlNewNode(NULL, in ags_machine_copy_pattern()
3175 xmlDocSetRootElement(clipboard, audio_node); in ags_machine_copy_pattern()
3179 xmlAddChild(audio_node, in ags_machine_copy_pattern()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/audio/
H A DBUILD.gn19 "audio_node.cc",
20 "audio_node.h",
H A Dfake_cras_audio_client.cc271 void FakeCrasAudioClient::InsertAudioNodeToList(const AudioNode& audio_node) { in InsertAudioNodeToList() argument
272 auto iter = FindNode(audio_node.id); in InsertAudioNodeToList()
274 (*iter) = audio_node; in InsertAudioNodeToList()
276 node_list_.push_back(audio_node); in InsertAudioNodeToList()
H A Dfake_cras_audio_client.h69 void InsertAudioNodeToList(const AudioNode& audio_node); in COMPONENT_EXPORT()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chromeos/dbus/audio/
H A DBUILD.gn19 "audio_node.cc",
20 "audio_node.h",
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/editor/
H A Dags_select_buffer_dialog.c397 xmlNode *audio_node, *wave_node; in ags_select_buffer_dialog_apply() local
458 audio_node = xmlNewNode(NULL, BAD_CAST "audio"); in ags_select_buffer_dialog_apply()
459 xmlDocSetRootElement(clipboard, audio_node); in ags_select_buffer_dialog_apply()
477 xmlAddChild(audio_node, wave_node); in ags_select_buffer_dialog_apply()
H A Dags_select_note_dialog.c437 xmlNode *audio_node, *notation_node; in ags_select_note_dialog_apply() local
487 audio_node = xmlNewNode(NULL, BAD_CAST "audio"); in ags_select_note_dialog_apply()
488 xmlDocSetRootElement(clipboard, audio_node); in ags_select_note_dialog_apply()
509 xmlAddChild(audio_node, notation_node); in ags_select_note_dialog_apply()
H A Dags_select_acceleration_dialog.c435 xmlNode *audio_node, *automation_node; in ags_select_acceleration_dialog_apply() local
508 audio_node = NULL; in ags_select_acceleration_dialog_apply()
515 audio_node = xmlNewNode(NULL, BAD_CAST "audio"); in ags_select_acceleration_dialog_apply()
516 xmlDocSetRootElement(clipboard, audio_node); in ags_select_acceleration_dialog_apply()
653 xmlAddChild(audio_node, automation_node); in ags_select_acceleration_dialog_apply()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webaudio/
H A DBUILD.gn29 "audio_node.cc",
30 "audio_node.h",
H A Didls.gni12 "audio_node.idl",
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webaudio/
H A DBUILD.gn29 "audio_node.cc",
30 "audio_node.h",
H A Didls.gni12 "audio_node.idl",
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/
H A Didl_in_modules.gni668 "//third_party/blink/renderer/modules/webaudio/audio_node.idl",
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/
H A Didl_in_modules.gni680 "//third_party/blink/renderer/modules/webaudio/audio_node.idl",