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:objState
(Results
1 - 8
of
8
) sorted by relevance
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecsendcommandhdi_fuzzer/
H
A
D
codecsendcommand_fuzzer.cpp
39
void WaitState(CodecStateType
objState
)
in WaitState()
argument
47
} while (state !=
objState
&& count <= MAX_WAIT);
in WaitState()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H
A
D
component_node.h
104
void WaitStateChange(uint32_t
objState
, OMX_STATETYPE *status);
/drivers/peripheral/codec/test/unittest/idl_omx/
H
A
D
codec_function_utils.h
149
bool WaitState(sptr<ICodecComponent> component, CodecStateType
objState
);
H
A
D
codec_function_utils.cpp
352
bool FunctionUtil::WaitState(sptr<ICodecComponent> component, CodecStateType
objState
)
in WaitState()
argument
364
} while (state !=
objState
&& count <= MAX_WAIT);
in WaitState()
/drivers/peripheral/codec/hal/idl_service/include/
H
A
D
component_node.h
84
void WaitStateChange(CodecStateType
objState
, CodecStateType &status);
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H
A
D
component_node.cpp
556
void ComponentNode::WaitStateChange(uint32_t
objState
, OMX_STATETYPE *status)
in WaitStateChange()
argument
564
while (*status !=
objState
&& count++ < maxStateWaitCount) {
in WaitStateChange()
/drivers/peripheral/codec/hal/idl_service/src/
H
A
D
component_node.cpp
683
void ComponentNode::WaitStateChange(CodecStateType
objState
, CodecStateType &status)
in WaitStateChange()
argument
687
while (status !=
objState
&& count < maxStateWaitCount) {
in WaitStateChange()
/drivers/peripheral/codec/test/unittest/hdi_omx/
H
A
D
codec_hdi_omx_test.cpp
192
void waitState(OMX_STATETYPE
objState
)
in waitState()
argument
201
} while (state !=
objState
&& count <= MAX_WAIT);
in waitState()
Completed in 9 milliseconds