Searched refs:updateLastAnrStateLocked (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.h | 494 void updateLastAnrStateLocked(const sp<InputWindowHandle>& window, const std::string& reason) 496 void updateLastAnrStateLocked(const sp<InputApplicationHandle>& application, 498 void updateLastAnrStateLocked(const std::string& windowLabel, const std::string& reason)
|
D | InputDispatcher.cpp | 4569 updateLastAnrStateLocked(getWindowHandleLocked(connection->inputChannel->getConnectionToken()), in onAnrLocked() 4584 updateLastAnrStateLocked(application, reason); in onAnrLocked() 4594 void InputDispatcher::updateLastAnrStateLocked(const sp<InputWindowHandle>& window, in updateLastAnrStateLocked() function in android::inputdispatcher::InputDispatcher 4597 updateLastAnrStateLocked(windowLabel, reason); in updateLastAnrStateLocked() 4600 void InputDispatcher::updateLastAnrStateLocked(const sp<InputApplicationHandle>& application, in updateLastAnrStateLocked() function in android::inputdispatcher::InputDispatcher 4603 updateLastAnrStateLocked(windowLabel, reason); in updateLastAnrStateLocked() 4606 void InputDispatcher::updateLastAnrStateLocked(const std::string& windowLabel, in updateLastAnrStateLocked() function in android::inputdispatcher::InputDispatcher
|