Lines Matching refs:attribute_count
65 uint32_t attribute_count = 0; in avrcp_browsing_controller_send_get_folder_items_cmd() local
70 attribute_count = AVRCP_MEDIA_ATTR_NONE; // 0xFFFFFFFF in avrcp_browsing_controller_send_get_folder_items_cmd()
73 attribute_count = AVRCP_MEDIA_ATTR_ALL; // 0 in avrcp_browsing_controller_send_get_folder_items_cmd()
76 …attribute_count = count_set_bits_uint32(connection->attr_bitmap & ((1 << AVRCP_MEDIA_ATTR_NUM)-… in avrcp_browsing_controller_send_get_folder_items_cmd()
77 attributes_to_copy = attribute_count; in avrcp_browsing_controller_send_get_folder_items_cmd()
80 big_endian_store_16(command, pos, 9 + 1 + (attribute_count*4)); in avrcp_browsing_controller_send_get_folder_items_cmd()
88 command[pos++] = attribute_count; in avrcp_browsing_controller_send_get_folder_items_cmd()
114 uint32_t attribute_count; in avrcp_browsing_controller_send_get_item_attributes_cmd() local
120 attribute_count = 0; in avrcp_browsing_controller_send_get_item_attributes_cmd()
123 …attribute_count = count_set_bits_uint32(connection->attr_bitmap & ((1 << AVRCP_MEDIA_ATTR_NUM)-… in avrcp_browsing_controller_send_get_item_attributes_cmd()
124 attributes_to_copy = attribute_count; in avrcp_browsing_controller_send_get_item_attributes_cmd()
128 big_endian_store_16(command, pos, 12 + (attribute_count*4)); in avrcp_browsing_controller_send_get_item_attributes_cmd()
136 command[pos++] = attribute_count; in avrcp_browsing_controller_send_get_item_attributes_cmd()