Searched defs:item_count (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/avrc/
H A Davrc_bld_tg.cc895 * Try again later or with smaller item_count
921 uint16_t item_count; local
944 item_count = 0;
951 BE_STREAM_TO_UINT16(item_count, p);
953 AVRC_TRACE_DEBUG("len:%d, len_left:%d, num:%d", len, len_left, item_count);
957 xx < p_rsp->item_count && len_left > AVRC_MIN_LEN_GET_FOLDER_ITEMS_RSP &&
1040 item_count > 0) {
1048 if (len_left < item_len && item_count > 0)
1057 item_count++;
1074 item_count, item_le
[all...]
/system/bt/stack/include/
H A Davrc_defs.h1451 uint16_t item_count; member in struct:__anon1011

Completed in 32 milliseconds