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:CreateCapturer
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H
A
D
pro_audio_stream_manager.h
37
int32_t
CreateCapturer
(AudioProcessConfig processConfig, std::shared_ptr<ICapturerStream> &stream) override;
H
A
D
i_stream_manager.h
49
virtual int32_t
CreateCapturer
(AudioProcessConfig processConfig, std::shared_ptr<ICapturerStream> &stream) = 0;
H
A
D
pa_adapter_manager.h
71
int32_t
CreateCapturer
(AudioProcessConfig processConfig, std::shared_ptr<ICapturerStream> &stream) override;
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocapturer/include/
H
A
D
audio_capturer.h
208
static std::shared_ptr<AudioCapturer>
CreateCapturer
(const AudioCapturerOptions &options,
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H
A
D
pro_audio_stream_manager.cpp
198
int32_t ProAudioStreamManager::
CreateCapturer
(AudioProcessConfig processConfig,
in CreateCapturer()
function in OHOS::AudioStandard::ProAudioStreamManager
201
AUDIO_ERR_LOG("Unsupported operation:
CreateCapturer
");
in CreateCapturer()
H
A
D
capturer_in_server.cpp
125
int32_t ret = IStreamManager::GetRecorderManager().
CreateCapturer
(processConfig_, stream_);
in Init()
H
A
D
pa_adapter_manager.cpp
195
int32_t PaAdapterManager::
CreateCapturer
(AudioProcessConfig processConfig, std::shared_ptr<ICapturerStream> &stream)
in CreateCapturer()
function in OHOS::AudioStandard::PaAdapterManager
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H
A
D
audio_capturer.cpp
95
std::shared_ptr<AudioCapturer> AudioCapturer::
CreateCapturer
(const AudioCapturerOptions &options,
in CreateCapturer()
function in OHOS::AudioStandard::AudioCapturer
Completed in 7 milliseconds