Home
last modified time | relevance | path

Searched refs:is_allocated (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/hf_client/
Dbta_hf_client_main.cc471 if (bta_hf_client_cb_arr.cb[handle - 1].is_allocated) in bta_hf_client_find_cb_by_handle()
496 if (client_cb->is_allocated && peer_addr == client_cb->peer_addr) { in bta_hf_client_find_cb_by_bda()
500 i, client_cb->is_allocated); in bta_hf_client_find_cb_by_bda()
523 bool is_allocated = client_cb->is_allocated; in bta_hf_client_find_cb_by_rfc_handle() local
527 handle, is_allocated, conn_handle); in bta_hf_client_find_cb_by_rfc_handle()
529 if (is_allocated && conn_handle == handle) { in bta_hf_client_find_cb_by_rfc_handle()
534 handle, is_allocated, conn_handle); in bta_hf_client_find_cb_by_rfc_handle()
557 if (client_cb->is_allocated && client_cb->sco_idx == handle) { in bta_hf_client_find_cb_by_sco_handle()
594 if (client_cb->is_allocated) { in bta_hf_client_allocate_handle()
607 client_cb->is_allocated = true; in bta_hf_client_allocate_handle()
[all …]
Dbta_hf_client_int.h182 bool is_allocated; /* if the control block is already allocated */ member
/system/bt/stack/gatt/
Dgatt_utils.cc879 bool is_allocated = false; in gatt_is_clcb_allocated() local
883 is_allocated = true; in gatt_is_clcb_allocated()
888 return is_allocated; in gatt_is_clcb_allocated()