Searched defs:createPlayer (Results 1 – 6 of 6) sorted by relevance
127 sp<MediaPlayerBase> MediaPlayerFactory::createPlayer( in createPlayer() function in android::MediaPlayerFactory217 virtual sp<MediaPlayerBase> createPlayer(pid_t pid) { in createPlayer() function in android::NuPlayerFactory235 virtual sp<MediaPlayerBase> createPlayer(pid_t /* pid */) { in createPlayer() function in android::TestPlayerFactory
820 sp<MediaPlayerBase> MediaPlayerService::Client::createPlayer(player_type playerType) in createPlayer() function in android::MediaPlayerService::Client
175 private MediaPlayer createPlayer() throws IOException { in createPlayer() method in AudioAutoStartActivity
71 public InCallTonePlayer createPlayer(int tone) { in createPlayer() method in InCallTonePlayer.Factory
1455 protected MpegTsPlayer createPlayer(AudioCapabilities capabilities) { in createPlayer() method in TunerSessionWorker
1388 protected MpegTsPlayerV2 createPlayer(AudioCapabilities capabilities) { in createPlayer() method in TunerSessionWorkerExoV2