HomeSort by relevance Sort by last modified time
    Searched refs:AttributeEntry (Results 1 - 17 of 17) sorted by null

  /system/bt/packet/avrcp/
get_element_attributes_packet.h 68 bool AddAttributeEntry(AttributeEntry entry);
76 std::set<AttributeEntry> entries_;
get_item_attributes.h 33 bool AddAttributeEntry(AttributeEntry entry);
43 std::set<AttributeEntry> entries_;
vendor_packet.h 46 const AttributeEntry& entry);
get_element_attributes_packet.cc 94 AttributeEntry entry) {
113 return AddAttributeEntry(AttributeEntry(attribute, value));
get_item_attributes.cc 30 bool GetItemAttributesResponseBuilder::AddAttributeEntry(AttributeEntry entry) {
48 return AddAttributeEntry(AttributeEntry(attribute, value));
vendor_packet.cc 68 const AttributeEntry& entry) {
  /system/bt/include/hardware/avrcp/
avrcp_common.h 147 class AttributeEntry {
149 AttributeEntry(const Attribute& attribute, const std::string& value)
152 AttributeEntry(const Attribute& attribute) : attribute_(attribute) {}
154 AttributeEntry(const AttributeEntry&) = default;
179 bool operator<(const AttributeEntry& rhs) const {
259 std::set<AttributeEntry> attributes_;
264 std::set<AttributeEntry> attributes)
270 for (AttributeEntry val : attributes) {
avrcp.h 32 std::set<AttributeEntry> attributes;
  /system/bt/profile/avrcp/tests/
avrcp_device_test.cc 108 AttributeEntry(Attribute::TITLE, "Test Song"),
109 AttributeEntry(Attribute::ARTIST_NAME, "Test Artist"),
110 AttributeEntry(Attribute::ALBUM_NAME, "Test Album"),
111 AttributeEntry(Attribute::TRACK_NUMBER, "1"),
112 AttributeEntry(Attribute::TOTAL_NUMBER_OF_TRACKS, "2"),
113 AttributeEntry(Attribute::GENRE, "Test Genre"),
114 AttributeEntry(Attribute::PLAYING_TIME, "1000")}};
236 AttributeEntry(Attribute::TITLE, "Test Song"),
237 AttributeEntry(Attribute::ARTIST_NAME, "Test Artist"),
238 AttributeEntry(Attribute::ALBUM_NAME, "Test Album")
    [all...]
  /system/bt/packet/tests/avrcp/
get_folder_items_packet_test.cc 110 std::set<AttributeEntry> attributes;
111 attributes.insert(AttributeEntry(Attribute::TITLE, "Test Title"));
120 std::set<AttributeEntry> attributes;
121 attributes.insert(AttributeEntry(Attribute::TITLE, "Test Title"));
131 MediaElementItem song1(0x01, "Song 1 that fits", std::set<AttributeEntry>());
133 std::set<AttributeEntry>());
134 MediaElementItem song3(0x03, "Song 3 that fits", std::set<AttributeEntry>());
192 auto song = MediaElementItem(0x01, "test song", std::set<AttributeEntry>());
get_element_attributes_packet_test.cc 107 auto attribute = AttributeEntry(Attribute::TITLE, "1234");
get_item_attributes_packet_test.cc 56 auto attribute = AttributeEntry(Attribute::TITLE, "1234");
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp_target.cpp 342 AttributeEntry(Attribute::TITLE, std::string(value)));
351 AttributeEntry(Attribute::ARTIST_NAME, std::string(value)));
360 AttributeEntry(Attribute::ALBUM_NAME, std::string(value)));
369 AttributeEntry(Attribute::TRACK_NUMBER, std::string(value)));
378 AttributeEntry(Attribute::TOTAL_NUMBER_OF_TRACKS, std::string(value)));
387 AttributeEntry(Attribute::GENRE, std::string(value)));
396 AttributeEntry(Attribute::PLAYING_TIME, std::string(value)));
  /libcore/ojluni/src/main/java/java/text/
AttributedString.java     [all...]
  /system/bt/profile/avrcp/
device.cc     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 

Completed in 174 milliseconds