Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/avrcp/
Davrcp_internal.h38 virtual uint16_t GetAvrcpVersion() = 0;
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_test_helper.h79 MOCK_METHOD0(GetAvrcpVersion, uint16_t(void));
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc82 uint16_t GetAvrcpVersion() { in GetAvrcpVersion() function in bluetooth::avrcp::AvrcpInterfaceImpl
398 profile_version = avrcp_interface_.GetAvrcpVersion(); in Init()