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:SoundPoolManager
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/player_framework/frameworks/native/soundpool/
H
A
D
soundpool_manager.h
27
class
SoundPoolManager
{
class
29
SoundPoolManager
(const
SoundPoolManager
&) = delete;
30
SoundPoolManager
& operator = (const
SoundPoolManager
&) = delete;
31
~
SoundPoolManager
();
37
static
SoundPoolManager
& GetInstance()
in GetInstance()
39
static
SoundPoolManager
instance;
in GetInstance()
44
SoundPoolManager
() {}
in SoundPoolManager()
function in OHOS::Media::SoundPoolManager
H
A
D
soundpool_manager.cpp
21
constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_DOMAIN_SOUNDPOOL, "
SoundPoolManager
"};
26
SoundPoolManager
::~
SoundPoolManager
()
in ~SoundPoolManager()
28
MEDIA_LOGI("Destruction
SoundPoolManager
.");
in ~SoundPoolManager()
34
int32_t
SoundPoolManager
::GetSoundPool(const pid_t pid, std::shared_ptr<SoundPool>& soundPool)
in GetSoundPool()
42
int32_t
SoundPoolManager
::SetSoundPool(const pid_t pid, std::shared_ptr<SoundPool> soundPool)
in SetSoundPool()
56
int32_t
SoundPoolManager
::Release(const pid_t pid)
in Release()
H
A
D
soundpool.cpp
36
SoundPoolManager
::GetInstance().SetSoundPool(getpid(), impl);
in CreateSoundPool()
37
SoundPoolManager
::GetInstance().GetSoundPool(getpid(), impl);
in CreateSoundPool()
226
SoundPoolManager
::GetInstance().Release(getpid());
in ReleaseInner()
Completed in 1 milliseconds