Home
last modified time | relevance | path

Searched refs:getMediaPlayerList (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpNativeInterface.java140 List<PlayerInfo> getMediaPlayerList() { in getMediaPlayerList() method in AvrcpNativeInterface
147 return mAvrcpService.getMediaPlayerList(); in getMediaPlayerList()
H A DAvrcpTargetService.java425 List<PlayerInfo> getMediaPlayerList() { in getMediaPlayerList() method in AvrcpTargetService
426 return mMediaPlayerList.getMediaPlayerList(); in getMediaPlayerList()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp_target.cpp48 static std::vector<MediaPlayerInfo> getMediaPlayerList();
101 auto player_list = getMediaPlayerList(); in GetMediaPlayerList()
613 static std::vector<MediaPlayerInfo> getMediaPlayerList() { in getMediaPlayerList() function
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/
H A DMediaPlayerList.java271 public List<PlayerInfo> getMediaPlayerList() { in getMediaPlayerList() method in MediaPlayerList