Home | History | Annotate | Download | only in input

Lines Matching refs:InputConsumer

375 // --- InputConsumer ---
377 InputConsumer::InputConsumer(const sp<InputChannel>& channel) :
382 InputConsumer::~InputConsumer() {
385 bool InputConsumer::isTouchResamplingEnabled() {
400 status_t InputConsumer::consume(InputEventFactoryInterface* factory,
520 status_t InputConsumer::consumeBatch(InputEventFactoryInterface* factory,
559 status_t InputConsumer::consumeSamples(InputEventFactoryInterface* factory,
587 void InputConsumer::updateTouchState(InputMessage& msg) {
667 bool InputConsumer::rewriteMessage(const TouchState& state, InputMessage& msg) {
691 void InputConsumer::resampleTouchState(nsecs_t sampleTime, MotionEvent* event,
823 bool InputConsumer::shouldResampleTool(int32_t toolType) {
828 status_t InputConsumer::sendFinishedSignal(uint32_t seq, bool handled) {
877 status_t InputConsumer::sendUnchainedFinishedSignal(uint32_t seq, bool handled) {
885 bool InputConsumer::hasDeferredEvent() const {
889 bool InputConsumer::hasPendingBatch() const {
893 ssize_t InputConsumer::findBatch(int32_t deviceId, int32_t source) const {
904 ssize_t InputConsumer::findTouchState(int32_t deviceId, int32_t source) const {
914 void InputConsumer::initializeKeyEvent(KeyEvent* event, const InputMessage* msg) {
928 void InputConsumer::initializeMotionEvent(MotionEvent* event, const InputMessage* msg) {
957 void InputConsumer::addSample(MotionEvent* event, const InputMessage* msg) {
968 bool InputConsumer::canAddSample(const Batch& batch, const InputMessage *msg) {
984 ssize_t InputConsumer::findSampleNoLaterThan(const Batch& batch, nsecs_t time) {