Home
last modified time | relevance | path

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

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