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:targetSources
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/
H
A
D
audio_capturer_extra_plus_unit_test.cpp
170
std::vector<SourceType>
targetSources
;
in HWTEST()
local
171
capturer->SetAudioSourceConcurrency(
targetSources
);
in HWTEST()
172
targetSources
.push_back(SourceType::SOURCE_TYPE_VOICE_COMMUNICATION);
in HWTEST()
173
auto status = capturer->SetAudioSourceConcurrency(
targetSources
);
in HWTEST()
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H
A
D
audio_capturer_wrapper.cpp
63
std::vector<SourceType>
targetSources
= {
in Start()
local
70
targetSources
.push_back(SourceType::SOURCE_TYPE_VOICE_COMMUNICATION);
in Start()
72
int32_t ret = audioCapturer->SetAudioSourceConcurrency(
targetSources
);
in Start()
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocapturer/include/
H
A
D
audio_capturer.h
665
virtual int32_t SetAudioSourceConcurrency(const std::vector<SourceType> &
targetSources
) = 0;
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/include/
H
A
D
audio_capturer_private.h
93
int32_t SetAudioSourceConcurrency(const std::vector<SourceType> &
targetSources
) override;
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H
A
D
audio_capturer.cpp
806
int32_t AudioCapturerPrivate::SetAudioSourceConcurrency(const std::vector<SourceType> &
targetSources
)
in SetAudioSourceConcurrency()
argument
808
if (
targetSources
.size() <= 0) {
in SetAudioSourceConcurrency()
813
audioInterrupt_.currencySources.sourcesTypes =
targetSources
;
in SetAudioSourceConcurrency()
Completed in 5 milliseconds