HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentMediaId (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/
AvrcpNativeInterface.java 90 String getCurrentMediaId() {
91 d("getCurrentMediaId");
97 return mAvrcpService.getCurrentMediaId();
AvrcpTargetService.java 281 String getCurrentMediaId() {
282 String id = mMediaPlayerList.getCurrentMediaId();
MediaPlayerList.java 234 String getCurrentMediaId() {
246 d("getCurrentMediaId: No active queue item Id sending empty mediaId: PlaybackState="
272 // |getCurrentMediaId()| for reasons why there might be no active song.
273 if (getCurrentMediaId().equals("")) {
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp_target.cpp 43 static std::string getCurrentMediaId();
85 auto curr_song_id = getCurrentMediaId();
175 env->GetMethodID(clazz, "getCurrentMediaId", "()Ljava/lang/String;");
474 static std::string getCurrentMediaId() {

Completed in 96 milliseconds