Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/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()
114 {Attribute::PLAYING_TIME, "10 200"}, in TEST()
121 {Attribute::PLAYING_TIME, "1500"}, in TEST()
Dget_item_attributes_packet_test.cc107 Attribute::PLAYING_TIME}; in TEST()
137 {Attribute::PLAYING_TIME, "10 200"}, in TEST()
144 {Attribute::PLAYING_TIME, "1500"}, in TEST()
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_device_test.cc160 AttributeEntry(Attribute::PLAYING_TIME, "1000"), in TEST_F()
359 AttributeEntry(Attribute::PLAYING_TIME, "1000"), in TEST_F()
528 AttributeEntry(Attribute::PLAYING_TIME, "1000"), in TEST_F()
645 AttributeEntry(Attribute::PLAYING_TIME, "1000"), in TEST_F()
716 AttributeEntry(Attribute::PLAYING_TIME, "1000"), in TEST_F()
737 compare_to_full->AddAttributeEntry(Attribute::PLAYING_TIME, "1000"); in TEST_F()
759 AttributeEntry(Attribute::PLAYING_TIME, "1000"), in TEST_F()
773 compare_to_no_art->AddAttributeEntry(Attribute::PLAYING_TIME, "1000"); in TEST_F()
790 compare_to_full->AddAttributeEntry(Attribute::PLAYING_TIME, "1000"); in TEST_F()
945 AttributeEntry(Attribute::PLAYING_TIME, "1000"), in TEST_F()
[all …]
/packages/modules/Bluetooth/system/packet/tests/fuzzers/
Dget_element_attributes_res_packet_fuzzer.cc39 builder->AddAttributeEntry(Attribute::PLAYING_TIME, s); in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp_common.h94 PLAYING_TIME = 0x07, enumerator
Davrcp_logging_helper.h143 CASE_RETURN_TEXT(Attribute::PLAYING_TIME); in AttributeText()
/packages/modules/Bluetooth/system/packet/tests/
Dpacket_test_helper.h83 case Attribute::PLAYING_TIME: in to_string()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp472 AttributeEntry(Attribute::PLAYING_TIME, std::string(value))); in getSongInfoFromJavaObj()