Home
last modified time | relevance | path

Searched refs:isMicrophoneEnabled (Results 1 – 3 of 3) sorted by relevance

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_refcount.h131 channel->isMicrophoneEnabled = sccp_always_true;
136 channel->isMicrophoneEnabled = sccp_always_false;
H A Dsccp_channel.h100 boolean_t (*isMicrophoneEnabled) (void); member
H A Dsccp_channel.c85 c->isMicrophoneEnabled = sccp_always_true; in setMicrophoneState()
90 c->isMicrophoneEnabled = sccp_always_false; in setMicrophoneState()
272 channel->isMicrophoneEnabled = sccp_always_true; in sccp_channel_allocate()
829 if (!channel->isMicrophoneEnabled()) { in sccp_channel_openReceiveChannel()
989 if (!channel->isMicrophoneEnabled()) { in sccp_channel_startMediaTransmission()