Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsPlaying
(Results
1 - 25
of
77
) sorted by relevance
1
2
3
4
/foundation/multimedia/media_foundation/test/scenetest/
H
A
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()
H
A
D
test_std_stream_player.h
40
while (player->
IsPlaying
()) {
in FIXTURE()
54
while (player->
IsPlaying
()) {
in FIXTURE()
H
A
D
test_single_video_player_fast_3.h
128
ASSERT_TRUE(player->
IsPlaying
());
in FIXTURE()
213
ASSERT_TRUE(player->
IsPlaying
());
in FIXTURE()
232
ASSERT_TRUE(player->
IsPlaying
());
in FIXTURE()
252
ASSERT_TRUE(player->
IsPlaying
());
in FIXTURE()
271
ASSERT_TRUE(player->
IsPlaying
());
in FIXTURE()
320
ASSERT_TRUE(player->
IsPlaying
());
in FIXTURE()
347
ASSERT_TRUE(player->
IsPlaying
());
in FIXTURE()
367
ASSERT_TRUE(player->
IsPlaying
());
in FIXTURE()
H
A
D
test_player_exit.h
33
while (player->
IsPlaying
()) {
in FIXTURE()
H
A
D
test_single_video_player_slow.h
40
while (player->
IsPlaying
()) {
in FIXTURE()
H
A
D
test_single_video_player_fast_1.h
64
while (player->
IsPlaying
()) {
in FIXTURE()
77
while (player->
IsPlaying
()) {
in FIXTURE()
217
ASSERT_TRUE(player->
IsPlaying
());
in FIXTURE()
346
ASSERT_TRUE(player->
IsPlaying
());
in FIXTURE()
H
A
D
test_single_audio_recorder_slow.h
103
while (player->
IsPlaying
()) {
in FIXTURE()
/foundation/multimedia/media_foundation/test/scenetest/audio_player/
H
A
D
TestFastPlayer.cpp
57
while (player->
IsPlaying
()) {
in TestSinglePlayerFinishedAutomatically()
70
ASSERT_TRUE(player->
IsPlaying
());
in TestSinglePlayerFinishedManually()
98
ASSERT_TRUE(player->
IsPlaying
());
in TestSinglePlayerGetCurrentTime()
114
ASSERT_TRUE(player->
IsPlaying
());
in TestSinglePlayerSeek()
131
ASSERT_TRUE(player->
IsPlaying
());
in TestSinglePlayerSeekPause()
149
ASSERT_TRUE(player->
IsPlaying
());
in TestSinglePlayerPauseSeek()
218
while (player->
IsPlaying
()) {
in TestSinglePlayerFinishPlayAgain()
222
while (player->
IsPlaying
()) {
in TestSinglePlayerFinishPlayAgain()
/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/
H
A
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/media_foundation/test/scenetest/helper/
H
A
D
lite_player.cpp
67
bool
IsPlaying
() override;
103
bool TestPlayerImpl::
IsPlaying
()
in IsPlaying()
function in OHOS::Media::Test::TestPlayerImpl
H
A
D
test_player.hpp
57
virtual bool
IsPlaying
() = 0;
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/liteplayer/
H
A
D
player_client.cpp
59
bool Player::PlayerClient::
IsPlaying
()
in IsPlaying()
function in OHOS::Media::Player::PlayerClient
65
return impl_->
IsPlaying
();
in IsPlaying()
H
A
D
player.cpp
79
bool Player::
IsPlaying
()
in IsPlaying()
function in OHOS::Media::Player
86
return player_->
IsPlaying
();
in IsPlaying()
H
A
D
player_client.h
46
bool
IsPlaying
();
/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H
A
D
player.cpp
80
bool Player::
IsPlaying
()
in IsPlaying()
function in OHOS::Media::Player
87
return player_->
IsPlaying
();
in IsPlaying()
H
A
D
player_client.h
52
bool
IsPlaying
();
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/histreamer/
H
A
D
player.cpp
79
bool Player::
IsPlaying
()
in IsPlaying()
function in OHOS::Media::Player
81
MEDIA_INFO_LOG("Player
IsPlaying
in");
in IsPlaying()
86
return g_player->
IsPlaying
();
in IsPlaying()
/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H
A
D
player_unit_test.cpp
61
EXPECT_TRUE(player_->
IsPlaying
());
in PlayFunTest()
97
EXPECT_FALSE(player_->
IsPlaying
());
in NoRunPlayFunTest()
230
EXPECT_EQ(false, player_->
IsPlaying
());
in HWTEST_F()
247
EXPECT_EQ(false, player_->
IsPlaying
());
in HWTEST_F()
298
EXPECT_EQ(false, player_->
IsPlaying
());
in HWTEST_F()
909
EXPECT_TRUE(player_->
IsPlaying
());
in HWTEST_F()
927
EXPECT_TRUE(player_->
IsPlaying
());
in HWTEST_F()
946
EXPECT_TRUE(player_->
IsPlaying
());
in HWTEST_F()
966
EXPECT_TRUE(player_->
IsPlaying
());
in HWTEST_F()
1001
EXPECT_TRUE(player_->
IsPlaying
());
in HWTEST_F()
[all...]
/foundation/multimedia/media_foundation/test/scenetest/video_player/
H
A
D
TestFastVedioPlayer.cpp
69
while (player->
IsPlaying
()) {
in TestPlayerFinishedAutomatically()
81
while (player->
IsPlaying
()) {
in TestSinglePlayerFdSourceFinishedAutomatically()
201
ASSERT_TRUE(player->
IsPlaying
());
in TestPreparePlaySeekPrepareRelease()
303
ASSERT_TRUE(player->
IsPlaying
());
in TestPreparePlaySeekRelease()
400
ASSERT_TRUE(player->
IsPlaying
());
in TestPreparePlaySeekPauseRelease()
517
ASSERT_TRUE(player->
IsPlaying
());
in TestPreparePlaySeekStopRelease()
630
ASSERT_TRUE(player->
IsPlaying
());
in TestPreparePlaySeekResetRelease()
691
ASSERT_TRUE(player->
IsPlaying
());
in TestPreparePlaySeekRelease300()
707
ASSERT_TRUE(player->
IsPlaying
());
in TestPreparePlayPauseSeekRelease()
724
ASSERT_TRUE(player->
IsPlaying
());
in TestPreparePlayStopSeekRelease()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
media_player_impl.h
48
bool
IsPlaying
() override;
H
A
D
rosen_media_player.h
54
bool
IsPlaying
() override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H
A
D
media_player.h
112
virtual bool
IsPlaying
()
in IsPlaying()
function in OHOS::Ace::NG::MediaPlayer
/foundation/multimedia/media_lite/interfaces/kits/player_lite/
H
A
D
player.h
219
bool
IsPlaying
();
/foundation/multimedia/media_lite/interfaces/innerkits/
H
A
D
player_interface.h
34
virtual bool
IsPlaying
() = 0;
/foundation/multimedia/media_lite/test/unittest/player_lite/
H
A
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()
Completed in 15 milliseconds
1
2
3
4