/system/bt/osi/test/ |
D | list_test.cpp | 45 EXPECT_TRUE(list_append(list, &list)); in TEST_F() 53 list_append(list, &list); in TEST_F() 63 list_append(list, &list); in TEST_F() 75 list_append(list, &x[i]); in TEST_F() 87 list_append(list, &x[i]); in TEST_F() 99 list_append(list, &x[i]); in TEST_F() 113 list_append(list, &x[i]); in TEST_F() 144 list_append(list, &list); in TEST_F() 171 list_append(list, &x[i]); in TEST_F() 189 list_append(list, &x[i]); in TEST_F()
|
/system/bt/osi/include/ |
D | list.h | 72 bool list_append(list_t *list, void *data);
|
/system/bt/osi/src/ |
D | fixed_queue.c | 121 list_append(queue->list, data); in fixed_queue_enqueue() 150 list_append(queue->list, data); in fixed_queue_try_enqueue()
|
D | config.c | 216 list_append(config->sections, sec); in config_set_string() 229 list_append(sec->entries, entry); in config_set_string()
|
D | list.c | 123 bool list_append(list_t *list, void *data) { in list_append() function
|
D | hash_map.c | 155 return list_append(hash_bucket_list, hash_map_entry); in hash_map_set()
|
D | reactor.c | 207 list_append(reactor->invalidation_list, obj); in reactor_unregister()
|
/system/bt/btif/src/ |
D | btif_profile_queue.c | 86 list_append(connect_queue, p_node); in queue_int_add()
|
D | btif_sock_sco.c | 171 list_append(sco_sockets, sco_socket); in sco_socket_establish_locked()
|
D | btif_sock_rfc.c | 852 list_append(slot->incoming_queue, p_buf); in bta_co_rfc_data_incoming() 867 list_append(slot->incoming_queue, p_buf); in bta_co_rfc_data_incoming()
|
D | btif_rc.c | 2349 list_append(btif_rc_cb.rc_supported_event_list, p_event); in handle_get_capability_response()
|
D | btif_hl.c | 4485 list_append(soc_queue, (void *)p_scb); in btif_hl_create_socket()
|
/system/bt/stack/l2cap/ |
D | l2cap_client.c | 112 list_append(l2cap_clients, ret); in l2cap_client_new() 381 list_append(client->outbound_fragments, bt_packet); in fragment_packet() 392 list_append(client->outbound_fragments, fragment); in fragment_packet()
|
D | l2c_main.c | 107 list_append(l2cb.rcv_pending_q, p_msg); in l2c_rcv_acl_data()
|
D | l2c_link.c | 1081 list_append(p_lcb->link_xmit_data_q, p_buf); in l2c_link_check_send_pkts()
|
/system/sepolicy/tools/ |
D | check_seapp.c | 225 void list_append(list *list, list_element *e) { in list_append() function 664 list_append(&rm->violations, &assert->listify); in rule_map_validate() 822 list_append(&input_file_list, &(tmp->listify)); in init() 958 list_append(&input_file_list, &input_file->listify); in handle_options() 1016 list_append(list_to_addto, &entry->listify); in rule_add()
|
/system/bt/device/src/ |
D | interop.c | 83 list_append(interop_list, entry); in interop_database_add()
|
/system/bt/hci/src/ |
D | hci_inject.c | 139 if (!list_append(clients, client)) { in accept_ready()
|
D | hci_layer.c | 483 list_append(commands_pending_response, wait_entry); in event_command_ready()
|
/system/bt/bta/gatt/ |
D | bta_gattc_cache.c | 224 list_append(p_srvc_cb->p_srvc_cache, p_new_srvc); in bta_gattc_add_srvc_to_cache() 260 list_append(service->characteristics, characteristic); in bta_gattc_add_char_to_cache() 309 list_append(service->included_svc, isvc); in bta_gattc_add_attr_to_cache() 328 list_append(char_node->descriptors, descriptor); in bta_gattc_add_attr_to_cache()
|
/system/bt/stack/btm/ |
D | btm_dev.c | 582 list_append(btm_cb.sec_dev_rec, p_dev_rec); in btm_sec_allocate_dev_rec()
|
/system/bt/bta/hh/ |
D | bta_hh_le.c | 96 list_append(gatt_op_queue_executing, executing_conn_id); in mark_as_executing() 203 list_append(gatt_op_queue, op); in gatt_queue_read_op() 221 list_append(gatt_op_queue, op); in gatt_queue_write_op()
|
/system/bt/bta/av/ |
D | bta_av_main.c | 1201 list_append(p_scbi->a2d_list, p_new); in bta_av_dup_audio_buf()
|
D | bta_av_aact.c | 2298 list_append(p_scb->a2d_list, p_buf); in bta_av_data_path()
|