/frameworks/av/media/libmediaplayerservice/ |
D | TestPlayerStub.h | 85 virtual status_t prepareAsync() {return mPlayer->prepareAsync();} in prepareAsync() function
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | StreamingSource.h | 39 virtual void prepareAsync();
|
D | HTTPLiveSource.h | 41 virtual void prepareAsync();
|
D | NuPlayerSource.h | 73 virtual void prepareAsync() = 0;
|
D | RTSPSource.h | 47 virtual void prepareAsync();
|
D | NuPlayerDriver.h | 54 virtual status_t prepareAsync();
|
D | NuPlayerDriver.cpp | 287 mPlayer->prepareAsync(); in prepare_l() 308 status_t NuPlayerDriver::prepareAsync() { in prepareAsync() function in android::NuPlayerDriver 316 mPlayer->prepareAsync(); in prepareAsync()
|
D | GenericSource.h | 62 virtual void prepareAsync();
|
D | StreamingSource.cpp | 66 void NuPlayer::StreamingSource::prepareAsync() { in prepareAsync() function in android::NuPlayer::StreamingSource
|
D | NuPlayer.h | 58 void prepareAsync();
|
/frameworks/av/media/libmediaplayer2/nuplayer2/ |
D | HTTPLiveSource2.h | 41 virtual void prepareAsync(int64_t startTimeUs);
|
D | NuPlayer2Source.h | 72 virtual void prepareAsync(int64_t startTimeUs) = 0;
|
D | RTSPSource2.h | 46 virtual void prepareAsync(int64_t startTimeUs);
|
D | NuPlayer2Driver.h | 44 virtual status_t prepareAsync() override;
|
D | GenericSource2.h | 62 virtual void prepareAsync(int64_t startTimeUs);
|
/frameworks/base/media/tests/players/ |
D | invoke_mock_media_player.cpp | 80 virtual status_t prepareAsync() { return OK; } in prepareAsync() function in __anon5c2392aa0111::Player
|
/frameworks/av/media/libmedia/include/media/ |
D | IMediaPlayer.h | 67 virtual status_t prepareAsync() = 0;
|
D | mediaplayer.h | 226 status_t prepareAsync();
|
/frameworks/av/include/media/ |
D | IMediaPlayer.h | 67 virtual status_t prepareAsync() = 0;
|
D | mediaplayer.h | 226 status_t prepareAsync();
|
D | MediaPlayerInterface.h | 201 virtual status_t prepareAsync() = 0;
|
/frameworks/av/media/libmediaplayer2/include/mediaplayer2/ |
D | mediaplayer2.h | 70 status_t prepareAsync();
|
D | MediaPlayer2Interface.h | 176 virtual status_t prepareAsync() = 0;
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
D | IllustrationVideoView.java | 175 mMediaPlayer.prepareAsync(); in setVideoResourceInternal()
|
/frameworks/av/media/libmediaplayerservice/include/ |
D | MediaPlayerInterface.h | 201 virtual status_t prepareAsync() = 0;
|