Home
last modified time | relevance | path

Searched refs:windowLabel (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h685 void updateLastAnrStateLocked(const std::string& windowLabel, const std::string& reason)
DInputDispatcher.cpp6514 const std::string windowLabel = getApplicationWindowLabel(nullptr, window); in updateLastAnrStateLocked() local
6515 updateLastAnrStateLocked(windowLabel, reason); in updateLastAnrStateLocked()
6520 const std::string windowLabel = getApplicationWindowLabel(&application, nullptr); in updateLastAnrStateLocked() local
6521 updateLastAnrStateLocked(windowLabel, reason); in updateLastAnrStateLocked()
6524 void InputDispatcher::updateLastAnrStateLocked(const std::string& windowLabel, in updateLastAnrStateLocked() argument
6536 mLastAnrState += StringPrintf(INDENT2 "Window: %s\n", windowLabel.c_str()); in updateLastAnrStateLocked()