Home
last modified time | relevance | path

Searched refs:list_remove (Results 1 – 25 of 33) sorted by relevance

12

/system/core/liblog/
Dconfig_read.c81 list_remove(&transport->node); in __android_log_config_read_close()
84 list_remove(&transport->node); in __android_log_config_read_close()
Dconfig_write.c112 list_remove(&transport->node); in __android_log_config_write_close()
116 list_remove(&transport->node); in __android_log_config_write_close()
Dpmsg_reader.c480 list_remove(&content->node); in __android_log_pmsg_file_read()
525 list_remove(content_node); in __android_log_pmsg_file_read()
534 list_remove(content_node); in __android_log_pmsg_file_read()
554 list_remove(content_node); in __android_log_pmsg_file_read()
562 list_remove(content_node); in __android_log_pmsg_file_read()
574 list_remove(content_node); in __android_log_pmsg_file_read()
595 list_remove(node); in __android_log_pmsg_file_read()
Dlogger_read.c44 list_remove(&logger_internal->node); in android_logger_free()
302 list_remove(&transp->node); in android_logger_open()
476 list_remove(&logger_list_internal->node); in android_logger_list_free()
487 list_remove(&transp->node); in android_logger_list_free()
Dlogger_write.c203 list_remove(&transport->node); in __write_to_log_initialize()
210 list_remove(&transport->node); in __write_to_log_initialize()
218 list_remove(&transport->node); in __write_to_log_initialize()
225 list_remove(&transport->node); in __write_to_log_initialize()
Dlocal_logger.c171 list_remove(node); in LogBufferClear()
224 list_remove(node); in LogBufferLog()
494 list_remove(node); in writeToLocalClear()
/system/bt/osi/src/
Dfixed_queue.cc139 list_remove(queue->list, ret); in fixed_queue_dequeue()
171 list_remove(queue->list, ret); in fixed_queue_try_dequeue()
201 removed = list_remove(queue->list, data); in fixed_queue_try_remove_from_queue()
Dconfig.cc241 return list_remove(config->sections, sec); in config_remove_section()
253 return list_remove(sec->entries, entry); in config_remove_key()
Dlist.cc138 bool list_remove(list_t* list, void* data) { in list_remove() function
Dalarm.cc375 list_remove(alarms, alarm); in remove_pending_alarm()
605 list_remove(alarms, alarm); in callback_dispatch()
/system/bt/stack/btm/
Dbtm_dev.cc274 list_remove(btm_cb.sec_dev_rec, p_dev_rec); in btm_sec_free_dev()
421 list_remove(btm_cb.sec_dev_rec, p_dev_rec); in btm_consolidate_dev()
433 list_remove(btm_cb.sec_dev_rec, p_dev_rec); in btm_consolidate_dev()
523 list_remove(btm_cb.sec_dev_rec, p_dev_rec); in btm_sec_allocate_dev_rec()
/system/bt/btif/src/
Dbtif_sock_sco.cc293 list_remove(sco_sockets, sco_socket); in connect_completed_cb()
310 list_remove(sco_sockets, sco_socket); in disconnect_completed_cb()
328 list_remove(sco_sockets, sco_socket); in socket_read_ready_cb()
Dbtif_profile_queue.cc93 list_remove(connect_queue, list_front(connect_queue)); in queue_int_advance()
Dbtif_sock_rfc.cc796 list_remove(slot->incoming_queue, p_buf); in flush_incoming_que_on_wr_signal()
800 list_remove(slot->incoming_queue, p_buf); in flush_incoming_que_on_wr_signal()
/system/bt/osi/include/
Dlist.h101 bool list_remove(list_t* list, void* data);
/system/core/libcutils/include_vndk/cutils/
Dlist.h74 static inline void list_remove(struct listnode *item) in list_remove() function
/system/core/libcutils/include/cutils/
Dlist.h74 static inline void list_remove(struct listnode *item) in list_remove() function
/system/bt/osi/test/
Dlist_test.cc54 EXPECT_TRUE(list_remove(list, &list)); in TEST_F()
64 EXPECT_FALSE(list_remove(list, &x)); in TEST_F()
/system/bt/hci/src/
Dhci_inject.cc157 list_remove(clients, client); in read_ready()
Dhci_layer.cc647 list_remove(commands_pending_response, wait_entry); in get_waiting_command()
/system/bt/stack/l2cap/
Dl2cap_client.cc123 list_remove(l2cap_clients, client); in l2cap_client_free()
431 list_remove(client->outbound_fragments, packet); in dispatch_fragments()
Dl2c_link.cc403 list_remove(p_lcb->link_xmit_data_q, p_buf); in l2c_link_hci_disc_comp()
1015 list_remove(p_lcb->link_xmit_data_q, p_buf); in l2c_link_check_send_pkts()
1057 list_remove(p_lcb->link_xmit_data_q, p_buf); in l2c_link_check_send_pkts()
Dl2c_main.cc742 list_remove(l2cb.rcv_pending_q, p_buf); in l2c_process_held_packets()
/system/core/init/
Ddevices.cpp342 list_remove(node); in remove_platform_device()
355 list_remove(node); in destroy_platform_devices()
/system/bt/bta/av/
Dbta_av_main.cc1114 list_remove(p_scbi->a2dp_list, p_buf_drop); in bta_av_dup_audio_buf()

12