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:isPrepared_
(Results
1 - 11
of
11
) sorted by relevance
/foundation/arkui/ace_engine/component_ext/movingphoto/
H
A
D
movingphoto_pattern.h
75
return
isPrepared_
;
in GetPrepared()
223
bool
isPrepared_
= false;
member in OHOS::Ace::NG::MovingPhotoPattern
H
A
D
movingphoto_pattern.cpp
203
if (currentPlayStatus_ == PlaybackStatus::STARTED || !
isPrepared_
|| isPlayByController_) {
in HandleLongPress()
242
if (!
isPrepared_
|| isPlayByController_) {
in HandleTouchEvent()
400
isPrepared_
= false;
in ResetMediaPlayer()
854
isPrepared_
= true;
in OnMediaPlayerPrepared()
923
if (currentPlayStatus_ == PlaybackStatus::STARTED || !
isPrepared_
) {
in StartPlayback()
1015
if (currentPlayStatus_ != PlaybackStatus::STARTED || !
isPrepared_
) {
in PausePlayback()
1195
if (currentPlayStatus_ == PlaybackStatus::STARTED || !
isPrepared_
|| isPlayByController_) {
in HandleImageAnalyzerPlayCallBack()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H
A
D
video_pattern.h
261
isPrepared_
= isPrepared;
in SetIsPrepared()
265
return
isPrepared_
;
in GetIsPrepared()
411
bool
isPrepared_
= false;
member in OHOS::OHOS::Ace::NG::VideoPattern
H
A
D
video_pattern.cpp
1676
if (!mediaPlayer_ || !mediaPlayer_->IsMediaPlayerValid() || !
isPrepared_
) {
in OnModifyDone()
1851
isPrepared_
= videoPattern->GetIsPrepared();
in OnModifyDone()
/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H
A
D
audio_haptic_sound_low_latency_impl.cpp
112
[this]() { return
isPrepared_
|| isReleased_ || isUnsupportedFile_; });
in PrepareSound()
116
CHECK_AND_RETURN_RET_LOG(
isPrepared_
, MSERR_OPEN_FILE_FAILED, "Failed to load audio uri: time out.");
in PrepareSound()
259
isPrepared_
= true;
in NotifyPreparedEvent()
H
A
D
audio_haptic_sound_normal_impl.cpp
112
[this]() { return
isPrepared_
|| isReleased_ || isUnsupportedFile_; });
in ResetAVPlayer()
115
CHECK_AND_RETURN_RET_LOG(
isPrepared_
, MSERR_OPEN_FILE_FAILED, "Failed to load audio uri: time out.");
in ResetAVPlayer()
270
isPrepared_
= true;
in NotifyPreparedEvent()
H
A
D
audio_haptic_sound_low_latency_impl.h
70
bool
isPrepared_
= false;
member in OHOS::Media::AudioHapticSoundLowLatencyImpl
H
A
D
audio_haptic_sound_normal_impl.h
69
bool
isPrepared_
= false;
member in OHOS::Media::AudioHapticSoundNormalImpl
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H
A
D
player.h
144
bool
isPrepared_
= false;
member in OHOS::Ace::Player
H
A
D
player.cpp
205
isPrepared_
= true;
in OnPrepared()
447
if (
isPrepared_
) {
in OnAddPreparedListener()
/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H
A
D
movingphoto_test_ng.cpp
479
* case1:
isPrepared_
= true
in HWTEST_F()
883
movingphotoPattern->
isPrepared_
= true;
in HWTEST_F()
Completed in 12 milliseconds