OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputDispatcher
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/services/inputflinger/
InputDispatcher.cpp
17
#define LOG_TAG "
InputDispatcher
"
46
#include "
InputDispatcher
.h"
200
// ---
InputDispatcher
---
202
InputDispatcher
::
InputDispatcher
(const sp<InputDispatcherPolicyInterface>& policy) :
216
InputDispatcher
::~
InputDispatcher
() {
230
void
InputDispatcher
::dispatchOnce() {
255
void
InputDispatcher
::dispatchOnceInnerLocked(nsecs_t* nextWakeupTime) {
408
bool
InputDispatcher
::enqueueInboundEventLocked(EventEntry* entry)
[
all
...]
InputManager.cpp
31
mDispatcher = new
InputDispatcher
(dispatcherPolicy);
54
status_t result = mDispatcherThread->run("
InputDispatcher
", PRIORITY_URGENT_DISPLAY);
56
ALOGE("Could not start
InputDispatcher
thread due to error %d.", result);
79
ALOGW("Could not stop
InputDispatcher
thread due to error %d.", result);
Android.mk
21
InputDispatcher
.cpp \
InputDispatcher.h
369
class
InputDispatcher
: public InputDispatcherInterface {
371
virtual ~
InputDispatcher
();
374
explicit
InputDispatcher
(const sp<InputDispatcherPolicyInterface>& policy);
590
typedef void (
InputDispatcher
::*Command)(CommandEntry* commandEntry);
[
all
...]
/frameworks/native/services/inputflinger/tests/
InputDispatcher_test.cpp
17
#include "../
InputDispatcher
.h"
105
sp<
InputDispatcher
> mDispatcher;
109
mDispatcher = new
InputDispatcher
(mFakePolicy);
Completed in 75 milliseconds