Searched refs:list_append (Results 1 – 18 of 18) sorted by relevance
/system/bt/osi/test/ |
D | list_test.cc | 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() 74 for (size_t i = 0; i < ARRAY_SIZE(x); ++i) list_append(list, &x[i]); in TEST_F() 85 for (size_t i = 0; i < ARRAY_SIZE(x); ++i) list_append(list, &x[i]); in TEST_F() 96 for (size_t i = 0; i < ARRAY_SIZE(x); ++i) list_append(list, &x[i]); in TEST_F() 109 for (size_t i = 0; i < ARRAY_SIZE(x); ++i) list_append(list, &x[i]); in TEST_F() 141 list_append(list, &list); in TEST_F() 167 for (size_t i = 0; i < ARRAY_SIZE(x); ++i) list_append(list, &x[i]); in TEST_F() 184 for (size_t i = 0; i < ARRAY_SIZE(x); ++i) list_append(list, &x[i]); in TEST_F()
|
/system/bt/osi/include/ |
D | list.h | 93 bool list_append(list_t* list, void* data);
|
/system/bt/osi/src/ |
D | fixed_queue.cc | 124 list_append(queue->list, data); in fixed_queue_enqueue() 155 list_append(queue->list, data); in fixed_queue_try_enqueue()
|
D | list.cc | 119 bool list_append(list_t* list, void* data) { in list_append() function
|
D | reactor.cc | 212 list_append(reactor->invalidation_list, obj); in reactor_unregister()
|
/system/sepolicy/tools/ |
D | check_seapp.c | 228 void list_append(list *list, list_element *e) { in list_append() function 693 list_append(&rm->violations, &assert->listify); in rule_map_validate() 851 list_append(&input_file_list, &(tmp->listify)); in init() 986 list_append(&input_file_list, &input_file->listify); in handle_options() 1045 list_append(list_to_addto, &entry->listify); in rule_add()
|
/system/bt/device/src/ |
D | interop.cc | 93 list_append(interop_list, entry); in interop_database_add()
|
/system/bt/hci/src/ |
D | hci_inject.cc | 141 if (!list_append(clients, client)) { in accept_ready()
|
D | hci_layer.cc | 414 list_append(commands_pending_response, wait_entry); in event_command_ready()
|
/system/bt/osi/test/fuzzers/list/ |
D | fuzz_list.cc | 177 list_append(list, buf); in callArbitraryFunction()
|
/system/bt/btif/src/ |
D | btif_sock_sco.cc | 170 list_append(sco_sockets, sco_socket); in sco_socket_establish_locked()
|
D | btif_sock_rfc.cc | 907 list_append(slot->incoming_queue, p_buf); in bta_co_rfc_data_incoming() 923 list_append(slot->incoming_queue, p_buf); in bta_co_rfc_data_incoming()
|
D | btif_rc.cc | 3184 list_append(p_dev->rc_supported_event_list, p_event); in handle_get_capability_response()
|
/system/bt/stack/btm/ |
D | btm_dev.cc | 522 list_append(btm_cb.sec_dev_rec, p_dev_rec); in btm_sec_allocate_dev_rec()
|
/system/bt/stack/l2cap/ |
D | l2c_main.cc | 130 list_append(l2cb.rcv_pending_q, p_msg); in l2c_rcv_acl_data()
|
D | l2c_link.cc | 986 list_append(p_lcb->link_xmit_data_q, p_buf); in l2c_link_check_send_pkts()
|
/system/bt/bta/av/ |
D | bta_av_main.cc | 1203 list_append(p_scbi->a2dp_list, p_new); in bta_av_dup_audio_buf()
|
D | bta_av_aact.cc | 2216 list_append(p_scb->a2dp_list, p_buf); in bta_av_data_path()
|