Home
last modified time | relevance | path

Searched refs:isCallingThread (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/include/
DInputThread.h36 bool isCallingThread();
/frameworks/native/services/inputflinger/
DInputThread.cpp56 bool InputThread::isCallingThread() { in isCallingThread() function in android::InputThread
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp78 if (mThread && mThread->isCallingThread()) { in stop()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp564 if (mThread && mThread->isCallingThread()) { in stop()