Searched refs:PLAYING_TIME (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/bt/profile/avrcp/tests/ |
H A D | avrcp_device_test.cc | 136 AttributeEntry(Attribute::PLAYING_TIME, "1000"), in TEST_F() 271 AttributeEntry(Attribute::PLAYING_TIME, "1000"), in TEST_F() 437 AttributeEntry(Attribute::PLAYING_TIME, "1000"), in TEST_F() 552 AttributeEntry(Attribute::PLAYING_TIME, "1000"), in TEST_F() 621 AttributeEntry(Attribute::PLAYING_TIME, "1000"), in TEST_F() 642 compare_to_full->AddAttributeEntry(Attribute::PLAYING_TIME, "1000"); in TEST_F() 663 AttributeEntry(Attribute::PLAYING_TIME, "1000"), in TEST_F() 843 AttributeEntry(Attribute::PLAYING_TIME, "1000"), in TEST_F() 876 AttributeEntry(Attribute::PLAYING_TIME, "1000"), in TEST_F() 1068 AttributeEntry(Attribute::PLAYING_TIME, "1000"), in TEST_F() [all …]
|
/aosp12/system/bt/packet/tests/avrcp/ |
H A 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()
|
H A D | get_item_attributes_packet_test.cc | 107 Attribute::PLAYING_TIME}; in TEST()
|
/aosp12/system/bt/packet/tests/fuzzers/ |
H A D | get_element_attributes_res_packet_fuzzer.cc | 39 builder->AddAttributeEntry(Attribute::PLAYING_TIME, s); in LLVMFuzzerTestOneInput()
|
/aosp12/system/bt/include/hardware/avrcp/ |
H A D | avrcp_common.h | 91 PLAYING_TIME = 0x07, enumerator
|
H A D | avrcp_logging_helper.h | 141 CASE_RETURN_TEXT(Attribute::PLAYING_TIME); in AttributeText()
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_avrcp_target.cpp | 452 AttributeEntry(Attribute::PLAYING_TIME, std::string(value))); in getSongInfoFromJavaObj()
|