Home
last modified time | relevance | path

Searched refs:TITLE (Results 1 – 25 of 70) sorted by relevance

123

/system/bt/packet/tests/avrcp/
Dget_element_attributes_packet_test.cc37 ASSERT_EQ(attribute_list[0], Attribute::TITLE); in TEST()
48 ASSERT_EQ(attribute_list[0], Attribute::TITLE); in TEST()
83 builder->AddAttributeEntry(Attribute::TITLE, "test"); in TEST()
91 builder->AddAttributeEntry(Attribute::TITLE, "Test Song"); in TEST()
107 auto attribute = AttributeEntry(Attribute::TITLE, "1234"); in TEST()
115 truncated_builder->AddAttributeEntry(Attribute::TITLE, "1234truncated")); in TEST()
Dget_item_attributes_packet_test.cc33 builder->AddAttributeEntry(Attribute::TITLE, "Test Song"); in TEST()
46 builder->AddAttributeEntry(Attribute::TITLE, "Test Song"); in TEST()
56 auto attribute = AttributeEntry(Attribute::TITLE, "1234"); in TEST()
64 truncated_builder->AddAttributeEntry(Attribute::TITLE, "1234truncated")); in TEST()
101 std::vector<Attribute> attrs_requested = {Attribute::TITLE, in TEST()
Dget_folder_items_packet_test.cc111 attributes.insert(AttributeEntry(Attribute::TITLE, "Test Title")); in TEST()
121 attributes.insert(AttributeEntry(Attribute::TITLE, "Test Title")); in TEST()
221 std::vector<Attribute> attribute_list = {Attribute::TITLE}; in TEST()
237 {Attribute::TITLE}); in TEST()
/system/bt/profile/avrcp/tests/
Davrcp_device_test.cc109 AttributeEntry(Attribute::TITLE, "Test Song"), in TEST_F()
243 AttributeEntry(Attribute::TITLE, "Test Song"), in TEST_F()
408 AttributeEntry(Attribute::TITLE, "Test Song"), in TEST_F()
522 AttributeEntry(Attribute::TITLE, "Test Song"), in TEST_F()
590 AttributeEntry(Attribute::TITLE, "Test Song"), in TEST_F()
602 compare_to_partial->AddAttributeEntry(Attribute::TITLE, "Test Song"); in TEST_F()
610 compare_to_full->AddAttributeEntry(Attribute::TITLE, "Test Song"); in TEST_F()
626 truncated_packet->AddAttributeEntry(Attribute::TITLE, "1234"); in TEST_F()
640 {AttributeEntry(Attribute::TITLE, "1234truncated")}}; in TEST_F()
756 AttributeEntry(Attribute::TITLE, "Test Song"), in TEST_F()
[all …]
/system/bt/profile/avrcp/
Ddevice.cc1049 builder->AddAttributeEntry(Attribute::TITLE, item_requested.folder.name); in GetItemAttributesVFSResponse()
1052 if (attr == Attribute::TITLE) { in GetItemAttributesVFSResponse()
1053 builder->AddAttributeEntry(Attribute::TITLE, in GetItemAttributesVFSResponse()
1164 song.attributes.find(Attribute::TITLE) != song.attributes.end() in GetVFSListResponse()
1165 ? song.attributes.find(Attribute::TITLE)->value() in GetVFSListResponse()
1201 auto title = song.attributes.find(Attribute::TITLE) != song.attributes.end() in GetNowPlayingListResponse()
1202 ? song.attributes.find(Attribute::TITLE)->value() in GetNowPlayingListResponse()
/system/bt/include/hardware/avrcp/
Davrcp_common.h85 TITLE = 0x01, enumerator
Davrcp_logging_helper.h135 CASE_RETURN_TEXT(Attribute::TITLE); in AttributeText()
/system/core/liblog/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/system/core/libpixelflinger/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/system/extras/puncture_fs/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/system/extras/simpleperf/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/system/extras/cpustats/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/system/extras/mmap-perf/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/system/core/libcutils/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/system/core/libgrallocusage/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/system/extras/postinst/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/system/core/libutils/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/system/core/logcat/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/system/extras/verity/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/system/extras/sane_schedstat/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/system/core/libnetutils/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/system/extras/memory_replay/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/system/extras/tests/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/system/extras/kexec_tools/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/system/extras/memtrack/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A

123