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:StreamIDManager
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/player_framework/frameworks/native/soundpool/
H
A
D
stream_id_manager.cpp
25
constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_DOMAIN_SOUNDPOOL, "
StreamIDManager
"};
32
StreamIDManager
::
StreamIDManager
(int32_t maxStreams,
in StreamIDManager()
function in OHOS::Media::StreamIDManager
35
MEDIA_LOGI("Construction
StreamIDManager
.");
in StreamIDManager()
39
StreamIDManager
::~
StreamIDManager
()
in ~StreamIDManager()
41
MEDIA_LOGI("Destruction
StreamIDManager
");
in ~StreamIDManager()
64
int32_t
StreamIDManager
::InitThreadPool()
in InitThreadPool()
89
int32_t
StreamIDManager
::Play(std::shared_ptr<SoundParser> soundParser, PlayParams playParameters)
in Play()
91
MediaTrace trace("
StreamIDManager
in Play()
[all...]
H
A
D
stream_id_manager.h
30
class
StreamIDManager
: public std::enable_shared_from_this<
StreamIDManager
> {
class
32
StreamIDManager
(int32_t maxStreams, AudioStandard::AudioRendererInfo audioRenderInfo);
33
~
StreamIDManager
();
52
explicit CacheBufferCallBack(const std::weak_ptr<
StreamIDManager
> streamIDManager)
in CacheBufferCallBack()
56
"Construction
StreamIDManager
::CacheBufferCallBack");
in CacheBufferCallBack()
62
"
StreamIDManager
::CacheBufferCallBack OnLoadCompleted");
in OnLoadCompleted()
69
"
StreamIDManager
::CacheBufferCallBack OnPlayFinished");
in OnPlayFinished()
75
"
StreamIDManager
::CacheBufferCallBack OnError");
in OnError()
79
std::weak_ptr<
StreamIDManager
> streamIDManagerInner
[all...]
H
A
D
soundpool.h
64
std::shared_ptr<
StreamIDManager
> streamIdManager_;
H
A
D
soundpool.cpp
61
streamIdManager_ = std::make_shared<
StreamIDManager
>(maxStreams, audioRenderInfo);
in Init()
Completed in 2 milliseconds