Lines Matching refs:InputConsumer

367 // --- InputConsumer ---
369 InputConsumer::InputConsumer(const sp<InputChannel>& channel) :
374 InputConsumer::~InputConsumer() {
377 bool InputConsumer::isTouchResamplingEnabled() {
392 status_t InputConsumer::consume(InputEventFactoryInterface* factory,
509 status_t InputConsumer::consumeBatch(InputEventFactoryInterface* factory,
547 status_t InputConsumer::consumeSamples(InputEventFactoryInterface* factory,
574 void InputConsumer::updateTouchState(InputMessage* msg) {
656 void InputConsumer::rewriteMessage(const TouchState& state, InputMessage* msg) {
675 void InputConsumer::resampleTouchState(nsecs_t sampleTime, MotionEvent* event,
795 bool InputConsumer::shouldResampleTool(int32_t toolType) {
800 status_t InputConsumer::sendFinishedSignal(uint32_t seq, bool handled) {
845 status_t InputConsumer::sendUnchainedFinishedSignal(uint32_t seq, bool handled) {
853 bool InputConsumer::hasDeferredEvent() const {
857 bool InputConsumer::hasPendingBatch() const {
861 ssize_t InputConsumer::findBatch(int32_t deviceId, int32_t source) const {
872 ssize_t InputConsumer::findTouchState(int32_t deviceId, int32_t source) const {
882 void InputConsumer::initializeKeyEvent(KeyEvent* event, const InputMessage* msg) {
896 void InputConsumer::initializeMotionEvent(MotionEvent* event, const InputMessage* msg) {
924 void InputConsumer::addSample(MotionEvent* event, const InputMessage* msg) {
935 bool InputConsumer::canAddSample(const Batch& batch, const InputMessage *msg) {
951 ssize_t InputConsumer::findSampleNoLaterThan(const Batch& batch, nsecs_t time) {