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:onProcess
(Results
1 - 25
of
40
) sorted by relevance
1
2
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/flowunits/
H
A
D
SawtoothOscillator.h
33
int32_t
onProcess
(int32_t numFrames) override;
H
A
D
SineOscillator.h
31
int32_t
onProcess
(int32_t numFrames) override;
H
A
D
TriangleOscillator.h
36
int32_t
onProcess
(int32_t numFrames) override;
H
A
D
ImpulseOscillator.h
36
int32_t
onProcess
(int32_t numFrames) override;
H
A
D
ExponentialShape.cpp
25
int32_t ExponentialShape::
onProcess
(int32_t numFrames) {
in onProcess()
function in ExponentialShape
H
A
D
ExponentialShape.h
32
int32_t
onProcess
(int32_t numFrames) override;
H
A
D
LinearShape.cpp
26
int32_t LinearShape::
onProcess
(int numFrames) {
in onProcess()
function in LinearShape
H
A
D
LinearShape.h
30
int32_t
onProcess
(int numFrames) override;
H
A
D
SawtoothOscillator.cpp
26
int32_t SawtoothOscillator::
onProcess
(int32_t numFrames) {
in onProcess()
function in SawtoothOscillator
H
A
D
SineOscillator.cpp
30
int32_t SineOscillator::
onProcess
(int32_t numFrames) {
in onProcess()
function in SineOscillator
H
A
D
ImpulseOscillator.cpp
26
int32_t ImpulseOscillator::
onProcess
(int32_t numFrames) {
in onProcess()
function in ImpulseOscillator
H
A
D
TriangleOscillator.cpp
26
int32_t TriangleOscillator::
onProcess
(int32_t numFrames) {
in onProcess()
function in TriangleOscillator
/third_party/skia/third_party/externals/oboe/src/flowgraph/
H
A
D
SourceFloat.h
35
int32_t
onProcess
(int32_t numFrames) override;
H
A
D
SourceI16.h
34
int32_t
onProcess
(int32_t numFrames) override;
H
A
D
SourceI24.h
35
int32_t
onProcess
(int32_t numFrames) override;
H
A
D
ChannelCountConverter.h
41
int32_t
onProcess
(int32_t numFrames) override;
H
A
D
MonoToMultiConverter.h
38
int32_t
onProcess
(int32_t numFrames) override;
H
A
D
MultiToMonoConverter.cpp
30
int32_t MultiToMonoConverter::
onProcess
(int32_t numFrames) {
in onProcess()
function in MultiToMonoConverter
H
A
D
MultiToMonoConverter.h
38
int32_t
onProcess
(int32_t numFrames) override;
H
A
D
ChannelCountConverter.cpp
32
int32_t ChannelCountConverter::
onProcess
(int32_t numFrames) {
in onProcess()
function in ChannelCountConverter
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H
A
D
SawPingGenerator.h
33
int32_t
onProcess
(int numFrames) override;
/third_party/skia/third_party/externals/oboe/src/common/
H
A
D
SourceFloatCaller.cpp
25
int32_t SourceFloatCaller::
onProcess
(int32_t numFrames) {
in onProcess()
function in SourceFloatCaller
H
A
D
SourceFloatCaller.h
36
int32_t
onProcess
(int32_t numFrames) override;
H
A
D
SourceI16Caller.cpp
29
int32_t SourceI16Caller::
onProcess
(int32_t numFrames) {
in onProcess()
function in SourceI16Caller
H
A
D
SourceI16Caller.h
38
int32_t
onProcess
(int32_t numFrames) override;
Completed in 5 milliseconds
1
2