Searched refs:GENRE (Results 1 – 5 of 5) sorted by relevance
/system/bt/packet/tests/avrcp/ |
D | get_element_attributes_packet_test.cc | 54 ASSERT_EQ(attribute_list[6], Attribute::GENRE); in TEST() 96 builder->AddAttributeEntry(Attribute::GENRE, "Test Genre"); in TEST()
|
D | get_item_attributes_packet_test.cc | 106 Attribute::GENRE, in TEST()
|
/system/bt/profile/avrcp/tests/ |
D | avrcp_device_test.cc | 114 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/ |
D | avrcp_common.h | 90 GENRE = 0x06, enumerator
|
D | avrcp_logging_helper.h | 140 CASE_RETURN_TEXT(Attribute::GENRE); in AttributeText()
|