Home
last modified time | relevance | path

Searched refs:GENRE (Results 1 – 5 of 5) sorted by relevance

/system/bt/packet/tests/avrcp/
Dget_element_attributes_packet_test.cc54 ASSERT_EQ(attribute_list[6], Attribute::GENRE); in TEST()
96 builder->AddAttributeEntry(Attribute::GENRE, "Test Genre"); in TEST()
Dget_item_attributes_packet_test.cc106 Attribute::GENRE, in TEST()
/system/bt/profile/avrcp/tests/
Davrcp_device_test.cc114 AttributeEntry(Attribute::GENRE, "Test Genre"), in TEST_F()
248 AttributeEntry(Attribute::GENRE, "Test Genre"), in TEST_F()
413 AttributeEntry(Attribute::GENRE, "Test Genre"), in TEST_F()
527 AttributeEntry(Attribute::GENRE, "Test Genre"), in TEST_F()
595 AttributeEntry(Attribute::GENRE, "Test Genre"), in TEST_F()
615 compare_to_full->AddAttributeEntry(Attribute::GENRE, "Test Genre"); in TEST_F()
761 AttributeEntry(Attribute::GENRE, "Test Genre"), in TEST_F()
952 AttributeEntry(Attribute::GENRE, "Test Genre"), in TEST_F()
966 compare_to_full->AddAttributeEntry(Attribute::GENRE, "Test Genre"); in TEST_F()
1320 AttributeEntry(Attribute::GENRE, "Test Genre"), in TEST_F()
[all …]
/system/bt/include/hardware/avrcp/
Davrcp_common.h90 GENRE = 0x06, enumerator
Davrcp_logging_helper.h140 CASE_RETURN_TEXT(Attribute::GENRE); in AttributeText()