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:BootVideoPlayer
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H
A
D
boot_video_player_test.cpp
53
std::shared_ptr<
BootVideoPlayer
> player = std::make_shared<
BootVideoPlayer
>(params);
in HWTEST_F()
73
std::shared_ptr<
BootVideoPlayer
> player = std::make_shared<
BootVideoPlayer
>(params);
in HWTEST_F()
93
std::shared_ptr<
BootVideoPlayer
> player1 = std::make_shared<
BootVideoPlayer
>(params1);
in HWTEST_F()
100
std::shared_ptr<
BootVideoPlayer
> player2 = std::make_shared<
BootVideoPlayer
>(params2);
in HWTEST_F()
107
std::shared_ptr<
BootVideoPlayer
> player3 = std::make_shared<
BootVideoPlayer
>(params
in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H
A
D
boot_video_player.h
22
class
BootVideoPlayer
: public BootPlayer, public std::enable_shared_from_this<
BootVideoPlayer
> {
class
24
BootVideoPlayer
(const PlayerParams& params);
26
virtual ~
BootVideoPlayer
() = default;
51
VideoPlayerCallback(std::shared_ptr<
BootVideoPlayer
> boot)
in VideoPlayerCallback()
60
std::shared_ptr<
BootVideoPlayer
> boot_;
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H
A
D
boot_video_player.cpp
29
BootVideoPlayer
::
BootVideoPlayer
(const PlayerParams& params)
in BootVideoPlayer()
function in BootVideoPlayer
40
void
BootVideoPlayer
::Play()
in Play()
95
bool
BootVideoPlayer
::SetVideoSound()
in SetVideoSound()
126
void
BootVideoPlayer
::SetCallback(const BootAnimationCallback* cb)
in SetCallback()
133
std::shared_ptr<Media::Player>
BootVideoPlayer
::GetMediaPlayer() const
in GetMediaPlayer()
139
void
BootVideoPlayer
::StopVideo()
in StopVideo()
H
A
D
boot_animation_operation.cpp
157
videoPlayer_ = std::make_shared<
BootVideoPlayer
>(params);
in PlayVideo()
Completed in 2 milliseconds