Home
last modified time | relevance | path

Searched refs:SWIGTYPE_p_switch_event_types_t (Results 1 – 6 of 6) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_java/src/org/freeswitch/swig/
H A DSWIGTYPE_p_switch_event_types_t.java11 public class SWIGTYPE_p_switch_event_types_t { class
14 …protected SWIGTYPE_p_switch_event_types_t(long cPtr, @SuppressWarnings("unused") boolean futureUse… in SWIGTYPE_p_switch_event_types_t() method in SWIGTYPE_p_switch_event_types_t
18 protected SWIGTYPE_p_switch_event_types_t() { in SWIGTYPE_p_switch_event_types_t() method in SWIGTYPE_p_switch_event_types_t
22 protected static long getCPtr(SWIGTYPE_p_switch_event_types_t obj) { in getCPtr()
H A DEventConsumer.java47 public void setE_event_id(SWIGTYPE_p_switch_event_types_t value) { in setE_event_id()
48 …freeswitchJNI.EventConsumer_e_event_id_set(swigCPtr, this, SWIGTYPE_p_switch_event_types_t.getCPtr… in setE_event_id()
51 public SWIGTYPE_p_switch_event_types_t getE_event_id() { in getE_event_id()
52 …return new SWIGTYPE_p_switch_event_types_t(freeswitchJNI.EventConsumer_e_event_id_get(swigCPtr, th… in getE_event_id()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_lua/
H A Dmod_lua_wrap.cpp2700 #define SWIGTYPE_p_switch_event_types_t swig_types[22] macro
5094 if (!SWIG_IsOK(SWIG_ConvertPtr(L,2,(void**)&argp2,SWIGTYPE_p_switch_event_types_t,0))){ in _wrap_EventConsumer_e_event_id_set()
5095 SWIG_fail_ptr("EventConsumer_e_event_id_set",2,SWIGTYPE_p_switch_event_types_t); in _wrap_EventConsumer_e_event_id_set()
5126 SWIG_NewPointerObj(L,(void *) resultptr,SWIGTYPE_p_switch_event_types_t,1); SWIG_arg++; in _wrap_EventConsumer_e_event_id_get()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_perl/
H A Dmod_perl_wrap.cpp1552 #define SWIGTYPE_p_switch_event_types_t swig_types[19] macro
4570 res2 = SWIG_ConvertPtr(ST(1), &argp2, SWIGTYPE_p_switch_event_types_t, 0 ); in XS()
4609 …ypes_t(static_cast< const switch_event_types_t& >(result))), SWIGTYPE_p_switch_event_types_t, SWIG… in XS()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_python/
H A Dmod_python_wrap.cpp3042 #define SWIGTYPE_p_switch_event_types_t swig_types[18] macro
5845 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_switch_event_types_t, 0 | 0); in _wrap_EventConsumer_e_event_id_set()
5880 …ypes_t(static_cast< const switch_event_types_t& >(result))), SWIGTYPE_p_switch_event_types_t, SWIG… in _wrap_EventConsumer_e_event_id_get()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs6161 public class SWIGTYPE_p_switch_event_types_t { class
6164 internal SWIGTYPE_p_switch_event_types_t(global::System.IntPtr cPtr, bool futureUse) { in SWIGTYPE_p_switch_event_types_t() method in FreeSWITCH.Native.SWIGTYPE_p_switch_event_types_t
6168 protected SWIGTYPE_p_switch_event_types_t() { in SWIGTYPE_p_switch_event_types_t() method in FreeSWITCH.Native.SWIGTYPE_p_switch_event_types_t
6172 …tic global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_switch_event_types_t obj) { in getCPtr()
12455 …public static switch_status_t switch_name_event(string name, SWIGTYPE_p_switch_event_types_t type)… in switch_name_event()
12456 …= (switch_status_t)freeswitchPINVOKE.switch_name_event(name, SWIGTYPE_p_switch_event_types_t.getCP… in switch_name_event()