Home
last modified time | relevance | path

Searched refs:SetBrowsedPlayer (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp.h135 virtual void SetBrowsedPlayer(uint16_t player_id, std::string current_path,
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_test_helper.h48 MOCK_METHOD3(SetBrowsedPlayer,
Davrcp_device_test.cc1131 EXPECT_CALL(interface, SetBrowsedPlayer(_, "", _)) in TEST_F()
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc247 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/
Dbtav_shim.cc56 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/
Davrcp_device_fuzz.cc145 void SetBrowsedPlayer(uint16_t player_id, std::string /* current_path */, in SetBrowsedPlayer() function in bluetooth::avrcp::FakeMediaInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp165 void SetBrowsedPlayer(uint16_t player_id, std::string current_path, in SetBrowsedPlayer() function in android::AvrcpMediaInterfaceImpl
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc1518 media_interface_->SetBrowsedPlayer(pkt->GetPlayerId(), CurrentFolder(), in HandleSetBrowsedPlayer()