/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/ble_peripheral/ |
A D | peripheral_app.c | 89 void app_handle_dev_state_evt(T_GAP_DEV_STATE new_state, uint16_t cause) in app_handle_dev_state_evt() 138 void app_handle_conn_state_evt(uint8_t conn_id, T_GAP_CONN_STATE new_state, uint16_t disc_cause) in app_handle_conn_state_evt() 190 void app_handle_authen_state_evt(uint8_t conn_id, uint8_t new_state, uint16_t cause) in app_handle_authen_state_evt()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/ |
A D | rtl8721d_pll.c | 62 void PLL_I2S_Set(u32 new_state) in PLL_I2S_Set() 126 void PLL_PCM_Set(u32 new_state) in PLL_PCM_Set()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/bt_config/ |
A D | bt_config_peripheral_app.c | 139 void bt_config_app_handle_dev_state_evt(T_GAP_DEV_STATE new_state, uint16_t cause) in bt_config_app_handle_dev_state_evt() 191 void bt_config_app_handle_conn_state_evt(uint8_t conn_id, T_GAP_CONN_STATE new_state, uint16_t disc… in bt_config_app_handle_conn_state_evt() 273 void bt_config_app_handle_authen_state_evt(uint8_t conn_id, uint8_t new_state, uint16_t cause) in bt_config_app_handle_authen_state_evt()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/vendor_cmd/ |
A D | vendor_cmd.c | 14 T_GAP_DEV_STATE new_state; in mailbox_to_bt() local 33 T_GAP_DEV_STATE new_state; in mailbox_to_bt_set_profile_report() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/ble_central/ |
A D | ble_central_client_app.c | 93 void ble_central_app_handle_dev_state_evt(T_GAP_DEV_STATE new_state, uint16_t cause) in ble_central_app_handle_dev_state_evt() 150 void ble_central_app_handle_conn_state_evt(uint8_t conn_id, T_GAP_CONN_STATE new_state, uint16_t di… in ble_central_app_handle_conn_state_evt() 206 void ble_central_app_handle_authen_state_evt(uint8_t conn_id, uint8_t new_state, uint16_t cause) in ble_central_app_handle_authen_state_evt()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/ |
A D | bt_example_entry.c | 32 T_GAP_DEV_STATE new_state; in bt_example_init_thread() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/bt_beacon/ |
A D | bt_beacon_app.c | 78 void bt_beacon_app_handle_dev_state_evt(T_GAP_DEV_STATE new_state, uint16_t cause) in bt_beacon_app_handle_dev_state_evt()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | vm.c | 986 …mp_code_state_t *new_state = mp_obj_fun_bc_prepare_codestate(*sp, unum & 0xff, (unum >> 8) & 0xff,… in mp_execute_bytecode() local 1027 mp_code_state_t *new_state = mp_obj_fun_bc_prepare_codestate(out_args.fun, in mp_execute_bytecode() local 1072 …mp_code_state_t *new_state = mp_obj_fun_bc_prepare_codestate(*sp, n_args + adjust, n_kw, sp + 2 - … in mp_execute_bytecode() local 1112 mp_code_state_t *new_state = mp_obj_fun_bc_prepare_codestate(out_args.fun, in mp_execute_bytecode() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/bluetooth/gap/ |
A D | gap_msg.h | 156 T_GAP_DEV_STATE new_state; member 165 uint8_t new_state; member 181 uint8_t new_state; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/si/ |
A D | rl6548.c | 32 void AUDIO_SI_Cmd(u8 new_state) in AUDIO_SI_Cmd() 96 void AUDIO_SI_ClkCmd(u8 new_state) in AUDIO_SI_ClkCmd()
|
/AliOS-Things-master/components/netmgr/src/ |
A D | netmgr_conn.c | 154 int netmgr_conn_state_change(netmgr_conn_t *conn, netmgr_conn_state_t new_state) in netmgr_conn_state_change()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | thread_pool.cc | 64 void ChangeState(State new_state, Task* task = nullptr) { in ChangeState()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/ |
A D | dhcp.c | 1388 dhcp_set_state(struct dhcp *dhcp, u8_t new_state) in dhcp_set_state()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | idec_dec.c | 292 static void ChangeState(WebPIDecoder* const idec, DecState new_state, in ChangeState()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/ |
A D | reference_ops.h | 544 const float new_state = in LstmCell() local 804 FS new_state = gemmlowp::SaturatingAdd( in LstmCell() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | legacy_optimized_ops.h | 3304 FS new_state = gemmlowp::SaturatingAdd( in LstmCell() local 3373 FS new_state = gemmlowp::SaturatingAdd( in LstmCell() local
|
A D | optimized_ops.h | 3070 FS new_state = gemmlowp::SaturatingAdd( in LstmCell() local 3139 FS new_state = gemmlowp::SaturatingAdd( in LstmCell() local
|