Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h498 void updateLastAnrStateLocked(const std::string& windowLabel, const std::string& reason)
DInputDispatcher.cpp4596 const std::string windowLabel = getApplicationWindowLabel(nullptr, window); in updateLastAnrStateLocked() local
4597 updateLastAnrStateLocked(windowLabel, reason); in updateLastAnrStateLocked()
4602 const std::string windowLabel = getApplicationWindowLabel(application, nullptr); in updateLastAnrStateLocked() local
4603 updateLastAnrStateLocked(windowLabel, reason); in updateLastAnrStateLocked()
4606 void InputDispatcher::updateLastAnrStateLocked(const std::string& windowLabel, in updateLastAnrStateLocked() argument
4618 mLastAnrState += StringPrintf(INDENT2 "Window: %s\n", windowLabel.c_str()); in updateLastAnrStateLocked()