Searched refs:list_end (Results 1 – 18 of 18) sorted by relevance
112 for (const list_node_t *node = list_begin(list); node != list_end(list); in TEST_F()126 for (const list_node_t *node = list_begin(list); node != list_end(list); in TEST_F()135 EXPECT_EQ(list_begin(list), list_end(list)); in TEST_F()142 EXPECT_NE(list_begin(list), list_end(list)); in TEST_F()143 EXPECT_EQ(list_next(list_begin(list)), list_end(list)); in TEST_F()
129 list_node_t* list_end(const list_t* list);
84 list_node_t* end = list_end(btm_cb.sec_dev_rec); in btm_free()
390 list_node_t* end = list_end(btm_cb.sec_dev_rec); in btm_consolidate_dev()472 list_node_t* end = list_end(btm_cb.sec_dev_rec); in btm_find_oldest_dev_rec()
224 list_node_t* end = list_end(btm_cb.sec_dev_rec); in btm_find_dev_by_identity_addr()
5545 for (const list_node_t* node = list_begin(list); node != list_end(list);) { in btm_sec_check_pending_enc_req()
216 list_end(list); in callArbitraryFunction()238 if (node != nullptr && node != list_end(list)) { in callArbitraryFunction()
55 for (const list_node_t* node = list_begin(list); node != list_end(list); in list_contains()189 list_node_t* list_end(UNUSED_ATTR const list_t* list) { in list_end() function
438 for (list_node_t* node = list_begin(alarms); node != list_end(alarms); in schedule_next_instance()441 if (next == list_end(alarms) || in schedule_next_instance()742 for (list_node_t* node = list_begin(alarms); node != list_end(alarms); in alarm_debug_dump()
75 node != list_end(queue->list); node = list_next(node)) in fixed_queue_free()
155 while (node != list_end(interop_list)) { in interop_match_dynamic_()
205 node != list_end(sco_sockets); node = list_next(node)) { in sco_socket_find_locked()
143 for (const list_node_t* node = list_begin(list); node != list_end(list); in gatt_set_srv_chg()289 for (const list_node_t* node = list_begin(list); node != list_end(list); in gatt_is_srv_chg_ind_pending()317 for (const list_node_t* node = list_begin(list); node != list_end(list); in gatt_is_bda_in_the_srv_chg_clt_list()
161 if (node != list_end(list)) p_rsp = (tGATTS_RSP*)list_node(node); in process_read_multi_rsp()
489 node != list_end(commands_pending_response); node = list_next(node)) { in command_timed_out_log_info()755 node != list_end(commands_pending_response); node = list_next(node)) { in get_waiting_command()
1562 for (; node_ack != list_end(list_ack); node_ack = list_next(node_ack)) { in retransmit_i_frames()1590 node_tmp != list_end(p_ccb->p_lcb->link_xmit_data_q);) { in retransmit_i_frames()1609 while (node_ack != list_end(list_ack)) { in retransmit_i_frames()2362 (node != list_end(list)) && (xx < num_bufs_acked); in l2c_fcr_collect_ack_delay()
1865 (num_to_flush > 0) && node != list_end(p_lcb->link_xmit_data_q);) { in L2CA_FlushChannel()1893 node != list_end(p_lcb->link_xmit_data_q); node = list_next(node)) { in L2CA_FlushChannel()
835 node != list_end(l2cb.rcv_pending_q);) { in l2c_process_held_packets()