Searched refs:GetSongInfo (Results 1 – 8 of 8) sorted by relevance
19 virtual void GetSongInfo(SongInfoCallback info_cb) {} in GetSongInfo() function in bluetooth::avrcp::FakeMediaInterface
112 virtual void GetSongInfo(SongInfoCallback info_cb) = 0;
42 MOCK_METHOD1(GetSongInfo, void(MediaInterface::SongInfoCallback));
719 EXPECT_CALL(interface, GetSongInfo(_)).WillRepeatedly(InvokeCb<0>(info)); in TEST_F()762 EXPECT_CALL(interface, GetSongInfo(_)).WillRepeatedly(InvokeCb<0>(info)); in TEST_F()818 EXPECT_CALL(interface, GetSongInfo(_)).WillRepeatedly(InvokeCb<0>(info)); in TEST_F()
183 void GetSongInfo(SongInfoCallback info_cb) override { in GetSongInfo() function in bluetooth::avrcp::MediaInterfaceWrapper190 do_in_jni_thread(base::Bind(&MediaInterface::GetSongInfo, in GetSongInfo()
39 void GetSongInfo(SongInfoCallback cb) override { in GetSongInfo() function in bluetooth::avrcp::AvrcpMediaInterfaceImpl
116 void GetSongInfo(SongInfoCallback cb) override { in GetSongInfo() function in android::AvrcpMediaInterfaceImpl
194 media_interface_->GetSongInfo(base::Bind( in VendorPacketHandler()