Home
last modified time | relevance | path

Searched refs:InputReaderContext (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputReader.h370 class InputReaderContext {
372 InputReaderContext() { } in InputReaderContext() function
373 virtual ~InputReaderContext() { } in ~InputReaderContext()
446 class ContextImpl : public InputReaderContext {
547 InputDevice(InputReaderContext* context, int32_t id, int32_t generation, int32_t
551 inline InputReaderContext* getContext() { return mContext; } in getContext()
622 InputReaderContext* mContext;
984 inline InputReaderContext* getContext() { return mContext; } in getContext()
1016 InputReaderContext* mContext;
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp817 class FakeInputReaderContext : public InputReaderContext {