Searched refs:list_foreach (Results 1 - 12 of 12) sorted by relevance

/system/bt/osi/test/
H A Dlist_test.cpp176 list_node_t *rc = list_foreach(list, list_callback_sum, &sum);
194 list_node_t *rc = list_foreach(list, list_callback_find_int, &find);
200 rc = list_foreach(list, list_callback_find_int, &find);
206 rc = list_foreach(list, list_callback_find_int, &find);
212 rc = list_foreach(list, list_callback_find_int, &find);
/system/bt/osi/include/
H A Dlist.h14 // Iterator callback prototype used for |list_foreach|.
16 // user defined value passed into |list_foreach|.
93 list_node_t *list_foreach(const list_t *list, list_iter_cb callback, void *context);
/system/bt/stack/btm/
H A Dbtm_dev.c386 list_node_t *n = list_foreach(btm_cb.sec_dev_rec, is_handle_equal, &handle);
426 list_node_t *n = list_foreach(btm_cb.sec_dev_rec, is_address_equal, (void*)bd_addr);
H A Dbtm_ble_privacy.c266 list_foreach(btm_cb.sec_dev_rec, clear_resolving_list_bit, NULL);
969 list_node_t *n = list_foreach(btm_cb.sec_dev_rec, is_on_resolving_list, NULL);
H A Dbtm_ble_addr.c371 list_node_t * n = list_foreach(btm_cb.sec_dev_rec, btm_ble_match_random_bda, NULL);
H A Dbtm_devctl.c164 list_foreach(btm_cb.sec_dev_rec, set_sec_state_idle, NULL);
H A Dbtm_sec.c3083 list_node_t *node = list_foreach(btm_cb.sec_dev_rec, is_state_getting_name, NULL);
5842 list_node_t *n = list_foreach(btm_cb.sec_dev_rec, is_sec_state_equal, &state);
H A Dbtm_ble_gap.c1003 list_node_t *n = list_foreach(btm_cb.sec_dev_rec, is_resolving_list_bit_set, NULL);
/system/bt/osi/src/
H A Dlist.c178 list_node_t *list_foreach(const list_t *list, list_iter_cb callback, void *context) { function
/system/bt/bta/hh/
H A Dbta_hh_le.c110 list_foreach(gatt_op_queue_executing, rm_exec_conn_id, &conn_id);
133 list_foreach(gatt_op_queue, rm_op_by_conn_id, &conn_id);
154 list_node_t *op_node = list_foreach(gatt_op_queue, find_op_by_conn_id, &conn_id);
161 if (gatt_op_queue_executing && list_foreach(gatt_op_queue_executing, exec_list_contains, &conn_id)) {
/system/bt/bta/gatt/
H A Dbta_gattc_cache.c102 list_foreach(p_cur_srvc->characteristics, display_cache_attribute, NULL);
120 list_foreach(p_cache, display_cache_service, NULL);
/system/bt/btif/src/
H A Dbtif_rc.c2013 list_foreach(btif_rc_cb.rc_supported_event_list,
2478 list_foreach(btif_rc_cb.rc_supported_event_list,

Completed in 103 milliseconds