/AliOS-Things-master/components/amp_adapter/platform/aos/network/ |
A D | aos_wifi.c | 20 netmgr_hdl_t hdl; in aos_wifi_set_ifconfig() local 30 netmgr_hdl_t hdl; in aos_wifi_get_ifconfig() local 40 netmgr_hdl_t hdl; in aos_wifi_set_msg_cb() local 50 netmgr_hdl_t hdl; in aos_wifi_del_msg_cb() local 66 netmgr_hdl_t hdl; in aos_wifi_connect() local 89 netmgr_hdl_t hdl; in aos_get_wifi_info() local 127 netmgr_hdl_t hdl; in aos_wifi_disconnect() local 137 netmgr_hdl_t hdl; in aos_wifi_get_state() local
|
/AliOS-Things-master/components/amp_adapter/platform/linux/ |
A D | aos_wifi.c | 19 netmgr_hdl_t hdl; member 129 int netmgr_set_ifconfig(netmgr_hdl_t hdl, netmgr_ifconfig_info_t* info) in netmgr_set_ifconfig() 148 void netmgr_set_auto_reconnect(netmgr_hdl_t hdl, bool enable) in netmgr_set_auto_reconnect() 154 int netmgr_get_config(netmgr_hdl_t hdl, netmgr_config_t* config) in netmgr_get_config() 160 int netmgr_del_config(netmgr_hdl_t hdl, netmgr_del_config_t* config) in netmgr_del_config() 166 netmgr_conn_state_t netmgr_get_state(netmgr_hdl_t hdl) in netmgr_get_state() 171 int netmgr_connect(netmgr_hdl_t hdl, netmgr_connect_params_t* params) in netmgr_connect() 180 int netmgr_disconnect(netmgr_hdl_t hdl) in netmgr_disconnect() 185 int netmgr_save_config(netmgr_hdl_t hdl) in netmgr_save_config() 196 int netmgr_set_msg_cb(netmgr_hdl_t hdl, netmgr_msg_cb_t cb) in netmgr_set_msg_cb() [all …]
|
/AliOS-Things-master/components/netmgr/src/ |
A D | netmgr_service.c | 24 netmgr_hdl_t hdl; member 125 netmgr_type_t get_hdl_type(netmgr_hdl_t hdl) in get_hdl_type() 265 void netmgr_set_auto_reconnect(netmgr_hdl_t hdl, bool enable) in netmgr_set_auto_reconnect() 283 int netmgr_get_config(netmgr_hdl_t hdl, netmgr_config_t* config) in netmgr_get_config() 293 int netmgr_del_config(netmgr_hdl_t hdl, netmgr_del_config_t* config) in netmgr_del_config() 304 netmgr_conn_state_t netmgr_get_state(netmgr_hdl_t hdl) in netmgr_get_state() 315 int netmgr_connect(netmgr_hdl_t hdl, netmgr_connect_params_t* params) in netmgr_connect() 325 int netmgr_disconnect(netmgr_hdl_t hdl) in netmgr_disconnect() 333 int netmgr_save_config(netmgr_hdl_t hdl) in netmgr_save_config() 341 int netmgr_set_msg_cb(netmgr_hdl_t hdl, netmgr_msg_cb_t cb) in netmgr_set_msg_cb() [all …]
|
A D | netmgr_eth.c | 14 netmgr_hdl_t hdl; member 156 int netmgr_config_eth(netmgr_hdl_t hdl, eth_mac_duplex_e duplex, eth_mac_speed_e speed) in netmgr_config_eth()
|
A D | netmgr_gprs.c | 17 netmgr_hdl_t hdl; member 157 int netmgr_config_gprs(netmgr_hdl_t hdl, int mode) in netmgr_config_gprs()
|
A D | netmgr_wifi.c | 149 netmgr_hdl_t hdl; member 482 static int wifi_get_mac(netmgr_hdl_t hdl, uint8_t *mac) in wifi_get_mac() 1880 int netmgr_wifi_init(netmgr_hdl_t hdl) in netmgr_wifi_init() 1984 void netmgr_wifi_deinit(netmgr_hdl_t hdl) in netmgr_wifi_deinit() 2029 void* netmgr_wifi_get_netif(netmgr_hdl_t hdl) in netmgr_wifi_get_netif() 2287 int netmgr_wifi_connect(netmgr_hdl_t hdl, netmgr_wifi_params_t *params) in netmgr_wifi_connect() 2591 int netmgr_wifi_disconnect(netmgr_hdl_t hdl) in netmgr_wifi_disconnect() 2706 int netmgr_wifi_set_msg_cb(netmgr_hdl_t hdl, netmgr_msg_cb_t cb) in netmgr_wifi_set_msg_cb() 2761 int netmgr_wifi_del_msg_cb(netmgr_hdl_t hdl, netmgr_msg_cb_t cb) in netmgr_wifi_del_msg_cb() 2991 int netmgr_wifi_save_config(netmgr_hdl_t hdl) in netmgr_wifi_save_config() [all …]
|
A D | netmgr_ethernet.c | 377 int netmgr_eth_init(netmgr_hdl_t hdl) in netmgr_eth_init()
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/ |
A D | audio.c | 136 static int codec_pcm_stream_start(pcm_stream_handler_t hdl) in codec_pcm_stream_start() 156 static int codec_pcm_stream_write(pcm_stream_handler_t hdl, void *buf, unsigned int len) in codec_pcm_stream_write() 172 static int codec_pcm_stream_read(pcm_stream_handler_t hdl, void *buf, unsigned int len) in codec_pcm_stream_read() 193 static int codec_pcm_stream_pause(pcm_stream_handler_t hdl, int enable) in codec_pcm_stream_pause() 209 static int codec_pcm_stream_suspend(pcm_stream_handler_t hdl) in codec_pcm_stream_suspend() 220 static int codec_pcm_stream_resume(pcm_stream_handler_t hdl) in codec_pcm_stream_resume() 231 static int codec_pcm_stream_stop(pcm_stream_handler_t hdl) in codec_pcm_stream_stop() 248 static int codec_pcm_stream_close(pcm_stream_handler_t hdl) in codec_pcm_stream_close() 272 static int codec_pcm_stream_recover(pcm_stream_handler_t hdl) in codec_pcm_stream_recover()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/netmgr/ |
A D | module_netmgr.c | 30 netmgr_hdl_t hdl; member 40 netmgr_hdl_t hdl; in js_cb_conn_status() local 77 netmgr_hdl_t hdl; in check_ip_task() local 127 netmgr_hdl_t hdl; in native_netmgr_service_deinit() local 190 netmgr_hdl_t hdl; in native_netmgr_set_auto_reconnect() local 217 netmgr_hdl_t hdl; in native_netmgr_connect() local 287 netmgr_hdl_t hdl; in native_netmgr_disconnect() local 315 netmgr_hdl_t hdl; in native_netmgr_get_state() local 332 netmgr_hdl_t hdl; in native_netmgr_save_config() local 377 netmgr_hdl_t hdl; in native_netmgr_set_ifconfig() local [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | audio.c | 227 static int codec_pcm_stream_start(pcm_stream_handler_t hdl) in codec_pcm_stream_start() 244 static int codec_pcm_stream_write(pcm_stream_handler_t hdl, void *buf, unsigned int len) in codec_pcm_stream_write() 259 static int codec_pcm_stream_read(pcm_stream_handler_t hdl, void *buf, unsigned int len) in codec_pcm_stream_read() 296 static int codec_pcm_stream_pause(pcm_stream_handler_t hdl, int enable) in codec_pcm_stream_pause() 312 static int codec_pcm_stream_suspend(pcm_stream_handler_t hdl) in codec_pcm_stream_suspend() 323 static int codec_pcm_stream_resume(pcm_stream_handler_t hdl) in codec_pcm_stream_resume() 334 static int codec_pcm_stream_stop(pcm_stream_handler_t hdl) in codec_pcm_stream_stop() 351 static int codec_pcm_stream_close(pcm_stream_handler_t hdl) in codec_pcm_stream_close() 370 static int codec_pcm_stream_recover(pcm_stream_handler_t hdl) in codec_pcm_stream_recover()
|
/AliOS-Things-master/components/a2sa/src/driver/platform/rtos/ |
A D | template.c | 15 csi_codec_output_t hdl; member 123 csi_codec_output_t *hdl; member 219 pcm_stream_handler_t hdl = NULL; in codec_pcm_stream_open() local 231 static int playback_start(void *hdl) in playback_start() 248 static int codec_pcm_stream_start(pcm_stream_handler_t hdl) in codec_pcm_stream_start() 285 static int playback_pause(void *hdl, int enable) in playback_pause() 315 static int codec_pcm_stream_suspend(pcm_stream_handler_t hdl) in codec_pcm_stream_suspend() 326 static int codec_pcm_stream_resume(pcm_stream_handler_t hdl) in codec_pcm_stream_resume() 337 static int codec_pcm_stream_stop(pcm_stream_handler_t hdl) in codec_pcm_stream_stop() 352 static int codec_pcm_stream_close(pcm_stream_handler_t hdl) in codec_pcm_stream_close() [all …]
|
/AliOS-Things-master/components/py_engine/modules/netmgr/ |
A D | modnetmgr.c | 56 netmgr_hdl_t hdl = netmgr_get_dev(WIFI_DEV_PATH); in hapy_netmgr_init() local 146 netmgr_hdl_t hdl = netmgr_get_dev(WIFI_DEV_PATH); in hapy_netmgr_getDev() local 153 netmgr_hdl_t hdl = netmgr_get_dev(WIFI_DEV_PATH); in hapy_netmgr_autoReconnect() local 162 netmgr_hdl_t hdl = netmgr_get_dev(WIFI_DEV_PATH); in hapy_netmgr_autoSavaAP() local 220 netmgr_hdl_t hdl = netmgr_get_dev(WIFI_DEV_PATH); in hapy_netmgr_getConfig() local 249 netmgr_hdl_t hdl = netmgr_get_dev(WIFI_DEV_PATH); in hapy_netmgr_saveConfig() local 263 netmgr_hdl_t hdl = netmgr_get_dev(WIFI_DEV_PATH); in hapy_netmgr_deleteConfig() local 271 netmgr_hdl_t hdl = netmgr_get_dev(WIFI_DEV_PATH); in hapy_netmgr_getChannelList() local 297 netmgr_hdl_t hdl = netmgr_get_dev(WIFI_DEV_PATH); in hapy_netmgr_setChannelList() local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/netmgr/ |
A D | module_netmgr.c | 31 netmgr_hdl_t hdl; member 51 netmgr_hdl_t hdl; in js_cb_conn_status() local 110 netmgr_hdl_t hdl; in check_ip_task() local 171 netmgr_hdl_t hdl; in native_netmgr_service_deinit() local 237 netmgr_hdl_t hdl; in native_netmgr_set_auto_reconnect() local 263 netmgr_hdl_t hdl; in native_netmgr_connect() local 379 netmgr_hdl_t hdl; in native_netmgr_disconnect() local 406 netmgr_hdl_t hdl; in native_netmgr_get_state() local 421 netmgr_hdl_t hdl; in native_netmgr_save_config() local 464 netmgr_hdl_t hdl; in native_netmgr_set_ifconfig() local [all …]
|
/AliOS-Things-master/components/osal_aos/rhino/include/ |
A D | rhino_p.h | 17 #define CHECK_HANDLE(hdl) do { \ argument
|
/AliOS-Things-master/components/py_engine/modules/network/ |
A D | modnetwork.c | 130 netmgr_hdl_t hdl; // can get through netmgr_wifi_get_dev member 154 static int wifi_set_mac(netmgr_hdl_t hdl, uint8_t *mac) in wifi_set_mac() 159 static int wifi_get_mac(netmgr_hdl_t hdl, uint8_t *mac) in wifi_get_mac() 164 static int wifi_get_rssi(netmgr_hdl_t hdl, int *rssi) in wifi_get_rssi()
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/homepage/ |
A D | homepage.c | 104 netmgr_hdl_t hdl; in homepage_task() local
|
/AliOS-Things-master/components/osal_aos/include/aos/ |
A D | kernel.h | 160 aos_hdl_t hdl; /**< internel rhino handle */ member
|
/AliOS-Things-master/components/netmgr/include_inner/ |
A D | netmgr_conn.h | 18 netmgr_hdl_t hdl; member
|
/AliOS-Things-master/components/amp_adapter/platform/aos/ |
A D | aos_system.c | 80 netmgr_hdl_t hdl; in aos_get_ip() local
|
/AliOS-Things-master/components/a2sa/internal/driver/platform/rtos/ |
A D | audio_rtos.h | 65 pcm_stream_handler_t hdl; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/ |
A D | rtc_api.c | 327 alarm_irq_handler hdl; in rtc_alarm_intr_handler() local
|
/AliOS-Things-master/components/linksdk/portfiles/aiot_port/ |
A D | aos_port.c | 1213 void core_sysdep_mutex_lock(void *hdl) in core_sysdep_mutex_lock() 1223 void core_sysdep_mutex_unlock(void *hdl) in core_sysdep_mutex_unlock() 1233 void core_sysdep_mutex_deinit(void **hdl) in core_sysdep_mutex_deinit()
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/ |
A D | audio_provider.cc | 104 static int pcm_stream_read(void *hdl, void *buf, unsigned int len) in pcm_stream_read()
|
/AliOS-Things-master/hardware/board/haaseduk1/board_test/ |
A D | board_test.c | 251 netmgr_hdl_t hdl; in mfg_wifi_connect() local
|
/AliOS-Things-master/components/linkkit/wrappers/os/ |
A D | HAL_AWSS_rhino.c | 275 netmgr_hdl_t hdl; in HAL_Sys_Net_Is_Ready() local
|