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:SoundIDManager
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/player_framework/frameworks/native/soundpool/
H
A
D
sound_id_manager.cpp
23
constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_DOMAIN_SOUNDPOOL, "
SoundIDManager
"};
30
SoundIDManager
::
SoundIDManager
() : isParsingThreadPoolStarted_(false), quitQueue_(false)
in SoundIDManager()
function in OHOS::Media::SoundIDManager
32
MEDIA_LOGI("Construction
SoundIDManager
");
in SoundIDManager()
36
SoundIDManager
::~
SoundIDManager
()
in ~SoundIDManager()
38
MEDIA_LOGI("Destruction
SoundIDManager
");
in ~SoundIDManager()
64
int32_t
SoundIDManager
::InitThreadPool()
in InitThreadPool()
77
int32_t
SoundIDManager
::Load(std::string url)
in Load()
107
int32_t
SoundIDManager
[all...]
H
A
D
sound_id_manager.h
28
class
SoundIDManager
{
class
30
SoundIDManager
();
31
~
SoundIDManager
();
H
A
D
soundpool.h
63
std::shared_ptr<
SoundIDManager
> soundIDManager_;
H
A
D
soundpool.cpp
62
soundIDManager_ = std::make_shared<
SoundIDManager
>();
in Init()
Completed in 2 milliseconds