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

/system/bt/bta/hf_client/
H A Dbta_hf_client_main.cc469 if (bta_hf_client_cb_arr.cb[handle - 1].is_allocated)
494 if (client_cb->is_allocated && peer_addr == client_cb->peer_addr) {
498 i, client_cb->is_allocated);
521 bool is_allocated = client_cb->is_allocated; local
525 handle, is_allocated, conn_handle);
527 if (is_allocated && conn_handle == handle) {
532 handle, is_allocated, conn_handle);
555 if (client_cb->is_allocated && client_cb->sco_idx == handle) {
592 if (client_cb->is_allocated) {
[all...]
H A Dbta_hf_client_int.h182 bool is_allocated; /* if the control block is already allocated */ member in struct:__anon190
/system/bt/stack/gatt/
H A Dgatt_utils.cc997 bool is_allocated = false; local
1001 is_allocated = true;
1006 return is_allocated;

Completed in 150 milliseconds