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.h216 class InputReaderInterface : public virtual RefBase { class in namespace:android
218 InputReaderInterface() { } function in class:android::InputReaderInterface
219 virtual ~InputReaderInterface() { }
309 class InputReader : public InputReaderInterface {
420 InputReaderThread(const sp<InputReaderInterface>& reader);
424 sp<InputReaderInterface> mReader;
H A DInputReader.cpp830 InputReaderThread::InputReaderThread(const sp<InputReaderInterface>& reader) :

Completed in 73 milliseconds