Home
last modified time | relevance | path

Searched refs:list_next (Results 1 – 20 of 20) 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.cc391 node = list_next(node); in btm_consolidate_dev()
468 node = list_next(node)) { in btm_find_oldest_dev_rec()
Dbtm_ble_addr.cc269 node = list_next(node)) { in btm_find_dev_by_identity_addr()
Dbtm_sec.cc5811 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.cc442 node = list_next(node)) { in schedule_next_instance()
443 list_node_t* next = list_next(node); in schedule_next_instance()
747 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.cc162 node = list_next(node); in interop_match_dynamic_()
/system/bt/stack/l2cap/
Dl2cap_client.cc162 node != list_end(client->outbound_fragments); node = list_next(node)) in l2cap_client_disconnect()
454 node != list_end(l2cap_clients); node = list_next(node)) { in find()
Dl2c_fcr.cc1589 for (; node_ack != list_end(list_ack); node_ack = list_next(node_ack)) { in retransmit_i_frames()
1619 node_tmp = list_next(node_tmp); in retransmit_i_frames()
1638 node_ack = list_next(node_ack); in retransmit_i_frames()
2389 node = list_next(node), xx++) { in l2c_fcr_collect_ack_delay()
Dl2c_api.cc2221 node = list_next(node); in L2CA_FlushChannel()
2247 node != list_end(p_lcb->link_xmit_data_q); node = list_next(node)) { in L2CA_FlushChannel()
Dl2c_main.cc836 node = list_next(node); in l2c_process_held_packets()
/system/bt/hci/src/
Dhci_layer.cc453 node != list_end(commands_pending_response); node = list_next(node)) { in command_timed_out_log_info()
665 node != list_end(commands_pending_response); node = list_next(node)) { in get_waiting_command()
/system/bt/btif/src/
Dbtif_sock_sco.cc205 node != list_end(sco_sockets); node = list_next(node)) { in sco_socket_find_locked()
Dbtif_hl.cc4062 node != list_end(soc_queue); node = list_next(node)) { in btif_hl_update_maxfd()
4213 node != list_end(soc_queue); node = list_next(node)) { in btif_hl_add_socket_to_set()
4258 node != list_end(soc_queue); node = list_next(node)) { in btif_hl_close_socket()
4291 node = list_next(node); in btif_hl_close_socket()
4341 node != list_end(soc_queue); node = list_next(node)) { in btif_hl_select_monitor_callback()
Dbtif_rc.cc2779 node = list_next(node); in rc_notification_interim_timout()
3213 node = list_next(node); in handle_notification_response()
3246 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()