HomeSort by relevance Sort by last modified time
    Searched refs:list_foreach (Results 1 - 16 of 16) sorted by null

  /system/bt/osi/test/
list_test.cpp 176 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/
list.h 14 // 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);
  /hardware/intel/common/wrs_omxil_core/utils/src/
list.c 90 list_foreach(list, entry) { function
254 list_foreach(list, ptr) { function
  /hardware/intel/common/wrs_omxil_core/utils/inc/
list.h 64 #define list_foreach(list, ptr) \ macro
  /hardware/intel/common/wrs_omxil_core/core/src/
wrs_omxcore.cpp 202 list_foreach(g_module_list, entry) { function
316 list_foreach(g_module_list, entry) { function
356 list_foreach(g_module_list, entry) { function
  /system/bt/stack/btm/
btm_dev.c 386 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, bd_addr);
btm_ble_privacy.c 266 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);
    [all...]
btm_ble_addr.c 371 list_node_t * n = list_foreach(btm_cb.sec_dev_rec, btm_ble_match_random_bda, NULL);
btm_devctl.c 164 list_foreach(btm_cb.sec_dev_rec, set_sec_state_idle, NULL);
    [all...]
btm_sec.c     [all...]
btm_ble_gap.c     [all...]
  /bionic/libc/bionic/
system_properties.cpp 709 static void list_foreach(List* list, Func func) { function
1013 list_foreach(contexts, [](context_node* l) { l->reset_access(); });
1055 list_foreach(contexts, [&fsetxattr_failed, &open_failed](context_node* l) {
    [all...]
  /system/bt/osi/src/
list.c 178 list_node_t *list_foreach(const list_t *list, list_iter_cb callback, void *context) { function
  /system/bt/bta/hh/
bta_hh_le.c 110 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)) {
    [all...]
  /system/bt/bta/gatt/
bta_gattc_cache.c 102 list_foreach(p_cur_srvc->characteristics, display_cache_attribute, NULL);
120 list_foreach(p_cache, display_cache_service, NULL);
    [all...]
  /system/bt/btif/src/
btif_rc.c     [all...]

Completed in 1917 milliseconds