Home
last modified time | relevance | path

Searched refs:TOTAL_NUMBER_OF_TRACKS (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/profile/avrcp/tests/
H A Davrcp_device_test.cc134 AttributeEntry(Attribute::TOTAL_NUMBER_OF_TRACKS, "2"), in TEST_F()
269 AttributeEntry(Attribute::TOTAL_NUMBER_OF_TRACKS, "2"), in TEST_F()
435 AttributeEntry(Attribute::TOTAL_NUMBER_OF_TRACKS, "2"), in TEST_F()
550 AttributeEntry(Attribute::TOTAL_NUMBER_OF_TRACKS, "2"), in TEST_F()
619 AttributeEntry(Attribute::TOTAL_NUMBER_OF_TRACKS, "2"), in TEST_F()
661 AttributeEntry(Attribute::TOTAL_NUMBER_OF_TRACKS, "2"), in TEST_F()
841 AttributeEntry(Attribute::TOTAL_NUMBER_OF_TRACKS, "2"), in TEST_F()
874 AttributeEntry(Attribute::TOTAL_NUMBER_OF_TRACKS, "2"), in TEST_F()
1066 AttributeEntry(Attribute::TOTAL_NUMBER_OF_TRACKS, "2"), in TEST_F()
1107 AttributeEntry(Attribute::TOTAL_NUMBER_OF_TRACKS, "2"), in TEST_F()
[all …]
/aosp12/system/bt/packet/tests/avrcp/
H A Dget_element_attributes_packet_test.cc53 ASSERT_EQ(attribute_list[5], Attribute::TOTAL_NUMBER_OF_TRACKS); in TEST()
95 builder->AddAttributeEntry(Attribute::TOTAL_NUMBER_OF_TRACKS, "2"); in TEST()
H A Dget_item_attributes_packet_test.cc105 Attribute::TOTAL_NUMBER_OF_TRACKS, in TEST()
/aosp12/system/bt/packet/tests/fuzzers/
H A Dget_element_attributes_res_packet_fuzzer.cc37 builder->AddAttributeEntry(Attribute::TOTAL_NUMBER_OF_TRACKS, s); in LLVMFuzzerTestOneInput()
/aosp12/system/bt/include/hardware/avrcp/
H A Davrcp_common.h89 TOTAL_NUMBER_OF_TRACKS = 0x05, enumerator
H A Davrcp_logging_helper.h139 CASE_RETURN_TEXT(Attribute::TOTAL_NUMBER_OF_TRACKS); in AttributeText()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp_target.cpp434 AttributeEntry(Attribute::TOTAL_NUMBER_OF_TRACKS, std::string(value))); in getSongInfoFromJavaObj()