Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dget_element_attributes_packet_test.cc51 ASSERT_EQ(attribute_list[3], Attribute::TRACK_NUMBER); in TEST()
94 builder->AddAttributeEntry(Attribute::TRACK_NUMBER, "1"); in TEST()
111 {Attribute::TRACK_NUMBER, "1"}, in TEST()
118 {Attribute::TRACK_NUMBER, "2"}, in TEST()
Dget_item_attributes_packet_test.cc104 Attribute::TRACK_NUMBER, in TEST()
134 {Attribute::TRACK_NUMBER, "1"}, in TEST()
141 {Attribute::TRACK_NUMBER, "2"}, in TEST()
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_device_test.cc157 AttributeEntry(Attribute::TRACK_NUMBER, "1"), in TEST_F()
356 AttributeEntry(Attribute::TRACK_NUMBER, "1"), in TEST_F()
525 AttributeEntry(Attribute::TRACK_NUMBER, "1"), in TEST_F()
642 AttributeEntry(Attribute::TRACK_NUMBER, "1"), in TEST_F()
713 AttributeEntry(Attribute::TRACK_NUMBER, "1"), in TEST_F()
734 compare_to_full->AddAttributeEntry(Attribute::TRACK_NUMBER, "1"); in TEST_F()
756 AttributeEntry(Attribute::TRACK_NUMBER, "1"), in TEST_F()
770 compare_to_no_art->AddAttributeEntry(Attribute::TRACK_NUMBER, "1"); in TEST_F()
787 compare_to_full->AddAttributeEntry(Attribute::TRACK_NUMBER, "1"); in TEST_F()
942 AttributeEntry(Attribute::TRACK_NUMBER, "1"), in TEST_F()
[all …]
/packages/modules/Bluetooth/system/packet/tests/fuzzers/
Dget_element_attributes_res_packet_fuzzer.cc36 builder->AddAttributeEntry(Attribute::TRACK_NUMBER, s); in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp_common.h91 TRACK_NUMBER = 0x04, enumerator
Davrcp_logging_helper.h140 CASE_RETURN_TEXT(Attribute::TRACK_NUMBER); in AttributeText()
/packages/modules/Bluetooth/system/packet/tests/
Dpacket_test_helper.h77 case Attribute::TRACK_NUMBER: in to_string()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp445 AttributeEntry(Attribute::TRACK_NUMBER, std::string(value))); in getSongInfoFromJavaObj()