HomeSort by relevance Sort by last modified time
    Searched refs:InputReader (Results 1 - 12 of 12) 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"
237 // --- InputReader ---
239 InputReader::InputReader(const sp<EventHubInterface>& eventHub,
256 InputReader::~InputReader() {
262 void InputReader::loopOnce() {
318 // back into the InputReader's methods, such as getScanCodeState, or become blocked
319 // on another thread similarly waiting to acquire the InputReader lock thereb
    [all...]
InputReader.h 324 * The InputReader owns a collection of InputMappers. Most of the work it does happens
325 * on the input reader thread but the InputReader can receive queries from other system
326 * components running on arbitrary threads. To keep things manageable, the InputReader
331 class InputReader : public InputReaderInterface {
333 InputReader(const sp<EventHubInterface>& eventHub,
336 virtual ~InputReader();
367 InputReader* mReader;
370 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/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"
894 class InstrumentedInputReader : public InputReader {
901 InputReader(eventHub, policy, listener),
930 return InputReader::createDeviceLocked(deviceId, identifier, classes);
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 4128 milliseconds