Home
last modified time | relevance | path

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

/system/bt/include/hardware/avrcp/
Davrcp.h108 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.cc598 EXPECT_CALL(interface, GetSongInfo(_)).WillRepeatedly(InvokeCb<0>(info)); in TEST_F()
641 EXPECT_CALL(interface, GetSongInfo(_)).WillRepeatedly(InvokeCb<0>(info)); in TEST_F()
/system/bt/btif/avrcp/
Davrcp_service.cc146 void GetSongInfo(SongInfoCallback info_cb) override { in GetSongInfo() function in bluetooth::avrcp::MediaInterfaceWrapper
153 do_in_avrcp_jni(base::Bind(&MediaInterface::GetSongInfo, in GetSongInfo()
/system/bt/profile/avrcp/
Ddevice.cc142 …media_interface_->GetSongInfo(base::Bind(&Device::GetElementAttributesResponse, weak_ptr_factory_.… in VendorPacketHandler()