Home
last modified time | relevance | path

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

/aosp12/system/bt/bta/hf_client/
H A Dbta_hf_client_main.cc468 if (bta_hf_client_cb_arr.cb[handle - 1].is_allocated) in bta_hf_client_find_cb_by_handle()
497 i, client_cb->is_allocated); in bta_hf_client_find_cb_by_bda()
520 bool is_allocated = client_cb->is_allocated; in bta_hf_client_find_cb_by_rfc_handle() local
524 handle, is_allocated, conn_handle); in bta_hf_client_find_cb_by_rfc_handle()
526 if (is_allocated && conn_handle == handle) { in bta_hf_client_find_cb_by_rfc_handle()
531 handle, is_allocated, conn_handle); in bta_hf_client_find_cb_by_rfc_handle()
591 if (client_cb->is_allocated) { in bta_hf_client_allocate_handle()
604 client_cb->is_allocated = true; in bta_hf_client_allocate_handle()
659 if (bta_hf_client_cb_arr.cb[i].is_allocated) { in bta_hf_client_api_disable()
752 client_cb->is_allocated = false; in bta_hf_client_sm_execute()
[all …]
H A Dbta_hf_client_int.h187 bool is_allocated; /* if the control block is already allocated */ member