Searched refs:SetBrowsedPlayer (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/include/hardware/avrcp/ |
D | avrcp.h | 135 virtual void SetBrowsedPlayer(uint16_t player_id, std::string current_path,
|
/packages/modules/Bluetooth/system/profile/avrcp/tests/ |
D | avrcp_test_helper.h | 48 MOCK_METHOD3(SetBrowsedPlayer,
|
D | avrcp_device_test.cc | 1131 EXPECT_CALL(interface, SetBrowsedPlayer(_, "", _)) in TEST_F()
|
/packages/modules/Bluetooth/system/btif/avrcp/ |
D | avrcp_service.cc | 247 void SetBrowsedPlayer(uint16_t player_id, std::string current_path, in SetBrowsedPlayer() function in bluetooth::avrcp::MediaInterfaceWrapper 256 do_in_jni_thread(base::Bind(&MediaInterface::SetBrowsedPlayer, base::Unretained(wrapped_), in SetBrowsedPlayer()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/ |
D | btav_shim.cc | 56 void SetBrowsedPlayer([[maybe_unused]] uint16_t player_id, in SetBrowsedPlayer() function in bluetooth::avrcp::AvrcpMediaInterfaceImpl
|
/packages/modules/Bluetooth/system/profile/avrcp/tests/avrcp_device_fuzz/ |
D | avrcp_device_fuzz.cc | 145 void SetBrowsedPlayer(uint16_t player_id, std::string /* current_path */, in SetBrowsedPlayer() function in bluetooth::avrcp::FakeMediaInterface
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_avrcp_target.cpp | 165 void SetBrowsedPlayer(uint16_t player_id, std::string current_path, in SetBrowsedPlayer() function in android::AvrcpMediaInterfaceImpl
|
/packages/modules/Bluetooth/system/profile/avrcp/ |
D | device.cc | 1518 media_interface_->SetBrowsedPlayer(pkt->GetPlayerId(), CurrentFolder(), in HandleSetBrowsedPlayer()
|