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:TestPlayerImpl
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimedia/media_foundation/test/scenetest/helper/
H
A
D
lite_player.cpp
58
class
TestPlayerImpl
: public TestPlayer {
class
60
explicit
TestPlayerImpl
(std::shared_ptr<Media::PlayerInterface> player) : player_(std::move(player)) {}
in TestPlayerImpl()
function in OHOS::Media::Test::TestPlayerImpl
61
~
TestPlayerImpl
() override
63
MEDIA_LOG_I("
TestPlayerImpl
dtor called.");
89
return CppExt::make_unique<
TestPlayerImpl
>(player);
in Create()
92
int32_t
TestPlayerImpl
::SetSource(const TestSource& source)
in SetSource()
98
int32_t
TestPlayerImpl
::SetSingleLoop(bool loop)
in SetSingleLoop()
103
bool
TestPlayerImpl
::IsPlaying()
in IsPlaying()
108
int32_t
TestPlayerImpl
::Prepare()
in Prepare()
113
int32_t
TestPlayerImpl
[all...]
H
A
D
std_player.cpp
65
class
TestPlayerImpl
: public TestPlayer {
class
67
explicit
TestPlayerImpl
(std::unique_ptr<IPlayerEngine> player) : player_(std::move(player)) {}
in TestPlayerImpl()
function in OHOS::Media::Test::TestPlayerImpl
108
return std::make_unique<
TestPlayerImpl
>(std::move(player));
in Create()
111
int32_t
TestPlayerImpl
::SetSource(const TestSource& source)
in SetSource()
126
int32_t
TestPlayerImpl
::SetSingleLoop(bool loop)
in SetSingleLoop()
131
bool
TestPlayerImpl
::IsPlaying()
in IsPlaying()
139
int32_t
TestPlayerImpl
::Prepare()
in Prepare()
148
int32_t
TestPlayerImpl
::Play()
in Play()
163
int32_t
TestPlayerImpl
::Pause()
in Pause()
176
int32_t
TestPlayerImpl
[all...]
Completed in 2 milliseconds