Home
last modified time | relevance | path

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

/system/bt/packet/tests/avrcp/
Dget_element_attributes_packet_test.cc52 ASSERT_EQ(attribute_list[4], Attribute::PLAYING_TIME); in TEST()
97 builder->AddAttributeEntry(Attribute::PLAYING_TIME, "1000"); in TEST()
Dget_item_attributes_packet_test.cc107 Attribute::PLAYING_TIME}; in TEST()
/system/bt/profile/avrcp/tests/
Davrcp_device_test.cc115 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/
Davrcp_common.h91 PLAYING_TIME = 0x07, enumerator
Davrcp_logging_helper.h141 CASE_RETURN_TEXT(Attribute::PLAYING_TIME); in AttributeText()