Home
last modified time | relevance | path

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

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_channel.h217 SCCP_API sccp_selectedchannel_t * SCCP_CALL sccp_device_find_selectedchannel(constDevicePtr d, cons…
H A Dsccp_softkeys.c555 if ((selectedchannel = sccp_device_find_selectedchannel(device, c))) { in sccp_sk_select()
H A Dsccp_channel.c2301 if ((sccp_selected_channel = sccp_device_find_selectedchannel(d, channel))) { in sccp_channel_clean()
3353 sccp_selectedchannel_t *sccp_device_find_selectedchannel(constDevicePtr d, constChannelPtr channel) in sccp_device_find_selectedchannel() function