• Home
  • Raw
  • Download

Lines Matching refs:interface

52 const stack_config_t interface = {  variable
123 MockMediaInterface interface; in TEST_F() local
126 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
140 EXPECT_CALL(interface, GetNowPlayingList(_)) in TEST_F()
168 MockMediaInterface interface; in TEST_F() local
171 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
176 EXPECT_CALL(interface, GetPlayStatus(_)) in TEST_F()
210 MockMediaInterface interface; in TEST_F() local
213 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
220 EXPECT_CALL(interface, GetPlayStatus(_)) in TEST_F()
254 MockMediaInterface interface; in TEST_F() local
257 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
278 EXPECT_CALL(interface, GetNowPlayingList(_)) in TEST_F()
315 MockMediaInterface interface; in TEST_F() local
322 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
327 EXPECT_CALL(interface, GetPlayStatus(_)) in TEST_F()
369 MockMediaInterface interface; in TEST_F() local
376 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
381 EXPECT_CALL(interface, GetPlayStatus(_)) in TEST_F()
424 MockMediaInterface interface; in TEST_F() local
427 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
444 EXPECT_CALL(interface, GetNowPlayingList(_)) in TEST_F()
482 MockMediaInterface interface; in TEST_F() local
485 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
490 EXPECT_CALL(interface, GetMediaPlayerList(_)) in TEST_F()
539 MockMediaInterface interface; in TEST_F() local
542 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
555 EXPECT_CALL(interface, GetNowPlayingList(_)) in TEST_F()
582 MockMediaInterface interface; in TEST_F() local
585 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
589 EXPECT_CALL(interface, GetPlayStatus(_)) in TEST_F()
608 MockMediaInterface interface; in TEST_F() local
611 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
624 EXPECT_CALL(interface, GetSongInfo(_)).WillRepeatedly(InvokeCb<0>(info)); in TEST_F()
650 MockMediaInterface interface; in TEST_F() local
653 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
666 EXPECT_CALL(interface, GetSongInfo(_)).WillRepeatedly(InvokeCb<0>(info)); in TEST_F()
708 MockMediaInterface interface; in TEST_F() local
717 device.RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
721 EXPECT_CALL(interface, GetSongInfo(_)).WillRepeatedly(InvokeCb<0>(info)); in TEST_F()
732 MockMediaInterface interface; in TEST_F() local
735 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
741 EXPECT_CALL(interface, GetMediaPlayerList(_)) in TEST_F()
756 MockMediaInterface interface; in TEST_F() local
759 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
766 EXPECT_CALL(interface, GetFolderItems(_, "", _)) in TEST_F()
781 MockMediaInterface interface; in TEST_F() local
784 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
791 EXPECT_CALL(interface, GetNowPlayingList(_)) in TEST_F()
805 MockMediaInterface interface; in TEST_F() local
808 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
813 EXPECT_CALL(interface, GetMediaPlayerList(_)) in TEST_F()
829 MockMediaInterface interface; in TEST_F() local
832 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
847 EXPECT_CALL(interface, GetNowPlayingList(_)) in TEST_F()
862 MockMediaInterface interface; in TEST_F() local
865 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
880 EXPECT_CALL(interface, GetNowPlayingList(_)) in TEST_F()
895 MockMediaInterface interface; in TEST_F() local
898 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
904 EXPECT_CALL(interface, GetFolderItems(_, "", _)) in TEST_F()
925 MockMediaInterface interface; in TEST_F() local
934 device.RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
949 EXPECT_CALL(interface, GetFolderItems(_, "", _)) in TEST_F()
960 MockMediaInterface interface; in TEST_F() local
963 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
970 EXPECT_CALL(interface, GetFolderItems(_, "", _)) in TEST_F()
981 EXPECT_CALL(interface, GetFolderItems(_, "test_id1", _)) in TEST_F()
986 EXPECT_CALL(interface, GetFolderItems(_, "test_id3", _)) in TEST_F()
1055 MockMediaInterface interface; in TEST_F() local
1058 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
1072 EXPECT_CALL(interface, GetNowPlayingList(_)) in TEST_F()
1096 MockMediaInterface interface; in TEST_F() local
1099 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
1113 EXPECT_CALL(interface, GetNowPlayingList(_)) in TEST_F()
1163 MockMediaInterface interface; in TEST_F() local
1170 device.RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
1175 EXPECT_CALL(interface, GetNowPlayingList(_)) in TEST_F()
1186 MockMediaInterface interface; in TEST_F() local
1189 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
1194 EXPECT_CALL(interface, GetMediaPlayerList(_)) in TEST_F()
1220 MockMediaInterface interface; in TEST_F() local
1223 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
1225 EXPECT_CALL(interface, SetBrowsedPlayer(_, _)) in TEST_F()
1258 MockMediaInterface interface; in TEST_F() local
1262 test_device->RegisterInterfaces(&interface, &a2dp_interface, &vol_interface); in TEST_F()
1296 MockMediaInterface interface; in TEST_F() local
1300 test_device->RegisterInterfaces(&interface, &a2dp_interface, &vol_interface); in TEST_F()
1336 MockMediaInterface interface; in TEST_F() local
1340 test_device->RegisterInterfaces(&interface, &a2dp_interface, &vol_interface); in TEST_F()
1355 MockMediaInterface interface; in TEST_F() local
1359 test_device->RegisterInterfaces(&interface, &a2dp_interface, &vol_interface); in TEST_F()
1373 EXPECT_CALL(interface, GetPlayStatus(_)) in TEST_F()
1377 EXPECT_CALL(interface, SendKeyEvent(0x44, KeyState::PUSHED)).Times(1); in TEST_F()
1386 MockMediaInterface interface; in TEST_F() local
1390 test_device->RegisterInterfaces(&interface, &a2dp_interface, &vol_interface); in TEST_F()
1404 EXPECT_CALL(interface, SetActiveDevice(test_device->GetAddress())).Times(1); in TEST_F()
1408 EXPECT_CALL(interface, GetPlayStatus(_)) in TEST_F()
1411 EXPECT_CALL(interface, SendKeyEvent(0x44, KeyState::PUSHED)).Times(0); in TEST_F()
1420 MockMediaInterface interface; in TEST_F() local
1424 test_device->RegisterInterfaces(&interface, &a2dp_interface, &vol_interface); in TEST_F()
1438 EXPECT_CALL(interface, GetPlayStatus(_)).Times(0); in TEST_F()
1440 EXPECT_CALL(interface, SendKeyEvent(0x44, KeyState::RELEASED)).Times(1); in TEST_F()
1449 MockMediaInterface interface; in TEST_F() local
1453 test_device->RegisterInterfaces(&interface, &a2dp_interface, &vol_interface); in TEST_F()
1467 EXPECT_CALL(interface, GetPlayStatus(_)).Times(0); in TEST_F()
1470 EXPECT_CALL(interface, SendKeyEvent(0x44, KeyState::RELEASED)).Times(0); in TEST_F()
1479 MockMediaInterface interface; in TEST_F() local
1482 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
1527 MockMediaInterface interface; in TEST_F() local
1530 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
1543 EXPECT_CALL(interface, GetNowPlayingList(_)) in TEST_F()
1566 MockMediaInterface interface; in TEST_F() local
1569 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
1582 MockMediaInterface interface; in TEST_F() local
1585 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
1594 MockMediaInterface interface; in TEST_F() local
1597 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
1606 MockMediaInterface interface; in TEST_F() local
1609 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
1618 MockMediaInterface interface; in TEST_F() local
1621 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
1630 MockMediaInterface interface; in TEST_F() local
1633 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
1642 MockMediaInterface interface; in TEST_F() local
1645 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
1654 MockMediaInterface interface; in TEST_F() local
1657 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
1666 MockMediaInterface interface; in TEST_F() local
1669 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
1678 MockMediaInterface interface; in TEST_F() local
1681 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
1690 MockMediaInterface interface; in TEST_F() local
1693 test_device->RegisterInterfaces(&interface, &a2dp_interface, nullptr); in TEST_F()
1705 return &bluetooth::avrcp::interface; in stack_config_get_interface()