Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputReaderContext.h37 class InputReaderContext {
39 InputReaderContext() {} in InputReaderContext() function
40 virtual ~InputReaderContext() {} in ~InputReaderContext()
DInputDevice.h46 InputDevice(InputReaderContext* context, int32_t id, int32_t generation,
50 inline InputReaderContext* getContext() { return mContext; } in getContext()
153 InputReaderContext* mContext;
244 inline InputReaderContext* getContext() { return mContext; } in getContext()
392 InputReaderContext* mContext;
DInputReader.h124 class ContextImpl : public InputReaderContext {
/frameworks/native/services/inputflinger/reader/mapper/
DTouchCursorInputMapperCommon.h105 static void synthesizeButtonKey(InputReaderContext* context, int32_t action, nsecs_t when, in synthesizeButtonKey()
119 static void synthesizeButtonKeys(InputReaderContext* context, int32_t action, nsecs_t when, in synthesizeButtonKeys()
DInputMapper.h49 inline InputReaderContext* getContext() { return mDeviceContext.getContext(); } in getContext()
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp39 InputDevice::InputDevice(InputReaderContext* context, int32_t id, int32_t generation, in InputDevice()