Searched refs:PLAYING_TIME (Results 1 – 5 of 5) sorted by relevance
/system/bt/packet/tests/avrcp/ |
D | get_element_attributes_packet_test.cc | 52 ASSERT_EQ(attribute_list[4], Attribute::PLAYING_TIME); in TEST() 97 builder->AddAttributeEntry(Attribute::PLAYING_TIME, "1000"); in TEST()
|
D | get_item_attributes_packet_test.cc | 107 Attribute::PLAYING_TIME}; in TEST()
|
/system/bt/profile/avrcp/tests/ |
D | avrcp_device_test.cc | 115 AttributeEntry(Attribute::PLAYING_TIME, "1000")}}; in TEST_F() 249 AttributeEntry(Attribute::PLAYING_TIME, "1000")}}; in TEST_F() 414 AttributeEntry(Attribute::PLAYING_TIME, "1000")}}; in TEST_F() 528 AttributeEntry(Attribute::PLAYING_TIME, "1000")}}; in TEST_F() 596 AttributeEntry(Attribute::PLAYING_TIME, "1000")}}; in TEST_F() 616 compare_to_full->AddAttributeEntry(Attribute::PLAYING_TIME, "1000"); in TEST_F() 762 AttributeEntry(Attribute::PLAYING_TIME, "1000")}}; in TEST_F() 953 AttributeEntry(Attribute::PLAYING_TIME, "1000")}}; in TEST_F() 967 compare_to_full->AddAttributeEntry(Attribute::PLAYING_TIME, "1000"); in TEST_F() 1321 AttributeEntry(Attribute::PLAYING_TIME, "1000")}}; in TEST_F() [all …]
|
/system/bt/include/hardware/avrcp/ |
D | avrcp_common.h | 91 PLAYING_TIME = 0x07, enumerator
|
D | avrcp_logging_helper.h | 141 CASE_RETURN_TEXT(Attribute::PLAYING_TIME); in AttributeText()
|