Home
last modified time | relevance | path

Searched refs:get_channel (Results 1 – 25 of 629) sorted by relevance

12345678910>>...26

/dports/games/renpy/renpy-7.4.11-sdk/renpy/audio/
H A Dmusic.py29 from renpy.audio.audio import get_channel, get_serial
98 c = get_channel(channel)
203 c = get_channel(channel)
248 c = get_channel(channel)
282 c = get_channel(channel)
306 c = get_channel(channel)
320 c = get_channel(channel)
331 c = renpy.audio.audio.get_channel(channel)
362 c = renpy.audio.audio.get_channel(channel)
435 c = get_channel(channel)
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dscc2698b.cpp554 channel = get_channel(device * 2 + 1); in write()
587 scc2698b_channel* channel = get_channel(port); in reset_port()
592 scc2698b_channel* channel = get_channel(port); in reset_port_tx()
597 scc2698b_channel* channel = get_channel(port); in reset_port_rx()
604 scc2698b_channel* channel = get_channel(port); in write_MR()
621 scc2698b_channel* channel = get_channel(port); in write_CSR()
628 scc2698b_channel* channel = get_channel(port); in write_CR()
671 scc2698b_channel* channel = get_channel(port); in write_THR()
677 scc2698b_channel* channel = get_channel(port); in read_MR()
695 scc2698b_channel* channel = get_channel(port); in read_SR()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dscc2698b.cpp554 channel = get_channel(device * 2 + 1); in write()
587 scc2698b_channel* channel = get_channel(port); in reset_port()
592 scc2698b_channel* channel = get_channel(port); in reset_port_tx()
597 scc2698b_channel* channel = get_channel(port); in reset_port_rx()
604 scc2698b_channel* channel = get_channel(port); in write_MR()
621 scc2698b_channel* channel = get_channel(port); in write_CSR()
628 scc2698b_channel* channel = get_channel(port); in write_CR()
671 scc2698b_channel* channel = get_channel(port); in write_THR()
677 scc2698b_channel* channel = get_channel(port); in read_MR()
695 scc2698b_channel* channel = get_channel(port); in read_SR()
[all …]
/dports/devel/libspice-server/spice-0.15.0/server/
H A Dmain-channel-client.cpp116 RedChannel *channel = get_channel(); in alloc_recv_buf()
131 RedChannel *channel = get_channel(); in release_recv_buf()
312 MainChannel *channel = get_channel(); in handle_migrate_connected()
326 RedChannel *channel = get_channel(); in handle_migrate_dst_do_seamless()
364 red_channel_debug(get_channel(), in handle_pong()
376 red_channel_debug(get_channel(), in handle_pong()
385 red_channel_warning(get_channel(), in handle_pong()
398 red_channel_warning(get_channel(), in handle_migrate_end()
403 red_channel_warning(get_channel(), in handle_migrate_end()
503 RedChannel *channel = get_channel(); in migrate()
[all …]
H A Dred-client.cpp72 auto channel = rcc->get_channel(); in migrate()
109 auto channel = rcc->get_channel(); in destroy()
129 RedChannelClient *RedClient::get_channel(int type, int id) in get_channel() function in RedClient
134 channel = rcc->get_channel(); in get_channel()
148 channel = rcc->get_channel(); in add_channel()
162 if (get_channel(type, id)) { in add_channel()
H A Dinputs-channel-client.cpp26 red_channel_warning(get_channel(), "error: too large incoming message"); in alloc_recv_buf()
39 get_channel()->release_keys(); in on_disconnect()
84 InputsChannel *inputs_channel = get_channel(); in on_mouse_motion()
H A Dspicevmc.cpp106 RedVmcChannel* get_channel() in get_channel() function in VmcChannelClient
108 return static_cast<RedVmcChannel*>(RedChannelClient::get_channel()); in get_channel()
269 RedVmcChannel *channel = rcc->get_channel(); in spicevmc_port_send_init()
300 channel = get_channel(); in on_disconnect()
334 channel = get_channel(); in handle_migrate_data()
397 channel = get_channel(); in handle_message()
437 RedVmcChannel *channel = get_channel(); in alloc_recv_buf()
461 RedVmcChannel *channel = get_channel(); in release_recv_buf()
484 RedVmcChannel *channel = rcc->get_channel(); in spicevmc_red_channel_send_data()
515 channel = rcc->get_channel(); in spicevmc_red_channel_send_migrate_data()
H A Dsound.cpp107 inline SndChannel* get_channel();
181 inline SndChannel* SndChannelClient::get_channel() in get_channel() function in SndChannelClient
243 return client->get_channel()->get_server(); in snd_channel_get_server()
339 SndChannel *channel = get_channel(); in XXX_CAST()
400 SndChannel *channel = client->get_channel(); in snd_send_volume()
431 SndChannel *channel = client->get_channel(); in snd_send_mute()
657 red_channel_warning(get_channel(), in XXX_CAST()
737 red_channel_warning(get_channel(), in config_socket()
747 red_channel_warning(get_channel(), in config_socket()
1023 SndChannel *channel = get_channel(); in init()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/perfschema/
H A Dtable_replication_applier_status.cc87 mi->get_channel() ? (uint)strlen(mi->get_channel()) : 0; in match()
88 memcpy(row.channel_name, mi->get_channel(), row.channel_name_length); in match()
196 mi->get_channel() ? (uint)strlen(mi->get_channel()) : 0; in make_row()
197 memcpy(m_row.channel_name, mi->get_channel(), m_row.channel_name_length); in make_row()
H A Dtable_replication_applier_configuration.cc92 mi->get_channel() ? (uint)strlen(mi->get_channel()) : 0; in match()
93 memcpy(row.channel_name, mi->get_channel(), row.channel_name_length); in match()
204 m_row.channel_name_length = mi->get_channel() ? strlen(mi->get_channel()) : 0; in make_row()
205 memcpy(m_row.channel_name, mi->get_channel(), m_row.channel_name_length); in make_row()
H A Dtable_replication_applier_status_by_worker.cc118 mi->get_channel() ? (uint)strlen(mi->get_channel()) : 0; in match()
119 memcpy(row.channel_name, mi->get_channel(), row.channel_name_length); in match()
142 mi->get_channel() ? (uint)strlen(mi->get_channel()) : 0; in match()
143 memcpy(row.channel_name, mi->get_channel(), row.channel_name_length); in match()
432 m_row.channel_name_length = strlen(mi->get_channel()); in make_row()
433 memcpy(m_row.channel_name, (char *)mi->get_channel(), in make_row()
482 m_row.channel_name_length = strlen(w->get_channel()); in make_row()
483 memcpy(m_row.channel_name, (char *)w->get_channel(), in make_row()
H A Dtable_replication_connection_status.cc144 mi->get_channel() ? (uint)strlen(mi->get_channel()) : 0; in match()
145 memcpy(row.channel_name, mi->get_channel(), row.channel_name_length); in match()
296 m_row.channel_name_length = mi->get_channel() ? strlen(mi->get_channel()) : 0; in make_row()
297 memcpy(m_row.channel_name, mi->get_channel(), m_row.channel_name_length); in make_row()
300 channel_map.is_group_replication_channel_name(mi->get_channel(), true)) { in make_row()
/dports/security/cowrie/cowrie-2.2.0/src/cowrie/ssh_proxy/protocols/
H A Dssh.py215 channel = self.get_channel(channel_id, other_parent)
234 channel = self.get_channel(self.extract_int(4), parent)
245 channel = self.get_channel(self.extract_int(4), parent)
250 channel = self.get_channel(self.extract_int(4), parent)
289 channel = self.get_channel(self.extract_int(4), parent)
303 channel = self.get_channel(self.extract_int(4), parent)
307 channel = self.get_channel(self.extract_int(4), parent)
353 def get_channel(self, channel_num, parent): member in SSH
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dexport_channel_selector.cc174 PortExportChannelSelector::RouteCols::get_channel (uint32_t channel) in get_channel() function in PortExportChannelSelector::RouteCols
271 r_it->set_value (route_cols.get_channel (chn).label, string ("(none)")); in set_config()
279 r_it->set_value (route_cols.get_channel (i).port, port); in set_config()
280 r_it->set_value (route_cols.get_channel (i).label, label); in set_config()
359 it->set_value (route_cols.get_channel (n_channels).label, label); in set_channel_count()
400 boost::weak_ptr<AudioPort> weak_port = row[route_cols.get_channel (i).port]; in update_config()
422 iter->set_value (route_cols.get_channel (i).label, std::string ("")); in update_toggle_selection()
426 iter->set_value (route_cols.get_channel (i).label, std::string("(none)")); in update_toggle_selection()
427 iter->set_value (route_cols.get_channel (i).port, boost::weak_ptr<AudioPort> ()); in update_toggle_selection()
450 iter->set_value (route_cols.get_channel (channel).label, new_text); in update_selection_text()
[all …]
/dports/irc/sic/sic-0.23a/
H A Dcommands.c87 ctmp = get_channel(NULL);
163 ctmp = get_channel(p);
260 if (get_channel(NULL) == NULL)
262 p = get_channel(NULL)->chname;
268 fmt = get_channel(p) ? (*cmd == 'P') ? F_MYPUBM : F_MYPUBN :
271 select_active(get_channel(p) ? p : NULL, 0);
272 if (*cmd == 'P' && get_channel(p) == NULL)
281 flags |= get_channel(p) ? LOG_PUBLIC : LOG_PRIVATE;
283 && !get_option(Z_VCTCP, (get_channel(p)) ? p : NULL))
546 if (get_channel(NULL))
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/contrib/pyln-client/tests/
H A Dtest_gossmap.py32 assert g.get_channel("686386x1093x1") is None
47 channel2 = g.get_channel("686200x1137x0")
48 assert g.get_channel("686386x1093x1") is None
67 chan = g.get_channel("103x1x1")
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dmidisynth.h206 channel* get_channel(int ch);
217 …void note_on(int channel, int note, int velocity){ get_channel(channel)->note_on(note, velocity); } in note_on()
218 …void note_off(int channel, int note, int velocity){ get_channel(channel)->note_off(note, velocity)… in note_off()
219 …void polyphonic_key_pressure(int channel, int note, int value){ get_channel(channel)->polyphonic_k… in polyphonic_key_pressure()
220 …void control_change(int channel, int control, int value){ get_channel(channel)->control_change(con… in control_change()
221 … void program_change(int channel, int program){ get_channel(channel)->program_change(program); } in program_change()
222 … void channel_pressure(int channel, int value){ get_channel(channel)->channel_pressure(value); } in channel_pressure()
223 … void pitch_bend_change(int channel, int value){ get_channel(channel)->pitch_bend_change(value); } in pitch_bend_change()
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dstaff-performer.cc59 int get_channel (const string &instrument);
258 Staff_performer::get_channel (const string &instrument) in get_channel() function in Staff_performer
319 channel_ = get_channel (voice); in acknowledge_audio_element()
321 channel_ = get_channel (str); in acknowledge_audio_element()
325 channel_ = get_channel (str); in acknowledge_audio_element()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dstaff-performer.cc59 int get_channel (const string &instrument);
254 Staff_performer::get_channel (const string &instrument) in get_channel() function in Staff_performer
315 channel_ = get_channel (voice); in acknowledge_audio_element()
317 channel_ = get_channel (str); in acknowledge_audio_element()
321 channel_ = get_channel (str); in acknowledge_audio_element()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/perfschema/
H A Dtable_replication_applier_configuration.cc163 m_row.channel_name_length= mi->get_channel() ? strlen(mi->get_channel()):0; in make_row()
164 memcpy(m_row.channel_name, mi->get_channel(), m_row.channel_name_length); in make_row()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/perfschema/
H A Dtable_replication_applier_configuration.cc163 m_row.channel_name_length= mi->get_channel() ? strlen(mi->get_channel()):0; in make_row()
164 memcpy(m_row.channel_name, mi->get_channel(), m_row.channel_name_length); in make_row()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/perfschema/
H A Dtable_replication_applier_configuration.cc163 m_row.channel_name_length= mi->get_channel() ? strlen(mi->get_channel()):0; in make_row()
164 memcpy(m_row.channel_name, mi->get_channel(), m_row.channel_name_length); in make_row()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/perfschema/
H A Dtable_replication_applier_configuration.cc163 m_row.channel_name_length= mi->get_channel() ? strlen(mi->get_channel()):0; in make_row()
164 memcpy(m_row.channel_name, mi->get_channel(), m_row.channel_name_length); in make_row()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/perfschema/
H A Dtable_replication_applier_configuration.cc163 m_row.channel_name_length= mi->get_channel() ? strlen(mi->get_channel()):0; in make_row()
164 memcpy(m_row.channel_name, mi->get_channel(), m_row.channel_name_length); in make_row()
/dports/databases/mysql57-client/mysql-5.7.36/storage/perfschema/
H A Dtable_replication_applier_configuration.cc163 m_row.channel_name_length= mi->get_channel() ? strlen(mi->get_channel()):0; in make_row()
164 memcpy(m_row.channel_name, mi->get_channel(), m_row.channel_name_length); in make_row()

12345678910>>...26