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:propertyArray
(Results
1 - 13
of
13
) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H
A
D
audio_stream_manager.cpp
209
int32_t AudioStreamManager::GetSupportedAudioEffectProperty(AudioEffectPropertyArray &
propertyArray
)
in GetSupportedAudioEffectProperty()
argument
214
int32_t AudioStreamManager::GetSupportedAudioEnhanceProperty(AudioEnhancePropertyArray &
propertyArray
)
in GetSupportedAudioEnhanceProperty()
argument
219
int32_t AudioStreamManager::SetAudioEffectProperty(const AudioEffectPropertyArray &
propertyArray
)
in SetAudioEffectProperty()
argument
224
int32_t AudioStreamManager::GetAudioEffectProperty(AudioEffectPropertyArray &
propertyArray
)
in GetAudioEffectProperty()
argument
229
int32_t AudioStreamManager::SetAudioEnhanceProperty(const AudioEnhancePropertyArray &
propertyArray
)
in SetAudioEnhanceProperty()
argument
234
GetAudioEnhanceProperty(AudioEnhancePropertyArray &
propertyArray
)
GetAudioEnhanceProperty()
argument
[all...]
H
A
D
audio_manager_proxy.cpp
1068
int32_t AudioManagerProxy::GetAudioEnhanceProperty(AudioEnhancePropertyArray &
propertyArray
,
in GetAudioEnhanceProperty()
argument
1092
int32_t AudioManagerProxy::GetAudioEffectProperty(AudioEffectPropertyArray &
propertyArray
)
in GetAudioEffectProperty()
argument
1115
int32_t AudioManagerProxy::SetAudioEnhanceProperty(const AudioEnhancePropertyArray &
propertyArray
,
in SetAudioEnhanceProperty()
argument
1138
int32_t AudioManagerProxy::SetAudioEffectProperty(const AudioEffectPropertyArray &
propertyArray
)
in SetAudioEffectProperty()
argument
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/test/unittest/enhance_unit_test/src/
H
A
D
audio_enhance_chain_manager_unit_test.cpp
550
AudioEnhancePropertyArray
propertyArray
;
in HWTEST_F()
local
565
AudioEnhancePropertyArray
propertyArray
;
in HWTEST_F()
local
580
AudioEnhancePropertyArray
propertyArray
;
in HWTEST_F()
local
596
AudioEnhancePropertyArray
propertyArray
;
in HWTEST_F()
local
609
AudioEnhancePropertyArray
propertyArray
;
HWTEST_F()
local
627
AudioEnhancePropertyArray
propertyArray
;
HWTEST_F()
local
[all...]
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H
A
D
audio_server_effect.cpp
160
int32_t AudioServer::SetAudioEffectProperty(const AudioEffectPropertyArray &
propertyArray
)
in SetAudioEffectProperty()
argument
170
int32_t AudioServer::GetAudioEffectProperty(AudioEffectPropertyArray &
propertyArray
)
in GetAudioEffectProperty()
argument
180
int32_t AudioServer::SetAudioEnhanceProperty(const AudioEnhancePropertyArray &
propertyArray
,
in SetAudioEnhanceProperty()
argument
191
int32_t AudioServer::GetAudioEnhanceProperty(AudioEnhancePropertyArray &
propertyArray
,
in GetAudioEnhanceProperty()
argument
H
A
D
audio_manager_stub.cpp
904
AudioEffectPropertyArray
propertyArray
= {};
in HandleSetAudioEffectProperty()
local
917
AudioEffectPropertyArray
propertyArray
= {};
in HandleGetAudioEffectProperty()
local
935
AudioEnhancePropertyArray
propertyArray
= {};
in HandleSetAudioEnhanceProperty()
local
949
AudioEnhancePropertyArray
propertyArray
= {};
HandleGetAudioEnhanceProperty()
local
[all...]
/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/
H
A
D
napi_audio_stream_manager.cpp
666
AudioEffectPropertyArray
propertyArray
= {};
in GetSupportedAudioEffectProperty()
local
687
AudioEnhancePropertyArray
propertyArray
= {};
in GetSupportedAudioEnhanceProperty()
local
707
AudioEffectPropertyArray
propertyArray
= {};
in GetAudioEffectProperty()
local
734
AudioEffectPropertyArray
propertyArray
in SetAudioEffectProperty()
local
756
AudioEnhancePropertyArray
propertyArray
= {};
GetAudioEnhanceProperty()
local
783
AudioEnhancePropertyArray
propertyArray
= {};
SetAudioEnhanceProperty()
local
[all...]
/foundation/multimedia/audio_framework/test/fuzztest/audioeffectchain_fuzzer/
H
A
D
audio_effect_chain_fuzzer.cpp
276
AudioEnhancePropertyArray
propertyArray
;
in AudioEnhanceChainManagerFuzzTest()
local
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H
A
D
audio_enhance_chain_manager.cpp
722
int32_t AudioEnhanceChainManager::SetAudioEnhanceProperty(const AudioEnhancePropertyArray &
propertyArray
,
in SetAudioEnhanceProperty()
argument
767
int32_t AudioEnhanceChainManager::GetAudioEnhanceProperty(AudioEnhancePropertyArray &
propertyArray
,
in GetAudioEnhanceProperty()
argument
H
A
D
audio_effect_chain_manager.cpp
1203
int32_t AudioEffectChainManager::SetAudioEffectProperty(const AudioEffectPropertyArray &
propertyArray
)
in SetAudioEffectProperty()
argument
1217
int32_t AudioEffectChainManager::GetAudioEffectProperty(AudioEffectPropertyArray &
propertyArray
)
in GetAudioEffectProperty()
argument
/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/
H
A
D
audio_policy_proxy.cpp
1928
int32_t AudioPolicyProxy::GetSupportedAudioEnhanceProperty(AudioEnhancePropertyArray &
propertyArray
)
in GetSupportedAudioEnhanceProperty()
argument
1951
int32_t AudioPolicyProxy::GetSupportedAudioEffectProperty(AudioEffectPropertyArray &
propertyArray
)
in GetSupportedAudioEffectProperty()
argument
1974
int32_t AudioPolicyProxy::GetAudioEnhanceProperty(AudioEnhancePropertyArray &
propertyArray
)
in GetAudioEnhanceProperty()
argument
1997
int32_t AudioPolicyProxy::GetAudioEffectProperty(AudioEffectPropertyArray &
propertyArray
)
in GetAudioEffectProperty()
argument
2020
int32_t AudioPolicyProxy::SetAudioEnhanceProperty(const AudioEnhancePropertyArray &
propertyArray
)
in SetAudioEnhanceProperty()
argument
2041
SetAudioEffectProperty(const AudioEffectPropertyArray &
propertyArray
)
SetAudioEffectProperty()
argument
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H
A
D
audio_policy_manager_stub.cpp
2063
AudioEnhancePropertyArray
propertyArray
= {};
in GetSupportedAudioEnhancePropertyInternal()
local
2076
AudioEffectPropertyArray
propertyArray
= {};
in GetSupportedAudioEffectPropertyInternal()
local
2092
AudioEffectPropertyArray
propertyArray
= {};
in SetAudioEffectPropertyInternal()
local
2104
AudioEffectPropertyArray
propertyArray
= {};
GetAudioEffectPropertyInternal()
local
2120
AudioEnhancePropertyArray
propertyArray
= {};
SetAudioEnhancePropertyInternal()
local
2132
AudioEnhancePropertyArray
propertyArray
= {};
GetAudioEnhancePropertyInternal()
local
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H
A
D
audio_policy_manager.cpp
2042
int32_t AudioPolicyManager::GetSupportedAudioEffectProperty(AudioEffectPropertyArray &
propertyArray
)
in GetSupportedAudioEffectProperty()
argument
2049
int32_t AudioPolicyManager::GetSupportedAudioEnhanceProperty(AudioEnhancePropertyArray &
propertyArray
)
in GetSupportedAudioEnhanceProperty()
argument
2056
int32_t AudioPolicyManager::SetAudioEffectProperty(const AudioEffectPropertyArray &
propertyArray
)
in SetAudioEffectProperty()
argument
2063
int32_t AudioPolicyManager::GetAudioEffectProperty(AudioEffectPropertyArray &
propertyArray
)
in GetAudioEffectProperty()
argument
2070
int32_t AudioPolicyManager::SetAudioEnhanceProperty(const AudioEnhancePropertyArray &
propertyArray
)
in SetAudioEnhanceProperty()
argument
2077
GetAudioEnhanceProperty(AudioEnhancePropertyArray &
propertyArray
)
GetAudioEnhanceProperty()
argument
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H
A
D
audio_policy_service.cpp
9686
int32_t AudioPolicyService::GetSupportedAudioEffectProperty(AudioEffectPropertyArray &
propertyArray
)
in GetSupportedAudioEffectProperty()
argument
9702
int32_t AudioPolicyService::GetSupportedAudioEnhanceProperty(AudioEnhancePropertyArray &
propertyArray
)
in GetSupportedAudioEnhanceProperty()
argument
9718
int32_t AudioPolicyService::SetAudioEffectProperty(const AudioEffectPropertyArray &
propertyArray
)
in SetAudioEffectProperty()
argument
9737
int32_t AudioPolicyService::GetAudioEffectProperty(AudioEffectPropertyArray &
propertyArray
)
in GetAudioEffectProperty()
argument
9747
SetAudioEnhanceProperty(const AudioEnhancePropertyArray &
propertyArray
)
SetAudioEnhanceProperty()
argument
9774
GetAudioEnhanceProperty(AudioEnhancePropertyArray &
propertyArray
)
GetAudioEnhanceProperty()
argument
9784
GetAudioEnhancePropertyByDevice(DeviceType deviceType, AudioEnhancePropertyArray &
propertyArray
)
GetAudioEnhancePropertyByDevice()
argument
[all...]
Completed in 40 milliseconds