Searched refs:InputConsumer (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/include/android_runtime/
H A Dandroid_app_NativeActivity.h90 inline android::InputConsumer& getConsumer() { return mConsumer; }
109 android::InputConsumer mConsumer;
/frameworks/base/libs/androidfw/
H A DInputTransport.cpp361 // --- InputConsumer ---
363 InputConsumer::InputConsumer(const sp<InputChannel>& channel) : function in class:android::InputConsumer
368 InputConsumer::~InputConsumer() {
371 bool InputConsumer::isTouchResamplingEnabled() {
386 status_t InputConsumer::consume(InputEventFactoryInterface* factory,
503 status_t InputConsumer::consumeBatch(InputEventFactoryInterface* factory,
538 status_t InputConsumer::consumeSamples(InputEventFactoryInterface* factory,
565 void InputConsumer
[all...]
/frameworks/base/include/androidfw/
H A DInputTransport.h25 * The InputPublisher and InputConsumer each handle one end-point of an input channel.
27 * The InputConsumer is used by the application to receive events from the input dispatcher.
258 class InputConsumer { class in namespace:android
261 explicit InputConsumer(const sp<InputChannel>& channel);
264 ~InputConsumer();
/frameworks/base/libs/androidfw/tests/
H A DInputPublisherAndConsumer_test.cpp34 InputConsumer* mConsumer;
42 mConsumer = new InputConsumer(clientChannel);
/frameworks/base/core/jni/
H A Dandroid_view_InputEventReceiver.cpp63 InputConsumer mInputConsumer;
200 assert(false); // InputConsumer should prevent this from ever happening

Completed in 5428 milliseconds