HomeSort by relevance Sort by last modified time
    Searched refs:conn_state (Results 1 - 13 of 13) sorted by null

  /external/valgrind/main/auxprogs/
valgrind-di-server.c 176 static ConnState conn_state[M_CONNECTIONS]; variable
660 /* Handle a transaction for conn_state[conn_no]. There is incoming
664 leaves conn_state[conn_no] in a not-in-use state. */
672 assert(conn_state[conn_no].in_use);
676 Int sd = conn_state[conn_no].conn_sd;
719 if (conn_state[conn_no].file_fd == 0) {
724 conn_state[conn_no].file_fd,
725 conn_state[conn_no].file_size);
737 if (conn_state[conn_no].file_fd != 0) {
747 conn_count, conn_state[conn_no].session_id, filename )
    [all...]
  /external/bluetooth/bluedroid/stack/hid/
hid_conn.h 41 UINT8 conn_state; member in struct:hid_conn
hidh_conn.c 114 hh_cb.devices[xx].conn.conn_state = HID_CONN_STATE_UNUSED;
137 p_hcon->conn_state = HID_CONN_STATE_DISCONNECTING;
150 p_hcon->conn_state = HID_CONN_STATE_UNUSED;
172 if( res == BTM_SUCCESS && p_dev->conn.conn_state == HID_CONN_STATE_SECURITY )
176 p_dev->conn.conn_state = HID_CONN_STATE_CONNECTING_INTR;
189 p_dev->conn.conn_state = HID_CONN_STATE_UNUSED;
232 if (p_hcon->conn_state != HID_CONN_STATE_CONNECTING_INTR)
235 p_hcon->conn_state);
243 p_hcon->conn_state = HID_CONN_STATE_UNUSED;
245 if (p_hcon->conn_state != HID_CONN_STATE_UNUSED
    [all...]
hidh_api.c 398 hh_cb.devices[dev_handle].conn.conn_state = HID_CONN_STATE_UNUSED;
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c 376 if ( p_cb->conn_state == BLE_CONN_IDLE )
380 if ((p_cb->conn_state == BLE_CONN_IDLE && btm_ble_count_unconn_dev_in_whitelist() > 0)
417 if (p_cb->conn_state == BLE_BG_CONN)
431 BTM_TRACE_ERROR("conn_st = %d, not in auto conn state, can not stop.", p_cb->conn_state);
654 return btm_cb.ble_ctr_cb.conn_state;
667 btm_cb.ble_ctr_cb.conn_state = new_st;
btm_ble_int.h 289 tBTM_BLE_CONN_ST conn_state; member in struct:__anon5857
btm_devctl.c 668 btm_cb.ble_ctr_cb.conn_state = BLE_CONN_IDLE;
    [all...]
btm_ble.c 497 if (new_param && p_ble_cb->conn_state == BLE_BG_CONN)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_conn.c 109 static int conn_state(BIO *b, BIO_CONNECT *c);
128 static int conn_state(BIO *b, BIO_CONNECT *c) function
410 ret=conn_state(b,data);
437 ret=conn_state(b,data);
473 ret=(long)conn_state(b,data);
  /external/openssl/crypto/bio/
bss_conn.c 109 static int conn_state(BIO *b, BIO_CONNECT *c);
128 static int conn_state(BIO *b, BIO_CONNECT *c) function
410 ret=conn_state(b,data);
437 ret=conn_state(b,data);
473 ret=(long)conn_state(b,data);
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 685 bta_dm_cb.device_list.peer_device[i].conn_state = BTA_DM_UNPAIRING;
    [all...]
bta_dm_int.h 854 tBTA_DM_CONN_STATE conn_state; member in struct:__anon5154
    [all...]
bta_dm_api.c     [all...]

Completed in 219 milliseconds