Lines Matching refs:InputConsumer

700 InputConsumer::InputConsumer(const std::shared_ptr<InputChannel>& channel)  in InputConsumer()  function in android::InputConsumer
703 InputConsumer::~InputConsumer() { in ~InputConsumer()
706 bool InputConsumer::isTouchResamplingEnabled() { in isTouchResamplingEnabled()
710 status_t InputConsumer::consume(InputEventFactoryInterface* factory, bool consumeBatches, in consume()
874 status_t InputConsumer::consumeBatch(InputEventFactoryInterface* factory, in consumeBatch()
912 status_t InputConsumer::consumeSamples(InputEventFactoryInterface* factory, in consumeSamples()
939 void InputConsumer::updateTouchState(InputMessage& msg) { in updateTouchState()
1026 void InputConsumer::rewriteMessage(TouchState& state, InputMessage& msg) { in rewriteMessage()
1049 void InputConsumer::resampleTouchState(nsecs_t sampleTime, MotionEvent* event, in resampleTouchState()
1187 bool InputConsumer::shouldResampleTool(int32_t toolType) { in shouldResampleTool()
1192 status_t InputConsumer::sendFinishedSignal(uint32_t seq, bool handled) { in sendFinishedSignal()
1241 status_t InputConsumer::sendTimeline(int32_t inputEventId, in sendTimeline()
1259 nsecs_t InputConsumer::getConsumeTime(uint32_t seq) const { in getConsumeTime()
1268 void InputConsumer::popConsumeTime(uint32_t seq) { in popConsumeTime()
1272 status_t InputConsumer::sendUnchainedFinishedSignal(uint32_t seq, bool handled) { in sendUnchainedFinishedSignal()
1288 bool InputConsumer::hasDeferredEvent() const { in hasDeferredEvent()
1292 bool InputConsumer::hasPendingBatch() const { in hasPendingBatch()
1296 int32_t InputConsumer::getPendingBatchSource() const { in getPendingBatchSource()
1306 ssize_t InputConsumer::findBatch(int32_t deviceId, int32_t source) const { in findBatch()
1317 ssize_t InputConsumer::findTouchState(int32_t deviceId, int32_t source) const { in findTouchState()
1327 void InputConsumer::initializeKeyEvent(KeyEvent* event, const InputMessage* msg) { in initializeKeyEvent()
1335 void InputConsumer::initializeFocusEvent(FocusEvent* event, const InputMessage* msg) { in initializeFocusEvent()
1340 void InputConsumer::initializeCaptureEvent(CaptureEvent* event, const InputMessage* msg) { in initializeCaptureEvent()
1344 void InputConsumer::initializeDragEvent(DragEvent* event, const InputMessage* msg) { in initializeDragEvent()
1349 void InputConsumer::initializeMotionEvent(MotionEvent* event, const InputMessage* msg) { in initializeMotionEvent()
1373 void InputConsumer::addSample(MotionEvent* event, const InputMessage* msg) { in addSample()
1384 bool InputConsumer::canAddSample(const Batch& batch, const InputMessage *msg) { in canAddSample()
1400 ssize_t InputConsumer::findSampleNoLaterThan(const Batch& batch, nsecs_t time) { in findSampleNoLaterThan()
1409 std::string InputConsumer::dump() const { in dump()