Home
last modified time | relevance | path

Searched refs:enable_send (Results 1 – 13 of 13) sorted by relevance

/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/session/phone/
H A Dmediarecorder.cc176 BaseChannel* channel, bool enable_send, bool enable_recv, in EnableChannel() argument
186 sink->Enable(enable_send); in EnableChannel()
187 if (enable_send) { in EnableChannel()
205 if (enable_send) { in EnableChannel()
H A Dmediarecorder.h93 bool EnableChannel(BaseChannel* channel, bool enable_send, bool enable_recv,
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsession_export.cc109 _mmc->enable_send (false); in pre_export()
432 _mmc->enable_send (_pre_export_mmc_enabled); in finalize_audio_export()
H A Dsession_state.cc4166 _mmc->enable_send (Config->get_send_mmc ()); in config_changed()
/dports/games/flightgear-data/fgdata/Nasal/
H A Dmp_broadcast.nas92 # enable_send - Set to 0 to disable sending.
106 enable_send=1) {
109 send_node : enable_send ? props.globals.getNode(mpp_path, 1)
127 if (enable_send and (obj.send_node == nil)) {
/dports/comms/gammu/gammu-1.42.0/smsd/
H A Dcore.h96 gboolean enable_send; member
H A Dcore.c842 Config->enable_send = INI_GetBool(Config->smsdcfgfile, "smsd", "send", TRUE); in SMSD_ReadConfig()
860 Config->enable_send, Config->enable_receive); in SMSD_ReadConfig()
2337 if (Config->enable_send && (difftime(lastloop, lastnothingsent) >= Config->commtimeout)) { in SMSD_MainLoop()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/ndbapi/
H A Dtrp_client.hpp63 void enable_send(NodeId node);
H A Dtrp_client.cpp173 trp_client::enable_send(NodeId node) in enable_send() function in trp_client
H A DTransporterFacade.cpp4093 clnt->enable_send(node); in enable_send_buffer()
4098 clnt->enable_send(node); in enable_send_buffer()
/dports/audio/ardour6/Ardour-6.8.0/libs/midi++2/midi++/
H A Dmmc.h111 void enable_send (bool);
/dports/audio/ardour6/Ardour-6.8.0/libs/midi++2/
H A Dmmc.cc649 MachineControl::enable_send (bool yn) in enable_send() function in MachineControl
/dports/comms/gammu/gammu-1.42.0/smsd/services/
H A Dsql.c698 vars[0].v.s = Config->enable_send ? "yes" : "no"; in SMSDSQL_InitAfterConnect()