/aosp12/system/bt/osi/test/ |
H A 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()
|
/aosp12/system/bt/osi/src/ |
H A 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()
|
H A D | list.cc | 119 bool list_append(list_t* list, void* data) { in list_append() function
|
H A D | reactor.cc | 212 list_append(reactor->invalidation_list, obj); in reactor_unregister()
|
/aosp12/system/bt/osi/include/ |
H A D | list.h | 93 bool list_append(list_t* list, void* data);
|
/aosp12/system/sepolicy/tools/ |
H A D | check_seapp.c | 231 void list_append(list *list, list_element *e) { in list_append() function 743 list_append(&rm->violations, &assert->listify); in rule_map_validate() 901 list_append(&input_file_list, &(tmp->listify)); in init() 1036 list_append(&input_file_list, &input_file->listify); in handle_options() 1095 list_append(list_to_addto, &entry->listify); in rule_add()
|
/aosp12/system/bt/device/src/ |
H A D | interop.cc | 93 list_append(interop_list, entry); in interop_database_add()
|
/aosp12/system/bt/hci/src/ |
H A D | hci_inject.cc | 141 if (!list_append(clients, client)) { in accept_ready()
|
H A D | hci_layer.cc | 418 list_append(commands_pending_response, wait_entry); in event_command_ready()
|
/aosp12/system/bt/osi/test/fuzzers/list/ |
H A D | fuzz_list.cc | 177 list_append(list, buf); in callArbitraryFunction()
|
/aosp12/system/bt/btif/src/ |
H A D | btif_sock_sco.cc | 165 list_append(sco_sockets, sco_socket); in sco_socket_establish_locked()
|
H A D | btif_sock_rfc.cc | 890 list_append(slot->incoming_queue, p_buf); in bta_co_rfc_data_incoming() 906 list_append(slot->incoming_queue, p_buf); in bta_co_rfc_data_incoming()
|
H A D | btif_rc.cc | 3179 list_append(p_dev->rc_supported_event_list, p_event); in handle_get_capability_response()
|
/aosp12/system/bt/stack/btm/ |
H A D | btm_dev.cc | 492 list_append(btm_cb.sec_dev_rec, p_dev_rec); in btm_sec_allocate_dev_rec()
|
/aosp12/system/bt/test/stub/ |
H A D | osi.cc | 472 bool list_append(list_t* list, void* data) { in list_append() function
|
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_main.cc | 127 list_append(l2cb.rcv_pending_q, p_msg); in l2c_rcv_acl_data()
|
H A D | l2c_link.cc | 882 list_append(p_lcb->link_xmit_data_q, p_buf); in l2c_link_check_send_pkts()
|
/aosp12/system/bt/bta/av/ |
H A D | bta_av_main.cc | 1073 list_append(p_scbi->a2dp_list, p_new); in bta_av_dup_audio_buf()
|
H A D | bta_av_aact.cc | 2161 list_append(p_scb->a2dp_list, p_buf); in bta_av_data_path()
|