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/native/services/inputflinger/
InputReader.h
371
class
InputReaderContext
{
373
InputReaderContext
() { }
374
virtual ~
InputReaderContext
() { }
447
class ContextImpl : public
InputReaderContext
{
548
InputDevice(
InputReaderContext
* context, int32_t id, int32_t generation, int32_t
552
inline
InputReaderContext
* getContext() { return mContext; }
623
InputReaderContext
* mContext;
[
all
...]
InputReader.cpp
225
static void synthesizeButtonKey(
InputReaderContext
* context, int32_t action,
242
static void synthesizeButtonKeys(
InputReaderContext
* context, int32_t action,
[
all
...]
/frameworks/native/services/inputflinger/tests/
InputReader_test.cpp
817
class FakeInputReaderContext : public
InputReaderContext
{
[
all
...]
Completed in 2538 milliseconds