Lines Matching refs:InputConsumer
374 // --- InputConsumer ---
376 InputConsumer::InputConsumer(const sp<InputChannel>& channel) :
381 InputConsumer::~InputConsumer() {
384 bool InputConsumer::isTouchResamplingEnabled() {
399 status_t InputConsumer::consume(InputEventFactoryInterface* factory,
516 status_t InputConsumer::consumeBatch(InputEventFactoryInterface* factory,
555 status_t InputConsumer::consumeSamples(InputEventFactoryInterface* factory,
582 void InputConsumer::updateTouchState(InputMessage* msg) {
664 void InputConsumer::rewriteMessage(const TouchState& state, InputMessage* msg) {
683 void InputConsumer::resampleTouchState(nsecs_t sampleTime, MotionEvent* event,
808 bool InputConsumer::shouldResampleTool(int32_t toolType) {
813 status_t InputConsumer::sendFinishedSignal(uint32_t seq, bool handled) {
863 status_t InputConsumer::sendUnchainedFinishedSignal(uint32_t seq, bool handled) {
871 bool InputConsumer::hasDeferredEvent() const {
875 bool InputConsumer::hasPendingBatch() const {
879 ssize_t InputConsumer::findBatch(int32_t deviceId, int32_t source) const {
890 ssize_t InputConsumer::findTouchState(int32_t deviceId, int32_t source) const {
900 void InputConsumer::initializeKeyEvent(KeyEvent* event, const InputMessage* msg) {
914 void InputConsumer::initializeMotionEvent(MotionEvent* event, const InputMessage* msg) {
943 void InputConsumer::addSample(MotionEvent* event, const InputMessage* msg) {
954 bool InputConsumer::canAddSample(const Batch& batch, const InputMessage *msg) {
970 ssize_t InputConsumer::findSampleNoLaterThan(const Batch& batch, nsecs_t time) {