Searched refs:InputReaderInterface (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/input/
H A DInputManager.h70 virtual sp<InputReaderInterface> getReader() = 0;
88 const sp<InputReaderInterface>& reader,
94 virtual sp<InputReaderInterface> getReader();
98 sp<InputReaderInterface> mReader;
H A DInputManager.cpp37 const sp<InputReaderInterface>& reader,
85 sp<InputReaderInterface> InputManager::getReader() {
H A DInputReader.h292 class InputReaderInterface : public virtual RefBase { class in namespace:android
294 InputReaderInterface() { } function in class:android::InputReaderInterface
295 virtual ~InputReaderInterface() { }
380 class InputReader : public InputReaderInterface {
497 InputReaderThread(const sp<InputReaderInterface>& reader);
501 sp<InputReaderInterface> mReader;
H A DInputReader.cpp830 InputReaderThread::InputReaderThread(const sp<InputReaderInterface>& reader) :

Completed in 52 milliseconds