OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appendMotionSample
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/libs/ui/tests/
InputPublisherAndConsumer_test.cpp
179
status = mPublisher->
appendMotionSample
(sampleEventTimes[sampleIndex],
191
status = mPublisher->
appendMotionSample
(sampleEventTimes[sampleIndex],
393
status = mPublisher->
appendMotionSample
(0, pointerCoords);
395
<< "publisher
appendMotionSample
should return INVALID_OPERATION";
410
status = mPublisher->
appendMotionSample
(0, pointerCoords);
412
<< "publisher
appendMotionSample
should return INVALID_OPERATION";
437
status = mPublisher->
appendMotionSample
(0, pointerCoords);
439
<< "publisher
appendMotionSample
should return FAILED_TRANSACTION";
457
status = mPublisher->
appendMotionSample
(0, pointerCoords);
461
<< "publisher
appendMotionSample
should return NO_MEMORY when buffer is full"
[
all
...]
/frameworks/base/include/ui/
InputTransport.h
241
status_t
appendMotionSample
(
InputDispatcher.h
681
void
appendMotionSample
(MotionEntry* motionEntry,
[
all
...]
/frameworks/base/libs/ui/
InputDispatcher.cpp
[
all
...]
InputTransport.cpp
422
status_t InputPublisher::
appendMotionSample
(
426
LOGD("channel '%s' publisher ~
appendMotionSample
: eventTime=%lld",
Completed in 167 milliseconds