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

  /packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/
AvrcpNativeInterface.java 93 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() {
121 d("getMediaPlayerList");
123 Log.w(TAG, "getMediaPlayerList(): AvrcpTargetService is null");
127 return mAvrcpService.getMediaPlayerList();
AvrcpTargetService.java 301 List<PlayerInfo> getMediaPlayerList() {
302 return mMediaPlayerList.getMediaPlayerList();
MediaPlayerList.java 222 List<PlayerInfo> getMediaPlayerList() {
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp_target.cpp 48 static std::vector<MediaPlayerInfo> getMediaPlayerList();
90 void GetMediaPlayerList(MediaListCallback cb) override {
92 auto player_list = getMediaPlayerList();
184 env->GetMethodID(clazz, "getMediaPlayerList", "()Ljava/util/List;");
535 static std::vector<MediaPlayerInfo> getMediaPlayerList() {

Completed in 201 milliseconds