OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputReader
(Results
1 - 15
of
15
) sorted by null
/frameworks/base/services/input/
InputManager.cpp
32
mReader = new
InputReader
(eventHub, readerPolicy, mDispatcher);
60
result = mReaderThread->run("
InputReader
", PRIORITY_URGENT_DISPLAY);
62
ALOGE("Could not start
InputReader
thread due to error %d.", result);
74
ALOGW("Could not stop
InputReader
thread due to error %d.", result);
Android.mk
25
InputReader
.cpp \
InputReader.cpp
17
#define LOG_TAG "
InputReader
"
42
#include "
InputReader
.h"
221
// ---
InputReader
---
223
InputReader
::
InputReader
(const sp<EventHubInterface>& eventHub,
240
InputReader
::~
InputReader
() {
246
void
InputReader
::loopOnce() {
302
// back into the
InputReader
's methods, such as getScanCodeState, or become blocked
303
// on another thread similarly waiting to acquire the
InputReader
lock thereb
[
all
...]
InputReader.h
373
* The
InputReader
owns a collection of InputMappers. Most of the work it does happens
374
* on the input reader thread but the
InputReader
can receive queries from other system
375
* components running on arbitrary threads. To keep things manageable, the
InputReader
380
class
InputReader
: public InputReaderInterface {
382
InputReader
(const sp<EventHubInterface>& eventHub,
385
virtual ~
InputReader
();
416
InputReader
* mReader;
419
ContextImpl(
InputReader
* reader);
[
all
...]
/external/proguard/src/proguard/
InputReader.java
35
public class
InputReader
41
* Creates a new
InputReader
to read input class files as specified by the
44
public
InputReader
(Configuration configuration)
OutputWriter.java
213
new
InputReader
(configuration).readInput(" Copying resources from program ",
ProGuard.java
195
new
InputReader
(configuration).execute(programClassPool, libraryClassPool);
/external/chromium_org/v8/src/
dateparser.h
70
//
InputReader
provides basic string parsing and character classification.
72
class
InputReader
BASE_EMBEDDED {
74
InputReader
(UnicodeCache* unicode_cache, Vector<Char> s)
260
explicit DateStringTokenizer(
InputReader
<Char>* in)
282
InputReader
<Char>* in_;
dateparser-inl.h
41
InputReader
<Char> in(unicode_cache, str);
/external/v8/src/
dateparser.h
70
//
InputReader
provides basic string parsing and character classification.
72
class
InputReader
BASE_EMBEDDED {
74
InputReader
(UnicodeCache* unicode_cache, Vector<Char> s)
260
explicit DateStringTokenizer(
InputReader
<Char>* in)
282
InputReader
<Char>* in_;
dateparser-inl.h
41
InputReader
<Char> in(unicode_cache, str);
/frameworks/base/services/input/tests/
InputReader_test.cpp
17
#include "../
InputReader
.h"
914
class InstrumentedInputReader : public
InputReader
{
921
InputReader
(eventHub, policy, listener),
952
return
InputReader
::createDeviceLocked(deviceId, controllerNumber, identifier, classes);
[
all
...]
/external/proguard/lib/
proguard.jar
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
Completed in 106 milliseconds