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:aSource
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimedia/player_framework/test/fuzztest/common/
H
A
D
aw_common.h
65
AudioSourceType
aSource
= AUDIO_MIC;
member
H
A
D
test_recorder.cpp
152
recorder->SetAudioSource(recorderConfig.
aSource
, recorderConfig.audioSourceId);
in SetAudioSource()
/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudiosource_fuzzer/
H
A
D
recordersetaudiosource_fuzzer.cpp
58
g_videoRecorderConfig.
aSource
= AudioSourceType[sourcesubscript];
in FuzzRecorderSetAudioSource()
/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/include/
H
A
D
recorder_mock.h
97
AudioSourceType
aSource
= AUDIO_SOURCE_DEFAULT;
member
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H
A
D
main.cpp
796
std::string_view
aSource
, ShaderKind aKind, std::string_view aSourceName, const CompilationSettings& settings)
840
const char* shader_strings =
aSource
.data();
841
const int shader_lengths = static_cast<int>(
aSource
.size());
877
std::string_view
aSource
, ShaderKind aKind, std::string_view aSourceName, const CompilationSettings& settings)
920
const char* shader_strings =
aSource
.data();
921
const int shader_lengths = static_cast<int>(
aSource
.size());
/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/
H
A
D
recorder_unit_test.cpp
135
ASSERT_TRUE(changeInfo.capturerInfo.sourceType == g_videoRecorderConfig.
aSource
);
in HWTEST_F()
290
g_videoRecorderConfig.
aSource
= AUDIO_SOURCE_DEFAULT;
in HWTEST_F()
1627
g_videoRecorderConfig.
aSource
= AUDIO_SOURCE_VOICE_RECOGNITION;
in HWTEST_F()
1651
g_videoRecorderConfig.
aSource
= AUDIO_SOURCE_VOICE_COMMUNICATION;
in HWTEST_F()
1675
g_videoRecorderConfig.
aSource
= AUDIO_SOURCE_VOICE_MESSAGE;
in HWTEST_F()
H
A
D
recorder_mock.cpp
565
ret = recorder_->SetAudioSource(recorderConfig.
aSource
, recorderConfig.audioSourceId);
in SetAudVidFormat()
602
ret = recorder_->SetAudioSource(recorderConfig.
aSource
, recorderConfig.audioSourceId);
in SetFormat()
Completed in 8 milliseconds