OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InputConsumer
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/libs/input/
InputTransport.cpp
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)
[
all
...]
/frameworks/native/include/input/
InputTransport.h
25
* 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.
271
class
InputConsumer
{
274
explicit
InputConsumer
(const sp<InputChannel>& channel);
277
~
InputConsumer
();
/frameworks/base/core/java/android/view/
WindowManagerPolicy.java
433
public interface
InputConsumer
{
461
public
InputConsumer
addInputConsumer(Looper looper,
[
all
...]
Completed in 73 milliseconds