Home
last modified time | relevance | path

Searched refs:list_is_empty (Results 1 – 20 of 20) sorted by relevance

/device/soc/esp/esp32/components/bt/common/osi/
Dlist.c50 bool list_is_empty(const list_t *list) in list_is_empty() function
94 assert(!list_is_empty(list)); in list_front()
101 assert(!list_is_empty(list)); in list_back()
108 assert(!list_is_empty(list)); in list_back_node()
178 if (list_is_empty(list)) { in list_remove()
208 if (list_is_empty(list)) { in list_delete()
Dfixed_queue.c103 is_empty = list_is_empty(queue->list); in fixed_queue_is_empty()
180 ret = list_is_empty(queue->list) ? NULL : list_front(queue->list); in fixed_queue_try_peek_first()
195 ret = list_is_empty(queue->list) ? NULL : list_back(queue->list); in fixed_queue_try_peek_last()
Dhash_map.c176 if(list_is_empty(hash_map->bucket[hash_key].list)) { in hash_map_erase()
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c225 if (list_is_empty(services)) { in bta_gattc_insert_sec_service_to_cache()
397 list_is_empty(service->characteristics)) { in bta_gattc_add_attr_to_cache()
548 if (!services || list_is_empty(services)) { in bta_gattc_update_include_service()
553 if(!service && list_is_empty(service->included_svc)) break; in bta_gattc_update_include_service()
1085 if (!p_clcb->p_srcb->p_srvc_cache || list_is_empty(p_clcb->p_srcb->p_srvc_cache)) { in bta_gattc_search_service()
1120 if (!p_srcb || !p_srcb->p_srvc_cache || list_is_empty(p_srcb->p_srvc_cache)) { in bta_gattc_get_services_srcb()
1140 if (!services || list_is_empty(services)) { in bta_gattc_find_matching_service()
1323 if (!p_srcb->p_srvc_cache || list_is_empty(p_srcb->p_srvc_cache)) { in bta_gattc_get_db_with_opration()
1361 if (!p_cur_srvc->included_svc || list_is_empty(p_cur_srvc->included_svc)) in bta_gattc_get_db_with_opration()
1393 if (!p_cur_srvc->characteristics || list_is_empty(p_cur_srvc->characteristics)) { in bta_gattc_get_db_with_opration()
[all …]
Dbta_gattc_act.c1559 if (!list_is_empty(p_clcb->p_cmd_list)) { in bta_gattc_pop_command_to_send()
1597 if (!list_is_empty(p_clcb->p_cmd_list)) { in bta_gattc_free_command_data()
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/core/
Dbtc_profile_queue.c65 if (connect_queue && !list_is_empty(connect_queue)) { in queue_int_advance()
139 if (!connect_queue || list_is_empty(connect_queue)) { in btc_queue_connect_next()
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
Drk_list.h43 RK_S32 list_is_empty();
Drk_list.cpp183 RK_S32 rk_list::list_is_empty() in list_is_empty() function in rk_list
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/utils/list/
Dlist.h63 bool list_is_empty(const list_t *list);
/device/soc/esp/esp32/components/bt/common/osi/include/osi/
Dlist.h35 bool list_is_empty(const list_t *list);
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c429 while (!list_is_empty(p_lcb->link_xmit_data_q)) { in l2c_link_hci_disc_comp()
816 && (!list_is_empty(p_lcb->link_xmit_data_q)) in l2c_link_adjust_allocation()
985 if (list_is_empty(p_lcb->link_xmit_data_q)) { in l2c_link_check_power_mode()
1114 if (!list_is_empty(p_lcb->link_xmit_data_q)) { in l2c_link_check_send_pkts()
1164 if (list_is_empty(p_lcb->link_xmit_data_q)) { in l2c_link_check_send_pkts()
1205 …if ( (!list_is_empty(p_lcb->link_xmit_data_q)) && (p_lcb->sent_not_acked < p_lcb->link_xmit_quota)… in l2c_link_check_send_pkts()
Dl2c_main.c789 if (list_is_empty(l2cb.rcv_pending_q)) { in l2c_process_held_packets()
812 if (!list_is_empty(l2cb.rcv_pending_q)) { in l2c_process_held_packets()
Dl2cap_client.c428 while (!list_is_empty(client->outbound_fragments)) { in dispatch_fragments()
Dl2c_ble.c1109 && (!list_is_empty(p_lcb->link_xmit_data_q)) in l2c_ble_link_adjust_allocation()
Dl2c_utils.c231 while (!list_is_empty(p_lcb->link_xmit_data_q)) { in l2cu_release_lcb()
/device/soc/esp/esp32/components/bt/host/bluedroid/hci/
Dhci_layer.c382 if (!list_is_empty(cmd_wait_q->commands_pending_response)) { in restart_command_waiting_response_timer()
395 wait_entry = (list_is_empty(cmd_wait_q->commands_pending_response) ? in command_timed_out()
/device/soc/rockchip/common/hardware/mpp/include/
Dmpp_list.h54 signed int list_is_empty();
/device/soc/rockchip/rk3399/hardware/mpp/include/
Dmpp_list.h54 RK_S32 list_is_empty();
/device/soc/rockchip/rk3568/hardware/mpp/include/
Dmpp_list.h54 RK_S32 list_is_empty();
/device/soc/rockchip/rk3588/hardware/mpp/include/
Dmpp_list.h57 RK_S32 list_is_empty();