Home
last modified time | relevance | path

Searched refs:InputThread (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/inputflinger/
DInputThread.cpp42 InputThread::InputThread(std::string name, std::function<void()> loop, std::function<void()> wake) in InputThread() function in android::InputThread
48 InputThread::~InputThread() { in ~InputThread()
56 bool InputThread::isCallingThread() { in isCallingThread()
DAndroid.bp125 "InputThread.cpp",
/frameworks/native/services/inputflinger/include/
DInputThread.h30 class InputThread {
32 explicit InputThread(std::string name, std::function<void()> loop,
34 virtual ~InputThread();
/frameworks/native/services/inputflinger/reader/include/
DInputReader.h158 std::unique_ptr<InputThread> mThread;
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h155 std::unique_ptr<InputThread> mThread;
DInputDispatcher.cpp558 mThread = std::make_unique<InputThread>( in start()
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp72 mThread = std::make_unique<InputThread>( in start()