Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc55 virtual void GetCurrentPlayerSettingValue( in GetCurrentPlayerSettingValue() function in bluetooth::avrcp::FakePlayerSettingsInterface
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp.h190 virtual void GetCurrentPlayerSettingValue(
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_test_helper.h69 MOCK_METHOD2(GetCurrentPlayerSettingValue,
Davrcp_device_test.cc204 EXPECT_CALL(player_settings_interface, GetCurrentPlayerSettingValue(_, _)) in TEST_F()
1914 GetCurrentPlayerSettingValue(attributes, _)) in TEST_F()
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc358 void GetCurrentPlayerSettingValue( in GetCurrentPlayerSettingValue() function in bluetooth::avrcp::PlayerSettingsInterfaceWrapper
371 &PlayerSettingsInterface::GetCurrentPlayerSettingValue, in GetCurrentPlayerSettingValue()
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc313 player_settings_interface_->GetCurrentPlayerSettingValue( in VendorPacketHandler()
487 player_settings_interface_->GetCurrentPlayerSettingValue( in HandleNotification()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp197 void GetCurrentPlayerSettingValue(std::vector<PlayerAttribute> attributes, in GetCurrentPlayerSettingValue() function in android::PlayerSettingsInterfaceImpl