Home
last modified time | relevance | path

Searched refs:list_next (Results 1 – 19 of 19) sorted by relevance

/system/bt/osi/test/
Dlist_test.cc113 node = list_next(node), ++i) in TEST_F()
127 node = list_next(node), --i) in TEST_F()
143 EXPECT_EQ(list_next(list_begin(list)), list_end(list)); in TEST_F()
/system/bt/osi/include/
Dlist.h135 list_node_t* list_next(const list_node_t* node);
/system/bt/stack/btm/
Dbtm_main.cc90 node = list_next(node); in btm_free()
Dbtm_dev.cc397 node = list_next(node); in btm_consolidate_dev()
474 node = list_next(node)) { in btm_find_oldest_dev_rec()
Dbtm_ble_addr.cc226 node = list_next(node)) { in btm_find_dev_by_identity_addr()
Dbtm_sec.cc5547 node = list_next(node); in btm_sec_check_pending_enc_req()
/system/bt/osi/src/
Dlist.cc56 node = list_next(node)) { in list_contains()
194 list_node_t* list_next(const list_node_t* node) { in list_next() function
Dalarm.cc439 node = list_next(node)) { in schedule_next_instance()
440 list_node_t* next = list_next(node); in schedule_next_instance()
743 node = list_next(node)) { in alarm_debug_dump()
Dfixed_queue.cc75 node != list_end(queue->list); node = list_next(node)) in fixed_queue_free()
/system/bt/device/src/
Dinterop.cc164 node = list_next(node); in interop_match_dynamic_()
/system/bt/osi/test/fuzzers/list/
Dfuzz_list.cc227 list_next(node); in callArbitraryFunction()
/system/bt/btif/src/
Dbtif_sock_sco.cc205 node != list_end(sco_sockets); node = list_next(node)) { in sco_socket_find_locked()
Dbtif_rc.cc2860 node = list_next(node); in rc_notification_interim_timout()
3335 node = list_next(node); in handle_notification_response()
3368 node = list_next(node); in handle_notification_response()
/system/bt/stack/gatt/
Dgatt_utils.cc144 node = list_next(node)) { in gatt_set_srv_chg()
290 node = list_next(node)) { in gatt_is_srv_chg_ind_pending()
318 node = list_next(node)) { in gatt_is_bda_in_the_srv_chg_clt_list()
Dgatt_sr.cc160 node = list_next(node); in process_read_multi_rsp()
/system/bt/hci/src/
Dhci_layer.cc489 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()
/system/bt/stack/l2cap/
Dl2c_fcr.cc1562 for (; node_ack != list_end(list_ack); node_ack = list_next(node_ack)) { in retransmit_i_frames()
1592 node_tmp = list_next(node_tmp); in retransmit_i_frames()
1611 node_ack = list_next(node_ack); in retransmit_i_frames()
2363 node = list_next(node), xx++) { in l2c_fcr_collect_ack_delay()
Dl2c_api.cc1867 node = list_next(node); in L2CA_FlushChannel()
1893 node != list_end(p_lcb->link_xmit_data_q); node = list_next(node)) { in L2CA_FlushChannel()
Dl2c_main.cc837 node = list_next(node); in l2c_process_held_packets()