OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputReaderContext
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/input/
InputReader.h
346
class
InputReaderContext
{
348
InputReaderContext
() { }
349
virtual ~
InputReaderContext
() { }
415
class ContextImpl : public
InputReaderContext
{
510
InputDevice(
InputReaderContext
* context, int32_t id, int32_t generation,
514
inline
InputReaderContext
* getContext() { return mContext; }
574
InputReaderContext
* mContext;
916
inline
InputReaderContext
* getContext() { return mContext; }
944
InputReaderContext
* mContext;
[
all
...]
InputReader.cpp
175
static void synthesizeButtonKey(
InputReaderContext
* context, int32_t action,
192
static void synthesizeButtonKeys(
InputReaderContext
* context, int32_t action,
845
InputDevice::InputDevice(
InputReaderContext
* context, int32_t id, int32_t generation,
[
all
...]
/frameworks/base/services/input/tests/
InputReader_test.cpp
703
class FakeInputReaderContext : public
InputReaderContext
{
[
all
...]
Completed in 259 milliseconds