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:DoSetSource
(Results
1 - 11
of
11
) sorted by relevance
/foundation/multimedia/media_foundation/engine/scene/player/internal/
H
A
D
idle_state.h
35
auto ret = executor_.
DoSetSource
(source);
H
A
D
init_state.h
42
auto ret = executor_.
DoSetSource
(source);
/foundation/multimedia/media_foundation/engine/scene/player/
H
A
D
play_executor.h
45
virtual ErrorCode
DoSetSource
(const std::shared_ptr<MediaSource>& source)
in DoSetSource()
function in OHOS::Media::PlayExecutor
/foundation/multimedia/media_foundation/test/unittest/
H
A
D
TestStateMachine.cpp
44
ErrorCode
DoSetSource
(const std::shared_ptr<MediaSource>& source) override
/foundation/multimedia/media_foundation/engine/scene/player/lite/
H
A
D
hiplayer_impl.h
100
ErrorCode
DoSetSource
(const std::shared_ptr<MediaSource>& source) override;
H
A
D
hiplayer_impl.cpp
317
ErrorCode HiPlayerImpl::
DoSetSource
(const std::shared_ptr<MediaSource>& source)
in DoSetSource()
function in OHOS::Media::HiPlayerImpl
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H
A
D
hiplayer_impl.h
93
ErrorCode
DoSetSource
(const std::shared_ptr<MediaSource>& source);
H
A
D
hiplayer_impl.cpp
156
ret =
DoSetSource
(std::make_shared<MediaSource>(uri));
in SetSource()
174
ret =
DoSetSource
(std::make_shared<MediaSource>(dataSrc));
in SetSource()
571
ErrorCode HiPlayerImpl::
DoSetSource
(const std::shared_ptr<MediaSource>& source)
in DoSetSource()
function in OHOS::Media::HiPlayerImpl
/foundation/multimedia/player_framework/test/unittest/hiplayer_impl_test/
H
A
D
hiplayer_impl_unit_test.cpp
760
hiplayer_->
DoSetSource
(std::make_shared<MediaSource>(url));
in HWTEST_F()
784
hiplayer_->
DoSetSource
(std::make_shared<MediaSource>(url));
in HWTEST_F()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H
A
D
hiplayer_impl.h
176
Status
DoSetSource
(const std::shared_ptr<MediaSource> source);
H
A
D
hiplayer_impl.cpp
529
CollectionErrorInfo(errCode, "PrepareAsync error:
DoSetSource
error");
in PrepareAsync()
571
ret =
DoSetSource
(std::make_shared<MediaSource>(dataSrc_));
in DoSetMediaSource()
574
MEDIA_LOG_I_SHORT("
DoSetSource
header");
in DoSetMediaSource()
575
ret =
DoSetSource
(std::make_shared<MediaSource>(url_, header_));
in DoSetMediaSource()
577
MEDIA_LOG_I_SHORT("
DoSetSource
url");
in DoSetMediaSource()
578
ret =
DoSetSource
(std::make_shared<MediaSource>(url_));
in DoSetMediaSource()
2153
Status HiPlayerImpl::
DoSetSource
(const std::shared_ptr<MediaSource> source)
in DoSetSource()
function in OHOS::Media::HiPlayerImpl
2155
MediaTrace trace("HiPlayerImpl::
DoSetSource
");
in DoSetSource()
Completed in 12 milliseconds