Home
last modified time | relevance | path

Searched refs:getWindowName (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowManagerGlobal.java234 mViewRoots[i] = getWindowName(mRoots.get(i)); in getViewRootNames()
302 if (name.equals(getWindowName(root))) return root.getView(); in getRootView()
595 String name = getWindowName(root); in dumpGfxInfo()
615 String name = getWindowName(root); in dumpGfxInfo()
633 private static String getWindowName(ViewRootImpl root) { in getWindowName() method in WindowManagerGlobal
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp3793 connection->getWindowName().c_str(), in dumpDispatchStateLocked()
4230 connection->getWindowName().c_str(), eventDuration * 0.000001f); in doDispatchCycleFinishedLockedInterruptible()
4483 snprintf(counterName, sizeof(counterName), "oq:%s", connection->getWindowName().c_str()); in traceOutboundQueueLength()
4491 snprintf(counterName, sizeof(counterName), "wq:%s", connection->getWindowName().c_str()); in traceWaitQueueLength()
5083 const std::string InputDispatcher::Connection::getWindowName() const { in getWindowName() function in android::InputDispatcher::Connection
DInputDispatcher.h895 const std::string getWindowName() const;