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
276
class
InputReaderContext
{
278
InputReaderContext
() { }
279
virtual ~
InputReaderContext
() { }
343
class ContextImpl : public
InputReaderContext
{
433
InputDevice(
InputReaderContext
* context, int32_t id, const String8& name, uint32_t classes);
436
inline
InputReaderContext
* getContext() { return mContext; }
485
InputReaderContext
* mContext;
821
inline
InputReaderContext
* getContext() { return mContext; }
846
InputReaderContext
* mContext;
[
all
...]
InputReader.cpp
172
static void synthesizeButtonKey(
InputReaderContext
* context, int32_t action,
189
static void synthesizeButtonKeys(
InputReaderContext
* context, int32_t action,
845
InputDevice::InputDevice(
InputReaderContext
* context, int32_t id, const String8& name,
[
all
...]
/frameworks/base/services/input/tests/
InputReader_test.cpp
632
class FakeInputReaderContext : public
InputReaderContext
{
[
all
...]
Completed in 96 milliseconds