Searched refs:InputThread (Results 1 – 7 of 7) sorted by relevance
42 InputThread::InputThread(std::string name, std::function<void()> loop, std::function<void()> wake) in InputThread() function in android::InputThread48 InputThread::~InputThread() { in ~InputThread()56 bool InputThread::isCallingThread() { in isCallingThread()
125 "InputThread.cpp",
30 class InputThread {32 explicit InputThread(std::string name, std::function<void()> loop,34 virtual ~InputThread();
158 std::unique_ptr<InputThread> mThread;
155 std::unique_ptr<InputThread> mThread;
558 mThread = std::make_unique<InputThread>( in start()
72 mThread = std::make_unique<InputThread>( in start()