Home
last modified time | relevance | path

Searched refs:toxav_callback_call_state (Results 1 – 8 of 8) sorted by relevance

/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A Dtoxav_basic_test.c227 toxav_callback_call_state(AliceAV, t_toxav_call_state_cb, &AliceCC); in test_av_flows()
232 toxav_callback_call_state(BobAV, t_toxav_call_state_cb, &BobCC); in test_av_flows()
H A Dtoxav_many_test.c91 toxav_callback_call_state(av, t_toxav_call_state_cb, CC); in setup_av_instance()
/dports/net-im/tox/c-toxcore-0.2.13/toxav/
H A Dtoxav.h362 void toxav_callback_call_state(ToxAV *av, toxav_call_state_cb *callback, void *user_data);
H A Dtoxav.c395 void toxav_callback_call_state(ToxAV *av, toxav_call_state_cb *callback, void *user_data) in toxav_callback_call_state() function
/dports/net-im/uTox/uTox/src/av/
H A Dutox_av.c590 toxav_callback_call_state(av, &utox_callback_av_change_state, NULL); in set_av_callbacks()
/dports/net-im/py-toxcore-c/py-toxcore-c-0.2.0/pytox/
H A Dav.c308 toxav_callback_call_state(self->av, ToxAVCore_callback_call_state, self); in init_helper()
/dports/net-im/qTox/qTox-1.17.4/src/core/
H A Dcoreav.cpp97 toxav_callback_call_state(&toxav, CoreAV::stateCallback, this); in connectCallbacks()
/dports/net-im/toxic/toxic-0.11.3/src/
H A Daudio_call.c123 toxav_callback_call_state(CallControl.av, on_call_state, NULL); in init_audio()