Searched refs:NsxHandle (Results 1 – 3 of 3) sorted by relevance
16 typedef struct NsxHandleT NsxHandle; typedef25 NsxHandle* WebRtcNsx_Create();34 void WebRtcNsx_Free(NsxHandle* nsxInst);49 int WebRtcNsx_Init(NsxHandle* nsxInst, uint32_t fs);64 int WebRtcNsx_set_policy(NsxHandle* nsxInst, int mode);79 void WebRtcNsx_Process(NsxHandle* nsxInst,
19 NsxHandle* WebRtcNsx_Create() { in WebRtcNsx_Create()24 return (NsxHandle*)self; in WebRtcNsx_Create()27 void WebRtcNsx_Free(NsxHandle* nsxInst) { in WebRtcNsx_Free()32 int WebRtcNsx_Init(NsxHandle* nsxInst, uint32_t fs) { in WebRtcNsx_Init()36 int WebRtcNsx_set_policy(NsxHandle* nsxInst, int mode) { in WebRtcNsx_set_policy()40 void WebRtcNsx_Process(NsxHandle* nsxInst, in WebRtcNsx_Process()
27 typedef NsxHandle NsState;