Searched defs:clients (Results 1 - 2 of 2) sorted by relevance

/system/bt/hci/src/
H A Dhci_inject.cc65 static list_t* clients; variable
74 CHECK(clients == NULL);
82 clients = list_new(client_free);
83 if (!clients) goto error;
105 list_free(clients);
110 clients = NULL;
138 if (!list_append(clients, client)) {
157 list_remove(clients, client);
/system/bt/bta/jv/
H A Dbta_jv_act.cc69 struct fc_client* clients; member in struct:fc_channel
2290 t->next_chan_list = fc->clients;
2291 fc->clients = t;
2315 t = tc->clients;
2322 tc->clients = fc->next_chan_list;
2348 tc->clients,
2355 tc->clients,
2427 t = fcclient_find_by_addr(tc->clients, &bd_addr);
2514 while ((fcclient = fcchan->clients)) {

Completed in 232 milliseconds