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:capturerMode
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/
H
A
D
audio_inner_capturer_test.cpp
57
int32_t InitCapturer(CapturerMode
capturerMode
);
86
int32_t PaCapturerTest::InitCapturer(CapturerMode
capturerMode
)
in InitCapturer()
argument
89
capturerMode_ =
capturerMode
;
in InitCapturer()
229
int32_t InitRecorder(std::shared_ptr<PaCapturerTest> capturerTest, CapturerMode
capturerMode
)
in InitRecorder()
argument
235
int32_t ret = capturerTest->InitCapturer(
capturerMode
);
in InitRecorder()
344
int32_t
capturerMode
= 1; // default callback
in Loop()
local
355
InitRecorder(capturerTest, static_cast<CapturerMode>(
capturerMode
));
in Loop()
/foundation/multimedia/audio_framework/frameworks/native/examples/
H
A
D
pa_stream_test.cpp
384
int32_t InitCapturer(bool isBlocking, CapturerMode
capturerMode
);
416
int32_t PaCapturerTest::InitCapturer(bool isBlocking, CapturerMode
capturerMode
)
in InitCapturer()
argument
420
capturerMode_ =
capturerMode
;
in InitCapturer()
708
int32_t InitRecorder(std::shared_ptr<PaCapturerTest> capturerTest, bool isBlocking, CapturerMode
capturerMode
)
in InitRecorder()
argument
714
int32_t ret = capturerTest->InitCapturer(isBlocking,
capturerMode
);
in InitRecorder()
865
int32_t
capturerMode
= 0;
in Loop()
local
879
capturerMode
= GetUserInput();
in Loop()
880
InitRecorder(capturerTest, isBlocking, static_cast<CapturerMode>(
capturerMode
));
in Loop()
Completed in 3 milliseconds