Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_inject.c56 static list_t *clients; variable
70 assert(clients == NULL); in hci_inject_open()
79 clients = list_new(client_free); in hci_inject_open()
80 if (!clients) in hci_inject_open()
104 list_free(clients); in hci_inject_close()
109 clients = NULL; in hci_inject_close()
143 if (!list_append(clients, client)) { in accept_ready()
160 list_remove(clients, client); in read_ready()
/system/core/adb/
DOVERVIEW.TXT11 for the benefit of clients (command-line users, or helper programs like
27 to orchestrate the exchange of data (packets, really) between clients,
36 few services for clients that run on the host.
81 This details the protocol used between ADB clients and the ADB
136 Each transport can carry one or more multiplexed streams between clients
/system/bt/bta/jv/
Dbta_jv_act.c69 struct fc_client *clients; member
2428 t->next_chan_list = fc->clients; in fcclient_alloc()
2429 fc->clients = t; in fcclient_alloc()
2459 t = tc->clients; in fcclient_free()
2467 tc->clients = fc->next_chan_list; in fcclient_free()
2493 t = fcclient_find_by_addr(tc->clients, bd_addr); // try to find an open socked for that addr in fcchan_conn_chng_cbk()
2498 … t = fcclient_find_by_addr(tc->clients, NULL); // try to find a listening socked for that channel in fcchan_conn_chng_cbk()
2569 …t = fcclient_find_by_addr(tc->clients, bd_addr); // try to find an open socked for that addr and c… in fcchan_data_cbk()
2662 while((fcclient = fcchan->clients)) { in bta_jv_l2cap_stop_server_le()