Home
last modified time | relevance | path

Searched refs:list_len (Results 1 – 8 of 8) sorted by relevance

/device/soc/chipsea/cst85/liteos_m/sdk/modules/common/src/
Dwb_co_main.c153 uint16_t list_len = 0; in co_timer_list_reset() local
160 list_len = co_list_size(&co_main_time_list); in co_timer_list_reset()
161 if(list_len){ in co_timer_list_reset()
190 uint16_t list_len = 0; in co_timer_start() local
198 list_len = co_list_size(&co_main_time_list); in co_timer_start()
199 if(list_len){ in co_timer_start()
244 uint16_t list_len = 0; in co_timer_stop() local
251 list_len = co_list_size(&co_main_time_list); in co_timer_stop()
252 if(list_len){ in co_timer_stop()
278 uint16_t list_len = 0; in co_timer_list_check() local
[all …]
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/
Dsdp_discovery.c334 UINT32 list_len; in sdp_copy_raw_data() local
342 for (i = 0; i < p_ccb->list_len; i++) { in sdp_copy_raw_data()
350 list_len = p_ccb->list_len; in sdp_copy_raw_data()
355 p = sdpu_get_len_from_type (p, type, &list_len); in sdp_copy_raw_data()
357 if (list_len < cpy_len ) { in sdp_copy_raw_data()
358 cpy_len = list_len; in sdp_copy_raw_data()
362 list_len, cpy_len, p_ccb->p_db->raw_size, p_ccb->p_db->raw_used); in sdp_copy_raw_data()
407 if ((p_ccb->list_len + list_byte_count) > SDP_MAX_LIST_BYTE_COUNT) { in process_service_attr_rsp()
414 p_ccb->list_len, list_byte_count); in process_service_attr_rsp()
424 memcpy (&p_ccb->rsp_list[p_ccb->list_len], p_reply, list_byte_count); in process_service_attr_rsp()
[all …]
Dsdp_server.c470 p_ccb->list_len = sdpu_get_attrib_seq_len(p_rec, &attr_seq_sav) + 3; in process_service_attr_req()
472 if (p_ccb->list_len > 255) { in process_service_attr_req()
474 p_ccb->rsp_list[1] = (UINT8) ((p_ccb->list_len - 3) >> 8); in process_service_attr_req()
475 p_ccb->rsp_list[2] = (UINT8) (p_ccb->list_len - 3); in process_service_attr_req()
480 p_ccb->rsp_list[2] = (UINT8) (p_ccb->list_len - 3); in process_service_attr_req()
482 p_ccb->list_len--; in process_service_attr_req()
511 if (p_ccb->cont_offset < p_ccb->list_len) { in process_service_attr_req()
774 p_ccb->list_len = sdpu_get_list_len(&uid_seq, &attr_seq_sav) + 3; in process_service_search_attr_req()
776 if (p_ccb->list_len > 255) { in process_service_search_attr_req()
778 p_ccb->rsp_list[1] = (UINT8) ((p_ccb->list_len - 3) >> 8); in process_service_search_attr_req()
[all …]
Dsdp_utils.c480 UINT32 list_len, attr_len; in sdpu_extract_attr_seq() local
496 BE_STREAM_TO_UINT8 (list_len, p); in sdpu_extract_attr_seq()
500 BE_STREAM_TO_UINT16 (list_len, p); in sdpu_extract_attr_seq()
504 BE_STREAM_TO_UINT32 (list_len, p); in sdpu_extract_attr_seq()
511 if (list_len > param_len) { in sdpu_extract_attr_seq()
515 p_end_list = p + list_len; in sdpu_extract_attr_seq()
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/dis/
Ddis.h131 uint8_t list_len; /**< Length of the list. */ member
Ddis.c285 cfm.length = s_dis_env.dis_init.reg_cert_data_list.list_len; in dis_read_att_cb()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
Dhcc_host.c1894 hi_u32 list_len; local
1896 list_len = oal_netbuf_list_len(pst_head);
1898 if (list_len != 0) {
1899 … oam_info_log2(0, 0, "hcc_clear_all_queues:: Clear queue:%d,total %u hcc rx pkts!\n", i, list_len);
1913 hi_u32 list_len; local
1915 list_len = oal_netbuf_list_len(pst_head);
1917 if (list_len != 0) {
1918 … oam_info_log2(0, 0, "hcc_clear_all_queues:: Clear queue:%d,total %u hcc rx pkts!\n", i, list_len);
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/include/
Dsdpint.h176 UINT16 list_len; /* length of the response in the GKI buffer */ member