/foundation/multimedia/histreamer/tests/st/ |
D | test_single_player_fast.h | 96 while (player->IsPlaying()) { in FIXTURE() 108 ASSERT_TRUE(player->IsPlaying()); in FIXTURE() 135 ASSERT_TRUE(player->IsPlaying()); in FIXTURE() 152 ASSERT_TRUE(player->IsPlaying()); in FIXTURE() 170 ASSERT_TRUE(player->IsPlaying()); in FIXTURE() 189 ASSERT_TRUE(player->IsPlaying()); in FIXTURE() 208 ASSERT_TRUE(player->IsPlaying()); in FIXTURE() 299 while (player->IsPlaying()) { in FIXTURE() 303 while (player->IsPlaying()) { in FIXTURE()
|
D | test_std_stream_player.h | 40 while (player->IsPlaying()) { in FIXTURE() 54 while (player->IsPlaying()) { in FIXTURE()
|
D | test_single_video_player_fast_3.h | 125 ASSERT_TRUE(player->IsPlaying()); in FIXTURE() 210 ASSERT_TRUE(player->IsPlaying()); in FIXTURE() 229 ASSERT_TRUE(player->IsPlaying()); in FIXTURE() 249 ASSERT_TRUE(player->IsPlaying()); in FIXTURE() 268 ASSERT_TRUE(player->IsPlaying()); in FIXTURE() 317 ASSERT_TRUE(player->IsPlaying()); in FIXTURE() 344 ASSERT_TRUE(player->IsPlaying()); in FIXTURE() 364 ASSERT_TRUE(player->IsPlaying()); in FIXTURE()
|
D | test_player_exit.h | 33 while (player->IsPlaying()) { in FIXTURE()
|
D | test_single_video_player_slow.h | 40 while (player->IsPlaying()) { in FIXTURE()
|
/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/ |
D | audio_player.cpp | 202 if (!audioPlayer->IsPlaying()) { in UpdateTimeHandler() 261 if (player_->IsPlaying() && player_->Stop() != 0) { in DestoryPlayer() 314 if (player_->IsPlaying()) { in Play() 337 if (!player_->IsPlaying()) { in Pause() 418 bool AudioPlayer::IsPlaying() const in IsPlaying() function in OHOS::ACELite::AudioPlayer 424 return player_->IsPlaying(); in IsPlaying()
|
/foundation/multimedia/histreamer/tests/st/helper/ |
D | lite_player.cpp | 67 bool IsPlaying() override; 103 bool TestPlayerImpl::IsPlaying() in IsPlaying() function in OHOS::Media::Test::TestPlayerImpl
|
D | test_player.hpp | 57 virtual bool IsPlaying() = 0;
|
/foundation/multimedia/media_lite/frameworks/player_lite/binder/ |
D | player.cpp | 80 bool Player::IsPlaying() in IsPlaying() function in OHOS::Media::Player 87 return player_->IsPlaying(); in IsPlaying()
|
D | player_client.h | 52 bool IsPlaying();
|
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/liteplayer/ |
D | player_client.cpp | 59 bool Player::PlayerClient::IsPlaying() in IsPlaying() function in OHOS::Media::Player::PlayerClient 65 return impl_->IsPlaying(); in IsPlaying()
|
D | player.cpp | 79 bool Player::IsPlaying() in IsPlaying() function in OHOS::Media::Player 86 return player_->IsPlaying(); in IsPlaying()
|
D | player_client.h | 46 bool IsPlaying();
|
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/histreamer/ |
D | player.cpp | 79 bool Player::IsPlaying() in IsPlaying() function in OHOS::Media::Player 86 return g_player->IsPlaying(); in IsPlaying()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
D | media_player.h | 98 virtual bool IsPlaying() in IsPlaying() function
|
/foundation/multimedia/media_lite/interfaces/innerkits/ |
D | player_interface.h | 34 virtual bool IsPlaying() = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
D | media_player_impl.h | 47 bool IsPlaying() override;
|
D | rosen_media_player.h | 51 bool IsPlaying() override;
|
D | media_player_impl.cpp | 212 bool MediaPlayerImpl::IsPlaying() in IsPlaying() function in OHOS::Ace::NG::MediaPlayerImpl 215 return player_->IsPlaying(); in IsPlaying()
|
/foundation/multimedia/media_lite/interfaces/kits/player_lite/ |
D | player.h | 219 bool IsPlaying();
|
/foundation/multimedia/player_framework/services/services/player/ipc/ |
D | player_service_stub.h | 65 bool IsPlaying() override; 119 int32_t IsPlaying(MessageParcel &data, MessageParcel &reply);
|
D | player_service_stub.cpp | 93 playerFuncs_[IS_PLAYING] = { &PlayerServiceStub::IsPlaying, "Player::IsPlaying" }; in SetPlayerFuncs() 375 bool PlayerServiceStub::IsPlaying() in IsPlaying() function in OHOS::Media::PlayerServiceStub 379 return playerServer_->IsPlaying(); in IsPlaying() 424 …CHECK_AND_RETURN_RET_LOG(IsPlaying(), static_cast<int>(MSERR_INVALID_OPERATION), "Not in playback … in DoIpcAbnormality() 718 int32_t PlayerServiceStub::IsPlaying(MessageParcel &data, MessageParcel &reply) in IsPlaying() function in OHOS::Media::PlayerServiceStub 721 reply.WriteBool(IsPlaying()); in IsPlaying()
|
/foundation/multimedia/media_lite/test/unittest/player_lite/ |
D | player_lite_test.cpp | 154 bool flag = g_tagTestSample.adaptr->IsPlaying(); in HWTEST_F() 201 bool flag = g_tagTestSample.adaptr->IsPlaying(); in HWTEST_F() 231 bool flag = g_tagTestSample.adaptr->IsPlaying(); in HWTEST_F() 282 bool flag = g_tagTestSample.adaptr->IsPlaying(); in HWTEST_F() 359 bool flag = g_tagTestSample.adaptr->IsPlaying(); in HWTEST_F() 670 bool flag = g_tagTestSample.adaptr->IsPlaying(); in HWTEST_F()
|
/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/include/ |
D | audio_player.h | 110 bool IsPlaying() const;
|
/foundation/multimedia/player_framework/services/include/ |
D | i_player_service.h | 322 virtual bool IsPlaying() = 0;
|