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:Realize
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/oboe/src/opensles/
H
A
D
OutputMixerOpenSLES.cpp
43
result = (*mOutputMixObject)->
Realize
(mOutputMixObject, SL_BOOLEAN_FALSE);
in open()
45
LOGE("OutputMixerOpenSL() -
Realize
() mOutputMixObject result:%s", getSLErrStr(result));
in open()
H
A
D
EngineOpenSLES.cpp
42
result = (*mEngineObject)->
Realize
(mEngineObject, SL_BOOLEAN_FALSE);
in open()
44
LOGE("EngineOpenSLES -
Realize
() engine result:%s", getSLErrStr(result));
in open()
H
A
D
AudioInputStreamOpenSLES.cpp
179
result = (*mObjectInterface)->
Realize
(mObjectInterface, SL_BOOLEAN_FALSE);
in open()
181
LOGE("
Realize
recorder object result:%s", getSLErrStr(result));
in open()
H
A
D
AudioOutputStreamOpenSLES.cpp
204
result = (*mObjectInterface)->
Realize
(mObjectInterface, SL_BOOLEAN_FALSE);
in open()
206
LOGE("
Realize
player object result:%s", getSLErrStr(result));
in open()
/third_party/openSLES/api/1.1/
H
A
D
OpenSLES.h
447
SLresult (*
Realize
) (
member
/third_party/openSLES/api/1.0.1/
H
A
D
OpenSLES.h
402
SLresult (*
Realize
) (
member
/third_party/openSLES/api/1.0/
H
A
D
OpenSLES.h
401
SLresult (*
Realize
) (
member
Completed in 17 milliseconds