Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h630 void updateLastAnrStateLocked(const std::string& windowLabel, const std::string& reason)
H A DInputDispatcher.cpp5602 const std::string windowLabel = getApplicationWindowLabel(nullptr, window); in updateLastAnrStateLocked() local
5603 updateLastAnrStateLocked(windowLabel, reason); in updateLastAnrStateLocked()
5608 const std::string windowLabel = getApplicationWindowLabel(&application, nullptr); in updateLastAnrStateLocked() local
5609 updateLastAnrStateLocked(windowLabel, reason); in updateLastAnrStateLocked()
5612 void InputDispatcher::updateLastAnrStateLocked(const std::string& windowLabel, in updateLastAnrStateLocked() argument
5624 mLastAnrState += StringPrintf(INDENT2 "Window: %s\n", windowLabel.c_str()); in updateLastAnrStateLocked()