Home | History | Annotate | Download | only in input

Lines Matching refs:InputConsumer

373 // --- InputConsumer ---
375 InputConsumer::InputConsumer(const sp<InputChannel>& channel) :
380 InputConsumer::~InputConsumer() {
383 bool InputConsumer::isTouchResamplingEnabled() {
398 status_t InputConsumer::consume(InputEventFactoryInterface* factory,
515 status_t InputConsumer::consumeBatch(InputEventFactoryInterface* factory,
554 status_t InputConsumer::consumeSamples(InputEventFactoryInterface* factory,
581 void InputConsumer::updateTouchState(InputMessage* msg) {
663 void InputConsumer::rewriteMessage(const TouchState& state, InputMessage* msg) {
682 void InputConsumer::resampleTouchState(nsecs_t sampleTime, MotionEvent* event,
807 bool InputConsumer::shouldResampleTool(int32_t toolType) {
812 status_t InputConsumer::sendFinishedSignal(uint32_t seq, bool handled) {
862 status_t InputConsumer::sendUnchainedFinishedSignal(uint32_t seq, bool handled) {
870 bool InputConsumer::hasDeferredEvent() const {
874 bool InputConsumer::hasPendingBatch() const {
878 ssize_t InputConsumer::findBatch(int32_t deviceId, int32_t source) const {
889 ssize_t InputConsumer::findTouchState(int32_t deviceId, int32_t source) const {
899 void InputConsumer::initializeKeyEvent(KeyEvent* event, const InputMessage* msg) {
913 void InputConsumer::initializeMotionEvent(MotionEvent* event, const InputMessage* msg) {
942 void InputConsumer::addSample(MotionEvent* event, const InputMessage* msg) {
953 bool InputConsumer::canAddSample(const Batch& batch, const InputMessage *msg) {
969 ssize_t InputConsumer::findSampleNoLaterThan(const Batch& batch, nsecs_t time) {