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:Batch
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimodalinput/input/service/event_resample/include/
H
A
D
event_resample.h
146
struct
Batch
{
struct in OHOS::MMI::final
149
std::vector<
Batch
> batches_;
251
ErrCode ConsumeSamples(
Batch
& batch, size_t count, MotionEvent** outEvent);
259
bool CanAddSample(const
Batch
&batch, MotionEvent &event);
261
ssize_t FindSampleNoLaterThan(const
Batch
& batch, int64_t time);
/foundation/multimodalinput/input/service/event_resample/src/
H
A
D
event_resample.cpp
154
Batch
& batch = batches_.at(batchIndex);
in UpdateBatch()
165
Batch
batch;
in UpdateBatch()
240
Batch
& batch = batches_.at(i);
in ConsumeBatch()
273
ErrCode EventResample::ConsumeSamples(
Batch
& batch, size_t count, MotionEvent** outEvent)
in ConsumeSamples()
466
bool EventResample::CanAddSample(const
Batch
&batch, MotionEvent &event)
in CanAddSample()
494
ssize_t EventResample::FindSampleNoLaterThan(const
Batch
& batch, int64_t time)
in FindSampleNoLaterThan()
/foundation/multimodalinput/input/service/event_resample/test/
H
A
D
event_resample_test.cpp
198
MMI_HILOGD("Event
Batch
empty");
in CalculateExpected()
909
EventResample::
Batch
batch;
in HWTEST_F()
Completed in 4 milliseconds