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

1 2 3 4 5

  /external/bluetooth/bluedroid/osi/include/
list.h 29 bool list_remove(list_t *list, void *data);
  /external/bluetooth/bluedroid/osi/src/
fixed_queue.c 104 list_remove(queue->list, ret);
135 list_remove(queue->list, ret);
alarm.c 125 list_remove(alarms, alarm);
158 list_remove(alarms, alarm);
208 bool alarm_valid = list_remove(alarms, alarm);
reactor.c 111 list_remove(reactor->objects, obj);
list.c 141 bool list_remove(list_t *list, void *data) { function
  /external/bluetooth/bluedroid/osi/test/
list_test.cpp 55 EXPECT_TRUE(list_remove(list, &list));
65 EXPECT_FALSE(list_remove(list, &x));
  /external/bluetooth/bluedroid/btif/src/
btif_profile_queue.c 77 list_remove(connect_queue, list_front(connect_queue));
btif_sock_rfc.c 872 list_remove(rs->incoming_queue, p_buf);
875 list_remove(rs->incoming_queue, p_buf);
    [all...]
  /hardware/libhardware_legacy/uevent/
uevent.c 128 LIST_REMOVE(h, list);
  /system/core/include/cutils/
list.h 74 static inline void list_remove(struct listnode *item) function
  /hardware/qcom/audio/post_proc/
bundle.c 146 list_remove(&context->output_node);
276 list_remove(&out_ctxt->outputs_list_node);
468 list_remove(&context->effects_list_node);
  /system/core/liblog/
log_read_kern.c 173 list_remove(&entry->node);
184 list_remove(&logger->node);
486 list_remove(&firstentry->node);
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeLlcpServiceSocket.cpp 58 LIST_REMOVE(pListenData, entries);
  /system/core/adb/
adb_auth_client.c 103 list_remove(item);
  /external/ipsec-tools/src/racoon/
handler.c 403 LIST_REMOVE(iph1, chain);
697 LIST_REMOVE(iph2, chain);
788 LIST_REMOVE(iph2, ph1bind);
1007 LIST_REMOVE(r, chain);
sainfo.c 211 LIST_REMOVE(si, chain);
  /hardware/qcom/audio/hal/audio_extn/
hfp.c 241 list_remove(&uc_info->list);
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_pcb.c 307 LIST_REMOVE(vrf, next_vrf);
366 LIST_REMOVE(sctp_ifnp, next_bucket);
367 LIST_REMOVE(sctp_ifnp, next_ifn);
512 LIST_REMOVE(sctp_ifap, next_ifa);
876 LIST_REMOVE(sctp_ifap, next_bucket);
    [all...]
sctp_auth.c 551 LIST_REMOVE(skey, next);
1287 LIST_REMOVE(skey, next);
1319 LIST_REMOVE(skey, next);
    [all...]
  /device/htc/flounder/audio/visualizer/
nv_offload_visualizer.c 255 list_remove(&context->output_node);
442 list_remove(&out_ctxt->outputs_list_node);
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 267 list_remove(&context->output_node);
489 list_remove(&out_ctxt->outputs_list_node);
    [all...]
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 121 static ListNode* list_remove(
345 static ListNode* list_remove( function
363 free(list_remove(node, cleanup_value, cleanup_value_data));
    [all...]
  /hardware/qcom/audio/hal/
voice.c 91 list_remove(&uc_info->list);
  /hardware/qcom/audio/voice_processing/
voice_processing.c 324 list_remove(&session->node);
696 list_remove(&session->node);
  /external/chromium_org/third_party/libevent/compat/sys/
queue.h 196 #define LIST_REMOVE(elm, field) do { \

Completed in 478 milliseconds

1 2 3 4 5