Home
last modified time | relevance | path

Searched refs:now_playing_list (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp128 auto now_playing_list = getNowPlayingList(); in GetNowPlayingList() local
129 cb.Run(curr_song_id, std::move(now_playing_list)); in GetNowPlayingList()
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_device_test.cc886 std::vector<SongInfo> now_playing_list = { in TEST_F() local
892 .WillRepeatedly(InvokeCb<0>("test_id1", now_playing_list)); in TEST_F()
895 Status::NO_ERROR, 0, now_playing_list.size()); in TEST_F()