Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpTargetService.java417 String getCurrentMediaId() { in getCurrentMediaId() method in AvrcpTargetService
418 String id = mMediaPlayerList.getCurrentMediaId(); in getCurrentMediaId()
435 String currentMediaId = getCurrentMediaId(); in getNowPlayingList()
DAvrcpNativeInterface.java135 String getCurrentMediaId() { in getCurrentMediaId() method in AvrcpNativeInterface
142 return mAvrcpService.getCurrentMediaId(); in getCurrentMediaId()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp43 static std::string getCurrentMediaId();
127 auto curr_song_id = getCurrentMediaId(); in GetNowPlayingList()
566 static std::string getCurrentMediaId() { in getCurrentMediaId() function
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/audio_util/
DMediaPlayerList.java396 public String getCurrentMediaId() { in getCurrentMediaId() method in MediaPlayerList
465 if (getCurrentMediaId().equals("")) { in getNowPlayingList()