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:PaCapturerTest
(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
53
class
PaCapturerTest
: public AudioCapturerReadCallback, public enable_shared_from_this<
PaCapturerTest
> {
class
55
virtual ~
PaCapturerTest
() {};
in ~PaCapturerTest()
73
void
PaCapturerTest
::OnReadData(size_t length)
in OnReadData()
76
AUDIO_INFO_LOG("
PaCapturerTest
::OnReadData, length: %{public}zu", length);
in OnReadData()
86
int32_t
PaCapturerTest
::InitCapturer(CapturerMode capturerMode)
in InitCapturer()
118
int32_t
PaCapturerTest
::StartRecorder()
in StartRecorder()
134
int32_t
PaCapturerTest
::PauseRecorder()
in PauseRecorder()
148
int32_t
PaCapturerTest
::FlushRecorder()
in FlushRecorder()
161
int32_t
PaCapturerTest
[all...]
/foundation/multimedia/audio_framework/frameworks/native/examples/
H
A
D
pa_stream_test.cpp
380
class
PaCapturerTest
: public AudioCapturerReadCallback, public enable_shared_from_this<
PaCapturerTest
> {
class
382
virtual ~
PaCapturerTest
() {};
in ~PaCapturerTest()
407
void
PaCapturerTest
::OnReadData(size_t length)
in OnReadData()
409
AUDIO_INFO_LOG("
PaCapturerTest
::OnReadData, length: %{public}zu", length);
in OnReadData()
416
int32_t
PaCapturerTest
::InitCapturer(bool isBlocking, CapturerMode capturerMode)
in InitCapturer()
449
int32_t
PaCapturerTest
::StartRecorder()
in StartRecorder()
465
int32_t
PaCapturerTest
::PauseRecorder()
in PauseRecorder()
479
int32_t
PaCapturerTest
::FlushRecorder()
in FlushRecorder()
492
int32_t
PaCapturerTest
[all...]
Completed in 2 milliseconds