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:capturerTest
(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
229
int32_t InitRecorder(std::shared_ptr<PaCapturerTest>
capturerTest
, CapturerMode capturerMode)
in InitRecorder()
argument
243
int32_t StartRecorder(std::shared_ptr<PaCapturerTest>
capturerTest
)
in StartRecorder()
argument
257
int32_t PauseRecorder(std::shared_ptr<PaCapturerTest>
capturerTest
)
in PauseRecorder()
argument
271
int32_t FlushRecorder(std::shared_ptr<PaCapturerTest>
capturerTest
)
in FlushRecorder()
argument
285
StopRecorder(std::shared_ptr<PaCapturerTest>
capturerTest
)
StopRecorder()
argument
299
ReleaseRecorder(std::shared_ptr<PaCapturerTest>
capturerTest
)
ReleaseRecorder()
argument
313
HandleCapturerCode(OperationCode optCode, std::shared_ptr<PaCapturerTest>
capturerTest
)
HandleCapturerCode()
argument
337
Loop(std::shared_ptr<PaCapturerTest>
capturerTest
)
Loop()
argument
374
std::shared_ptr<PaCapturerTest>
capturerTest
= std::make_shared<PaCapturerTest>();
main()
local
[all...]
/foundation/multimedia/audio_framework/frameworks/native/examples/
H
A
D
pa_stream_test.cpp
708
int32_t InitRecorder(std::shared_ptr<PaCapturerTest>
capturerTest
, bool isBlocking, CapturerMode capturerMode)
in InitRecorder()
argument
722
int32_t StartRecorder(std::shared_ptr<PaCapturerTest>
capturerTest
)
in StartRecorder()
argument
736
int32_t PauseRecorder(std::shared_ptr<PaCapturerTest>
capturerTest
)
in PauseRecorder()
argument
750
int32_t FlushRecorder(std::shared_ptr<PaCapturerTest>
capturerTest
)
in FlushRecorder()
argument
764
StopRecorder(std::shared_ptr<PaCapturerTest>
capturerTest
)
StopRecorder()
argument
778
ReleaseRecorder(std::shared_ptr<PaCapturerTest>
capturerTest
)
ReleaseRecorder()
argument
792
ReadData(std::shared_ptr<PaCapturerTest>
capturerTest
)
ReadData()
argument
806
HandleCapturerCode(OperationCode optCode, std::shared_ptr<PaRendererTest> streamTest, std::shared_ptr<PaCapturerTest>
capturerTest
)
HandleCapturerCode()
argument
855
Loop(std::shared_ptr<PaRendererTest> streamTest, std::shared_ptr<PaCapturerTest>
capturerTest
)
Loop()
argument
900
std::shared_ptr<PaCapturerTest>
capturerTest
= std::make_shared<PaCapturerTest>();
main()
local
[all...]
Completed in 3 milliseconds