Searched defs:getMediaPlayerList (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/
H A DAvrcpNativeInterface.java93 Log.w(TAG, "getMediaPlayerList(): AvrcpTargetService is null");
103 Log.w(TAG, "getMediaPlayerList(): AvrcpTargetService is null");
113 Log.w(TAG, "getMediaPlayerList(): AvrcpTargetService is null");
120 List<PlayerInfo> getMediaPlayerList() { method in class:AvrcpNativeInterface
121 d("getMediaPlayerList");
123 Log.w(TAG, "getMediaPlayerList(): AvrcpTargetService is null");
127 return mAvrcpService.getMediaPlayerList();
H A DAvrcpTargetService.java301 List<PlayerInfo> getMediaPlayerList() { method in class:AvrcpTargetService
302 return mMediaPlayerList.getMediaPlayerList();
H A DMediaPlayerList.java222 List<PlayerInfo> getMediaPlayerList() { method in class:MediaPlayerList
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp_target.cpp48 static std::vector<MediaPlayerInfo> getMediaPlayerList();
92 auto player_list = getMediaPlayerList();
184 env->GetMethodID(clazz, "getMediaPlayerList", "()Ljava/util/List;");
535 static std::vector<MediaPlayerInfo> getMediaPlayerList() { function in namespace:android

Completed in 13 milliseconds