Searched refs:old_state (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | thread_pool.cc | 66 State old_state = state_.load(std::memory_order_relaxed); in ChangeState() local 67 RUY_DCHECK_NE(old_state, new_state); in ChangeState() 68 switch (old_state) { in ChangeState()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_stream.cxx | 205 int old_state; in _tiffosSeekProc() local 207 ios::iostate old_state; in _tiffosSeekProc() 211 old_state = os->rdstate(); in _tiffosSeekProc() 228 os->clear(old_state); in _tiffosSeekProc()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_app/a2dp_codecs/include/ |
A D | app_a2dp_codecs.h | 19 uint8_t a2dp_codec_confirm_stream_state(uint8_t index, uint8_t old_state, uint8_t new_state);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | netif.c | 1123 u8_t old_state; in netif_ip6_addr_set_state() local 1127 old_state = netif_ip6_addr_state(netif, addr_idx); in netif_ip6_addr_set_state() 1129 if (old_state != state) { in netif_ip6_addr_set_state() 1130 u8_t old_valid = old_state & IP6_ADDR_VALID; in netif_ip6_addr_set_state() 1154 if ((old_state & IP6_ADDR_PREFERRED) != (state & IP6_ADDR_PREFERRED)) { in netif_ip6_addr_set_state()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/ |
A D | a2dp_api.h | 575 …uint8_t btif_a2dp_confirm_stream_state(a2dp_stream_t *Stream, uint8_t old_state, uint8_t new_state… 599 uint8_t a2dp_stream_confirm_stream_state(uint8_t index, uint8_t old_state, uint8_t new_state);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | api_msg.c | 378 enum netconn_state old_state; local 386 old_state = conn->state; 389 if (old_state == NETCONN_CLOSE) { 418 if ((old_state == NETCONN_WRITE) || (old_state == NETCONN_CLOSE) || 419 (old_state == NETCONN_CONNECT)) {
|
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_evdev_kbd.c | 669 int old_state = kbd->shift_state; in k_shift() local 699 if (up_flag && kbd->shift_state != old_state && kbd->npadch != -1) { in k_shift()
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | conn.c | 1679 bt_conn_state_t old_state; in bt_conn_set_state() local 1688 old_state = conn->state; in bt_conn_set_state() 1692 switch (old_state) { in bt_conn_set_state() 1739 switch (old_state) { in bt_conn_set_state()
|
A D | rfcomm.c | 254 u8_t old_state = dlc->state; in rfcomm_dlc_disconnect() local 264 switch (old_state) { in rfcomm_dlc_disconnect()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/common/api/ |
A D | lePhone_rw_ble_error.txt | 61 [BLE_GAPM]: Func: gapm_update_state, Line: 833 old_state 0, operation: 1, busy: 0
|
Completed in 30 milliseconds