/system/bt/osi/test/ |
list_test.cpp | 45 EXPECT_TRUE(list_append(list, &list)); 53 list_append(list, &list); 63 list_append(list, &list); 75 list_append(list, &x[i]); 87 list_append(list, &x[i]); 99 list_append(list, &x[i]); 113 list_append(list, &x[i]); 144 list_append(list, &list); 171 list_append(list, &x[i]); 189 list_append(list, &x[i]) [all...] |
/external/libcap-ng/libcap-ng-0.7/utils/ |
proc-llist.h | 53 void list_append(llist *l, lnode *node);
|
proc-llist.c | 36 void list_append(llist *l, lnode *node) function
|
netcap.c | 202 list_append(&l, &node);
|
/system/bt/osi/include/ |
list.h | 72 bool list_append(list_t *list, void *data);
|
/system/bt/btif/src/ |
btif_profile_queue.c | 86 list_append(connect_queue, p_node);
|
btif_sock_sco.c | 171 list_append(sco_sockets, sco_socket);
|
btif_sock_rfc.c | 852 list_append(slot->incoming_queue, p_buf); 867 list_append(slot->incoming_queue, p_buf);
|
/system/bt/osi/src/ |
fixed_queue.c | 121 list_append(queue->list, data); 150 list_append(queue->list, data);
|
hash_map.c | 155 return list_append(hash_bucket_list, hash_map_entry);
|
list.c | 123 bool list_append(list_t *list, void *data) { function
|
reactor.c | 207 list_append(reactor->invalidation_list, obj);
|
config.c | 216 list_append(config->sections, sec); 229 list_append(sec->entries, entry);
|
/system/bt/stack/l2cap/ |
l2cap_client.c | 112 list_append(l2cap_clients, ret); 381 list_append(client->outbound_fragments, bt_packet); 392 list_append(client->outbound_fragments, fragment);
|
l2c_link.c | [all...] |
l2c_main.c | 105 list_append(l2cb.rcv_pending_q, p_msg); [all...] |
/system/bt/device/src/ |
interop.c | 83 list_append(interop_list, entry);
|
/system/bt/hci/src/ |
hci_inject.c | 139 if (!list_append(clients, client)) {
|
hci_layer.c | 483 list_append(commands_pending_response, wait_entry);
|
/system/sepolicy/tools/ |
check_seapp.c | 225 void list_append(list *list, list_element *e) { function 664 list_append(&rm->violations, &assert->listify); 822 list_append(&input_file_list, &(tmp->listify)); 958 list_append(&input_file_list, &input_file->listify); 1016 list_append(list_to_addto, &entry->listify);
|
/system/bt/stack/btm/ |
btm_dev.c | 81 list_append(btm_cb.sec_dev_rec, p_dev_rec); 252 list_append(btm_cb.sec_dev_rec, p_dev_rec);
|
btm_ble.c | 85 list_append(btm_cb.sec_dev_rec, p_dev_rec); [all...] |
/system/bt/bta/gatt/ |
bta_gattc_cache.c | 224 list_append(p_srvc_cb->p_srvc_cache, p_new_srvc); 260 list_append(service->characteristics, characteristic); 309 list_append(service->included_svc, isvc); 327 list_append(char_node->descriptors, descriptor); [all...] |
/system/bt/bta/hh/ |
bta_hh_le.c | 96 list_append(gatt_op_queue_executing, executing_conn_id); 210 list_append(gatt_op_queue, op); 228 list_append(gatt_op_queue, op); [all...] |
/system/bt/bta/av/ |
bta_av_main.c | [all...] |