Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java90 String getCurrentMediaId() { in getCurrentMediaId() method in AvrcpNativeInterface
97 return mAvrcpService.getCurrentMediaId(); in getCurrentMediaId()
DAvrcpTargetService.java301 String getCurrentMediaId() { in getCurrentMediaId() method in AvrcpTargetService
302 String id = mMediaPlayerList.getCurrentMediaId(); in getCurrentMediaId()
DMediaPlayerList.java246 String getCurrentMediaId() { in getCurrentMediaId() method in MediaPlayerList
285 if (getCurrentMediaId().equals("")) { in getNowPlayingList()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_target.cpp44 static std::string getCurrentMediaId();
95 auto curr_song_id = getCurrentMediaId(); in GetNowPlayingList()
487 static std::string getCurrentMediaId() { in getCurrentMediaId() function