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:outEvent
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimodalinput/input/service/event_resample/test/
H
A
D
event_resample_test.cpp
336
int32_t EventResampleTest::CheckResults(std::shared_ptr<PointerEvent>
outEvent
,
in CheckResults()
argument
400
std::shared_ptr<PointerEvent>
outEvent
= nullptr;
DoTest()
local
443
std::shared_ptr<PointerEvent>
outEvent
= nullptr;
ReadQueue()
local
479
std::shared_ptr<PointerEvent>
outEvent
= nullptr;
SendTouchUp()
local
635
EventResample::MotionEvent
outEvent
;
HWTEST_F()
local
662
EventResample::MotionEvent
outEvent
;
HWTEST_F()
local
759
EventResample::MotionEvent**
outEvent
= new EventResample::MotionEvent*[3];
HWTEST_F()
local
[all...]
/foundation/multimodalinput/input/service/event_resample/src/
H
A
D
event_resample.cpp
38
MotionEvent*
outEvent
= nullptr;
in OnEventConsume()
local
150
bool EventResample::UpdateBatch(MotionEvent**
outEvent
, ErrCode &result)
in UpdateBatch()
argument
174
void EventResample::UpdatePointerEvent(MotionEvent*
outEvent
)
in UpdatePointerEvent()
argument
235
ConsumeBatch(int64_t frameTime, MotionEvent**
outEvent
)
ConsumeBatch()
argument
273
ConsumeSamples(Batch& batch, size_t count, MotionEvent**
outEvent
)
ConsumeSamples()
argument
293
AddSample(MotionEvent*
outEvent
, const MotionEvent* event)
AddSample()
argument
[all...]
Completed in 2 milliseconds