Searched refs:PLAYING_TIME (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/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() 114 {Attribute::PLAYING_TIME, "10 200"}, in TEST() 121 {Attribute::PLAYING_TIME, "1500"}, in TEST()
|
D | get_item_attributes_packet_test.cc | 107 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/ |
D | avrcp_device_test.cc | 160 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/ |
D | get_element_attributes_res_packet_fuzzer.cc | 39 builder->AddAttributeEntry(Attribute::PLAYING_TIME, s); in LLVMFuzzerTestOneInput()
|
/packages/modules/Bluetooth/system/include/hardware/avrcp/ |
D | avrcp_common.h | 94 PLAYING_TIME = 0x07, enumerator
|
D | avrcp_logging_helper.h | 143 CASE_RETURN_TEXT(Attribute::PLAYING_TIME); in AttributeText()
|
/packages/modules/Bluetooth/system/packet/tests/ |
D | packet_test_helper.h | 83 case Attribute::PLAYING_TIME: in to_string()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_avrcp_target.cpp | 472 AttributeEntry(Attribute::PLAYING_TIME, std::string(value))); in getSongInfoFromJavaObj()
|