Home
last modified time | relevance | path

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

/aosp12/system/bt/profile/avrcp/tests/
H A Davrcp_device_test.cc136 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 Dget_element_attributes_packet_test.cc52 ASSERT_EQ(attribute_list[4], Attribute::PLAYING_TIME); in TEST()
97 builder->AddAttributeEntry(Attribute::PLAYING_TIME, "1000"); in TEST()
H A Dget_item_attributes_packet_test.cc107 Attribute::PLAYING_TIME}; in TEST()
/aosp12/system/bt/packet/tests/fuzzers/
H A Dget_element_attributes_res_packet_fuzzer.cc39 builder->AddAttributeEntry(Attribute::PLAYING_TIME, s); in LLVMFuzzerTestOneInput()
/aosp12/system/bt/include/hardware/avrcp/
H A Davrcp_common.h91 PLAYING_TIME = 0x07, enumerator
H A Davrcp_logging_helper.h141 CASE_RETURN_TEXT(Attribute::PLAYING_TIME); in AttributeText()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp_target.cpp452 AttributeEntry(Attribute::PLAYING_TIME, std::string(value))); in getSongInfoFromJavaObj()