Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hl.cc101 static list_t* soc_queue; variable
4120 for (const list_node_t* node = list_begin(soc_queue); in btif_hl_update_maxfd()
4121 node != list_end(soc_queue); node = list_next(node)) { in btif_hl_update_maxfd()
4241 list_append(soc_queue, (void*)p_scb); in btif_hl_create_socket()
4271 for (const list_node_t* node = list_begin(soc_queue); in btif_hl_add_socket_to_set()
4272 node != list_end(soc_queue); node = list_next(node)) { in btif_hl_add_socket_to_set()
4316 for (const list_node_t* node = list_begin(soc_queue); in btif_hl_close_socket()
4317 node != list_end(soc_queue); node = list_next(node)) { in btif_hl_close_socket()
4344 for (const list_node_t* node = list_begin(soc_queue); in btif_hl_close_socket()
4345 node != list_end(soc_queue);) { in btif_hl_close_socket()
[all …]