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:AudioDump
(Results
1 - 11
of
11
) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H
A
D
audio_utils.h
394
class
AudioDump
{
class
396
static
AudioDump
& GetInstance();
400
AudioDump
() {}
in AudioDump()
function in OHOS::AudioStandard::AudioDump
401
~
AudioDump
() {}
in ~AudioDump()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H
A
D
audio_utils.cpp
1328
AudioDump
&
AudioDump
::GetInstance()
in GetInstance()
1330
static
AudioDump
mAudioDump;
in GetInstance()
1334
void
AudioDump
::SetVersionType(const std::string& versionType)
in SetVersionType()
1339
std::string
AudioDump
::GetVersionType()
in GetVersionType()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H
A
D
capturer_in_server.cpp
249
if (
AudioDump
::GetInstance().GetVersionType() == BETA_VERSION) {
in ReadData()
H
A
D
audio_endpoint.cpp
1561
if (
AudioDump
::GetInstance().GetVersionType() == BETA_VERSION) {
in GetAllReadyProcessData()
1609
if (
AudioDump
::GetInstance().GetVersionType() == BETA_VERSION) {
in ProcessToEndpointDataHandle()
2041
if (
AudioDump
::GetInstance().GetVersionType() == BETA_VERSION) {
in ReadFromEndpoint()
H
A
D
renderer_in_server.cpp
487
if (
AudioDump
::GetInstance().GetVersionType() == BETA_VERSION) {
in WriteData()
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H
A
D
audio_effect_chain.cpp
390
if (
AudioDump
::GetInstance().GetVersionType() == BETA_VERSION) {
in DumpEffectProcessData()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/
H
A
D
offload_audio_renderer_sink.cpp
658
if (
AudioDump
::GetInstance().GetVersionType() == BETA_VERSION) {
in RenderFrame()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H
A
D
bluetooth_renderer_sink.cpp
522
if (
AudioDump
::GetInstance().GetVersionType() == BETA_VERSION) {
in RenderFrame()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/
H
A
D
audio_renderer_sink.cpp
760
if (
AudioDump
::GetInstance().GetVersionType() == BETA_VERSION) {
in RenderFrame()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H
A
D
audio_capturer_source.cpp
820
if (
AudioDump
::GetInstance().GetVersionType() == BETA_VERSION) {
in CaptureFrame()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H
A
D
audio_policy_service.cpp
440
AudioDump
::GetInstance().SetVersionType(versionType);
in Init()
Completed in 36 milliseconds