HomeSort by relevance Sort by last modified time
    Searched full:inputreader (Results 1 - 21 of 21) 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);
InputManager.h 25 #include "InputReader.h"
43 * 1. The InputReaderThread (called "InputReader") reads and preprocesses raw input events,
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...]
InputListener.h 153 * The interface used by the InputReader to notify the InputListener about input events.
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...]
  /packages/apps/Settings/src/com/android/settings/
SettingsLicenseActivity.java 78 InputStreamReader inputReader = null;
84 inputReader = new InputStreamReader(
87 inputReader = new FileReader(mFileName);
90 while ((numRead = inputReader.read(tmp)) >= 0) {
101 if (inputReader != null) {
102 inputReader.close();
  /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);
  /docs/source.android.com/src/tech/input/
overview.md 46 The Android InputReader component then decodes the input events
53 Finally, the `InputReader` sends input events to the InputDispatcher
82 properties via SysFS that are used by the Android InputReader component,
112 Key maps are used by the Android `EventHub` and `InputReader` components
123 `InputReader` components to configure special device characteristics
232 The current meta state is determined by the Android InputReader
246 The current button state is determined by the Android InputReader
touch-devices.md 190 The `InputReader` component takes care to distinguish touching tools from hovering
377 The `InputReader` converts the X and Y tilt components into a perpendicular
395 This condition implies that the `InputReader` needs to have at least some
418 13. The `InputReader` supports both multi-touch protocol 'A' and 'B'. New drivers
459 2. The `InputReader` consumes the raw events and updates internal state about
463 3. If the BACK or FORWARD buttons were pressed or released, the `InputReader`
466 4. The `InputReader` determines whether a virtual key press occurred. If so,
469 5. The `InputReader` determines whether the touch was initiated within the
474 the `InputReader` notifies the `InputDispatcher` about the hover event.
476 7. If the touch device type is *pointer*, the `InputReader` performs pointe
    [all...]
dumpsys.md 105 The `InputReader` is responsible for decoding input events from the kernel.
keyboard-devices.md 103 2. The `InputReader` consumes the raw events and updates the meta key state.
107 3. The `InputReader` notifies the `InputDispatcher` about the key event.
    [all...]
  /cts/tools/dasm/src/dasm/
Scanner.java 76 protected Reader inputReader;
107 inputReader = i;
134 nextChar = inputReader.read();
  /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.zip 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 328 milliseconds