Home
last modified time | relevance | path

Searched refs:GetAvrcpVersion (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/profile/avrcp/
H A Davrcp_internal.h34 virtual uint16_t GetAvrcpVersion() = 0;
/aosp12/system/bt/profile/avrcp/tests/
H A Davrcp_test_helper.h61 MOCK_METHOD0(GetAvrcpVersion, uint16_t(void));
/aosp12/system/bt/btif/avrcp/
H A Davrcp_service.cc53 uint16_t GetAvrcpVersion() { in GetAvrcpVersion() function in bluetooth::avrcp::AvrcpInterfaceImpl
289 profile_version = avrcp_interface_.GetAvrcpVersion(); in Init()