HomeSort by relevance Sort by last modified time
    Searched refs:list_remove (Results 1 - 25 of 59) sorted by null

1 2 3

  /system/bt/osi/include/
list.h 79 bool list_remove(list_t *list, void *data);
  /system/bt/btif/src/
btif_profile_queue.c 91 list_remove(connect_queue, list_front(connect_queue));
btif_sock_sco.c 286 list_remove(sco_sockets, sco_socket);
305 list_remove(sco_sockets, sco_socket);
326 list_remove(sco_sockets, sco_socket);
  /system/core/include/cutils/
list.h 74 static inline void list_remove(struct listnode *item) function
  /system/bt/osi/src/
fixed_queue.c 134 list_remove(queue->list, ret);
166 list_remove(queue->list, ret);
204 removed = list_remove(queue->list, data);
hash_map.c 142 UNUSED_ATTR bool rc = list_remove(hash_bucket_list, hash_map_entry);
171 return list_remove(hash_bucket_list, hash_map_entry);
list.c 143 bool list_remove(list_t *list, void *data) { function
alarm.c 427 list_remove(alarms, alarm);
658 list_remove(alarms, alarm);
  /system/core/liblog/
pmsg_reader.c 468 list_remove(&content->node);
513 list_remove(content_node);
522 list_remove(content_node);
542 list_remove(content_node);
550 list_remove(content_node);
562 list_remove(content_node);
583 list_remove(node);
logger_write.c 147 list_remove(&transport->node);
154 list_remove(&transport->node);
162 list_remove(&transport->node);
169 list_remove(&transport->node);
logger_read.c 46 list_remove(&logger_internal->node);
311 list_remove(&transp->node);
467 list_remove(&transp->node);
  /system/bt/osi/test/
list_test.cpp 54 EXPECT_TRUE(list_remove(list, &list));
64 EXPECT_FALSE(list_remove(list, &x));
  /system/bt/hci/src/
hci_inject.c 156 list_remove(clients, client);
  /system/core/adb/
adb_auth_client.cpp 106 list_remove(item);
  /hardware/qcom/audio/msm8909/hal/audio_extn/
utils.c 376 list_remove(node_j);
381 list_remove(node_j);
384 list_remove(node_i);
fm.c 136 list_remove(&uc_info->list);
spkr_protection.c 505 list_remove(&uc_info_rx->list);
510 list_remove(&uc_info_tx->list);
872 list_remove(&uc_info_tx->list);
    [all...]
  /hardware/qcom/audio/msm8909/post_proc/
bundle.c 152 list_remove(&context->output_node);
287 list_remove(&out_ctxt->outputs_list_node);
492 list_remove(&context->effects_list_node);
  /hardware/qcom/audio/post_proc/
bundle.c 147 list_remove(&context->output_node);
277 list_remove(&out_ctxt->outputs_list_node);
469 list_remove(&context->effects_list_node);
  /system/bt/stack/btm/
btm_dev.c 477 list_remove(btm_cb.sec_dev_rec, p_dev_rec);
492 list_remove(btm_cb.sec_dev_rec, p_dev_rec);
  /system/bt/stack/l2cap/
l2cap_client.c 125 list_remove(l2cap_clients, client);
405 list_remove(client->outbound_fragments, packet);
  /hardware/qcom/audio/hal/audio_extn/
spkr_protection.c 499 list_remove(&uc_info_rx->list);
504 list_remove(&uc_info_tx->list);
863 list_remove(&uc_info_tx->list);
890 list_remove(&uc_info_tx->list);
  /system/core/libcutils/
android_reboot.c 180 list_remove(&item->list);
  /hardware/qcom/audio/msm8909/voice_processing/
voice_processing.c 324 list_remove(&session->node);
706 list_remove(&session->node);
  /hardware/qcom/audio/voice_processing/
voice_processing.c 325 list_remove(&session->node);
699 list_remove(&session->node);

Completed in 587 milliseconds

1 2 3