Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:sp

32         virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/,
36 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/,
42 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/,
43 const sp<IStreamSource> &/*source*/,
46 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/,
47 const sp<DataSource> &/*source*/,
50 virtual sp<MediaPlayerBase> createPlayer(pid_t pid) = 0;
56 static player_type getPlayerType(const sp<IMediaPlayer>& client,
58 static player_type getPlayerType(const sp<IMediaPlayer>& client,
62 static player_type getPlayerType(const sp<IMediaPlayer>& client,
63 const sp<IStreamSource> &source);
64 static player_type getPlayerType(const sp<IMediaPlayer>& client,
65 const sp<DataSource> &source);
67 static sp<MediaPlayerBase> createPlayer(player_type playerType,