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:AudioParamHDF
(Results
1 - 12
of
12
) sorted by relevance
/foundation/distributedhardware/distributed_audio/services/common/audioparam/
H
A
D
audio_param.h
105
typedef struct
AudioParamHDF
{
struct
115
}
AudioParamHDF
;
typedef
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/include/
H
A
D
idaudio_hdi_callback.h
33
virtual int32_t SetParameters(const int32_t streamId, const
AudioParamHDF
¶m) = 0;
H
A
D
daudio_manager_callback.h
54
AudioParamHDF
& paramHDF);
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H
A
D
dspeaker_dev.h
56
int32_t SetParameters(const int32_t streamId, const
AudioParamHDF
¶m) override;
101
AudioParamHDF
paramHDF_;
H
A
D
dmic_dev.h
61
int32_t SetParameters(const int32_t streamId, const
AudioParamHDF
¶m) override;
120
AudioParamHDF
paramHDF_;
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_manager_callback/include/
H
A
D
audio_test_utils.h
40
int32_t SetParameters(const int32_t streamId, const
AudioParamHDF
¶m) override
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_hdi_handler/include/
H
A
D
audio_test_utils.h
68
int32_t SetParameters(const int32_t streamId, const
AudioParamHDF
¶m) override
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H
A
D
daudio_manager_callback.cpp
57
int32_t DAudioManagerCallback::GetAudioParamHDF(const AudioParameter& param,
AudioParamHDF
& paramHDF)
in GetAudioParamHDF()
110
AudioParamHDF
paramHDF;
in SetParameters()
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H
A
D
dspeaker_dev_test.cpp
144
const
AudioParamHDF
param = {
in HWTEST_F()
299
const
AudioParamHDF
param = {
in HWTEST_F()
H
A
D
dmic_dev_test.cpp
136
AudioParamHDF
param = {
in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H
A
D
dspeaker_dev.cpp
161
int32_t DSpeakerDev::SetParameters(const int32_t streamId, const
AudioParamHDF
¶m)
in SetParameters()
H
A
D
dmic_dev.cpp
177
int32_t DMicDev::SetParameters(const int32_t streamId, const
AudioParamHDF
¶m)
in SetParameters()
Completed in 6 milliseconds