Searched refs:new_st (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_bgconn.c639 void btm_ble_set_conn_st(tBTM_BLE_CONN_ST new_st) argument
641 btm_cb.ble_ctr_cb.conn_state = new_st;
H A Dbtm_ble_int.h270 extern void btm_ble_set_conn_st(tBTM_BLE_CONN_ST new_st);
/external/bluetooth/bluedroid/bta/include/
H A Dbta_fs_co.h222 tBTA_FS_CO_SESS_ST new_st, char *p_path, UINT8 *p_info, UINT8 app_id);
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_act.c69 new_st);
2693 new_st)
2702 new_st);
2708 p_msg->state = new_st;
2692 bta_jv_set_pm_conn_state(tBTA_JV_PM_CB *p_cb, const tBTA_JV_CONN_STATE new_st) argument
/external/bluetooth/bluedroid/btif/co/
H A Dbta_fs_co.c1130 tBTA_FS_CO_SESS_ST new_st, char *p_path, UINT8 *p_info, UINT8 app_id)
1129 bta_fs_co_session_info(BD_ADDR bd_addr, UINT8 *p_sess_info, UINT8 ssn, tBTA_FS_CO_SESS_ST new_st, char *p_path, UINT8 *p_info, UINT8 app_id) argument
/external/elfutils/src/
H A Dldgeneric.c7004 struct stat new_st; local
7005 if (stat (ld_state.outfname, &new_st) != 0
7006 || new_st.st_ino != temp_st.st_ino
7007 || new_st.st_dev != temp_st.st_dev)

Completed in 491 milliseconds