Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc19 virtual void GetSongInfo(SongInfoCallback info_cb) {} in GetSongInfo() function in bluetooth::avrcp::FakeMediaInterface
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp.h112 virtual void GetSongInfo(SongInfoCallback info_cb) = 0;
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_test_helper.h42 MOCK_METHOD1(GetSongInfo, void(MediaInterface::SongInfoCallback));
Davrcp_device_test.cc719 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()
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc183 void GetSongInfo(SongInfoCallback info_cb) override { in GetSongInfo() function in bluetooth::avrcp::MediaInterfaceWrapper
190 do_in_jni_thread(base::Bind(&MediaInterface::GetSongInfo, in GetSongInfo()
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc39 void GetSongInfo(SongInfoCallback cb) override { in GetSongInfo() function in bluetooth::avrcp::AvrcpMediaInterfaceImpl
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp116 void GetSongInfo(SongInfoCallback cb) override { in GetSongInfo() function in android::AvrcpMediaInterfaceImpl
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc194 media_interface_->GetSongInfo(base::Bind( in VendorPacketHandler()