Searched refs:appendMotionSample (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/ui/tests/
H A DInputPublisherAndConsumer_test.cpp179 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 shoul
[all...]
/frameworks/base/include/ui/
H A DInputTransport.h241 status_t appendMotionSample(
H A DInputDispatcher.h681 void appendMotionSample(MotionEntry* motionEntry,
/frameworks/base/libs/ui/
H A DInputDispatcher.cpp1539 status_t status = connection->inputPublisher.appendMotionSample(
1724 status = connection->inputPublisher.appendMotionSample(
2059 mAllocator.appendMotionSample(splitMotionEntry, originalMotionSample->eventTime,
2180 mAllocator.appendMotionSample(motionEntry, eventTime, pointerCoords);
2238 mAllocator.appendMotionSample(motionEntry, eventTime, pointerCoords);
2345 mAllocator.appendMotionSample(motionEntry, *sampleEventTimes, samplePointerCoords);
3171 void InputDispatcher::Allocator::appendMotionSample(MotionEntry* motionEntry, function in class:android::InputDispatcher::Allocator
H A DInputTransport.cpp422 status_t InputPublisher::appendMotionSample( function in class:android::InputPublisher
426 LOGD("channel '%s' publisher ~ appendMotionSample: eventTime=%lld",

Completed in 68 milliseconds