Home
last modified time | relevance | path

Searched refs:GetSongInfo (Results 1 – 6 of 6) sorted by relevance

/system/bt/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc15 virtual void GetSongInfo(SongInfoCallback info_cb) {} in GetSongInfo() function in bluetooth::avrcp::FakeMediaInterface
/system/bt/include/hardware/avrcp/
Davrcp.h109 virtual void GetSongInfo(SongInfoCallback info_cb) = 0;
/system/bt/profile/avrcp/tests/
Davrcp_test_helper.h37 MOCK_METHOD1(GetSongInfo, void(MediaInterface::SongInfoCallback));
Davrcp_device_test.cc624 EXPECT_CALL(interface, GetSongInfo(_)).WillRepeatedly(InvokeCb<0>(info)); in TEST_F()
666 EXPECT_CALL(interface, GetSongInfo(_)).WillRepeatedly(InvokeCb<0>(info)); in TEST_F()
721 EXPECT_CALL(interface, GetSongInfo(_)).WillRepeatedly(InvokeCb<0>(info)); in TEST_F()
/system/bt/btif/avrcp/
Davrcp_service.cc145 void GetSongInfo(SongInfoCallback info_cb) override { in GetSongInfo() function in bluetooth::avrcp::MediaInterfaceWrapper
152 do_in_avrcp_jni(base::Bind(&MediaInterface::GetSongInfo, in GetSongInfo()
/system/bt/profile/avrcp/
Ddevice.cc174 …media_interface_->GetSongInfo(base::Bind(&Device::GetElementAttributesResponse, weak_ptr_factory_.… in VendorPacketHandler()