Home
last modified time | relevance | path

Searched defs:getNowPlayingList (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpTargetService.java434 List<Metadata> getNowPlayingList() { in getNowPlayingList() method in AvrcpTargetService
DAvrcpNativeInterface.java145 List<Metadata> getNowPlayingList() { in getNowPlayingList() method in AvrcpNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/audio_util/
DMediaPlayerList.java462 public List<Metadata> getNowPlayingList() { in getNowPlayingList() method in MediaPlayerList
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java92 void getNowPlayingList(byte[] address, int start, int end) { in getNowPlayingList() method in AvrcpControllerNativeInterface
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java307 private List<AvrcpItem> getNowPlayingList() { in getNowPlayingList() method in AvrcpControllerStateMachineTest
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp586 static std::vector<SongInfo> getNowPlayingList() { in getNowPlayingList() function