Searched defs:list_len (Results 1 - 4 of 4) sorted by relevance

/system/bt/stack/sdp/
H A Dsdp_discovery.c347 UINT32 list_len; local
355 for (i = 0; i < p_ccb->list_len; i++)
365 list_len = p_ccb->list_len;
371 p = sdpu_get_len_from_type (p, type, &list_len);
373 if(list_len && list_len < cpy_len )
375 cpy_len = list_len;
378 SDP_TRACE_WARNING("list_len :%d cpy_len:%d raw_size:%d raw_used:%d",
379 list_len, cpy_le
[all...]
H A Dsdp_utils.c480 UINT32 list_len, attr_len; local
496 BE_STREAM_TO_UINT8 (list_len, p);
500 BE_STREAM_TO_UINT16 (list_len, p);
504 BE_STREAM_TO_UINT32 (list_len, p);
511 if (list_len > param_len)
514 p_end_list = p + list_len;
H A Dsdpint.h183 UINT16 list_len; /* length of the response in the GKI buffer */ member in struct:__anon1276
/system/connectivity/shill/
H A Djson_store.cc167 const size_t list_len = list_value.GetSize(); local
168 for (size_t i = 0; i < list_len; ++i) {
183 for (size_t i = 0; i < list_len; ++i) {

Completed in 79 milliseconds