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
defs:effectid
(Results
1 - 12
of
12
) sorted by relevance
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_capture_interface/src/
H
A
D
audio_capture_interface_impl_test.cpp
456
uint64_t
effectid
= 0;
in HWTEST_F()
local
469
uint64_t
effectid
= 0;
in HWTEST_F()
local
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_interface/src/
H
A
D
audio_render_interface_impl_test.cpp
658
uint64_t
effectid
= 0;
in HWTEST_F()
local
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_extension/src/
H
A
D
audio_render_ext_impl_test.cpp
170
uint64_t
effectid
= 0;
in HWTEST_F()
local
/drivers/peripheral/audio/hal/hdi_binder/server/src/
H
A
D
hdf_audio_server_capture.c
897
uint64_t
effectid
= 0;
in HdiServiceCaptureAddEffect()
local
926
uint64_t
effectid
= 0;
in HdiServiceCaptureRemoveEffect()
local
H
A
D
hdf_audio_server_render.c
1011
uint64_t
effectid
= 0;
in HdiServiceRenderAddEffect()
local
1040
uint64_t
effectid
= 0;
in HdiServiceRenderRemoveEffect()
local
/drivers/peripheral/audio/test/hal_mock/
H
A
D
audio_render_mock.c
334
static int32_t AddAudioEffect(struct IAudioRenderVdi* render, uint64_t
effectid
)
in AddAudioEffect()
argument
343
static int32_t RemoveAudioEffect(struct IAudioRenderVdi* render, uint64_t
effectid
)
in RemoveAudioEffect()
argument
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H
A
D
audio_capture_ext_impl.cpp
351
int32_t AudioCaptureExtImpl::AddAudioEffect(uint64_t
effectid
)
in AddAudioEffect()
argument
358
int32_t AudioCaptureExtImpl::RemoveAudioEffect(uint64_t
effectid
)
in RemoveAudioEffect()
argument
H
A
D
audio_capture_interface_impl.cpp
348
int32_t AudioCaptureInterfaceImpl::AddAudioEffect(uint64_t
effectid
)
in AddAudioEffect()
argument
355
int32_t AudioCaptureInterfaceImpl::RemoveAudioEffect(uint64_t
effectid
)
in RemoveAudioEffect()
argument
H
A
D
audio_render_interface_impl.cpp
437
int32_t AudioRenderInterfaceImpl::AddAudioEffect(uint64_t
effectid
)
in AddAudioEffect()
argument
444
int32_t AudioRenderInterfaceImpl::RemoveAudioEffect(uint64_t
effectid
)
in RemoveAudioEffect()
argument
H
A
D
audio_render_ext_impl.cpp
469
int32_t AudioRenderExtImpl::AddAudioEffect(uint64_t
effectid
)
in AddAudioEffect()
argument
476
int32_t AudioRenderExtImpl::RemoveAudioEffect(uint64_t
effectid
)
in RemoveAudioEffect()
argument
/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/
H
A
D
audio_capture_vdi.c
551
int32_t AudioCaptureAddAudioEffectVdi(struct IAudioCapture *capture, uint64_t
effectid
)
in AudioCaptureAddAudioEffectVdi()
argument
569
int32_t AudioCaptureRemoveAudioEffectVdi(struct IAudioCapture *capture, uint64_t
effectid
)
in AudioCaptureRemoveAudioEffectVdi()
argument
H
A
D
audio_render_vdi.c
684
int32_t AudioRenderAddAudioEffectVdi(struct IAudioRender *render, uint64_t
effectid
)
in AudioRenderAddAudioEffectVdi()
argument
696
int32_t AudioRenderRemoveAudioEffectVdi(struct IAudioRender *render, uint64_t
effectid
)
in AudioRenderRemoveAudioEffectVdi()
argument
Completed in 14 milliseconds