Searched refs:IsPlaying (Results 1 – 16 of 16) sorted by relevance
224 EXPECT_TRUE(player_.IsPlaying()); in ReleasePlayer()226 EXPECT_FALSE(player_.IsPlaying()); in ReleasePlayer()329 EXPECT_TRUE(player_.IsPlaying()); in Start()340 EXPECT_FALSE(player_.IsPlaying()); in Resume()349 EXPECT_TRUE(player_.IsPlaying()); in Resume()357 EXPECT_TRUE(player_.IsPlaying()); in DecodeAudioDataUntilOutputBecomesAvailable()440 EXPECT_FALSE(player_.IsPlaying()); in StartAudioDecoderJobAndSeekToWhileDecoding()567 EXPECT_FALSE(player_.IsPlaying()); in BrowserSeekPlayer()1442 EXPECT_FALSE(player_.IsPlaying()); in TEST_F()1857 EXPECT_FALSE(player_.IsPlaying()); in TEST_F()[all …]
68 virtual bool IsPlaying() = 0;
71 virtual bool IsPlaying() OVERRIDE;
60 virtual bool IsPlaying() OVERRIDE;
301 if (prepared_ && IsPlaying()) in Pause()308 bool MediaPlayerBridge::IsPlaying() { in IsPlaying() function in media::MediaPlayerBridge
150 bool MediaSourcePlayer::IsPlaying() { in IsPlaying() function in media::MediaSourcePlayer681 if (!clock_.IsPlaying()) in OnPrefetchDone()
42 ASSERT_EQ(true, media_file_->IsPlaying()); in TEST_F()
56 bool IsPlaying();
684 bool MediaFileImpl::IsPlaying() in IsPlaying() function in webrtc::MediaFileImpl
40 bool IsPlaying() const;
27 bool Clock::IsPlaying() const { in IsPlaying() function in media::Clock
156 bool ContentVideoView::IsPlaying(JNIEnv*, jobject obj) { in IsPlaying() function in content::ContentVideoView158 return player ? player->IsPlaying() : false; in IsPlaying()
50 bool IsPlaying(JNIEnv*, jobject obj);
121 virtual bool IsPlaying() = 0;
389 return _fileModule.IsPlaying(); in IsPlayingFile()572 if(!_fileModule.IsPlaying()) in TimeUntilNextVideoFrame()
594 if ((*it)->IsPlayerReady() && !(*it)->IsPlaying() && in OnMediaResourcesRequested()