Home
last modified time | relevance | path

Searched defs:K3LAPIBase (Results 1 – 2 of 2) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/commons/base/
H A Dk3lapi.hpp103 struct K3LAPIBase struct
171 struct failed_command
182 struct failed_raw_command
211 K3LAPIBase(); argument
212 virtual ~K3LAPIBase() {}; in ~K3LAPIBase() argument
221 inline bool valid_device(int32 dev) const in valid_device()
331 enum DspType
343 unsigned int _device_count;
344 unsigned int * _channel_count;
345 unsigned int * _link_count;
[all …]
H A Dk3lapi.cpp46 K3LAPIBase::K3LAPIBase() in K3LAPIBase() function in K3LAPIBase