Searched refs:getWindowName (Results 1 – 5 of 5) sorted by relevance
234 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
32 const std::string Connection::getWindowName() const { in getWindowName() function in android::inputdispatcher::Connection
66 const std::string getWindowName() const;
3759 connection->getWindowName().c_str(), connection->getStatusLabel(), in dumpDispatchStateLocked()4190 connection->getWindowName().c_str(), eventDuration * 0.000001f); in doDispatchCycleFinishedLockedInterruptible()4441 snprintf(counterName, sizeof(counterName), "oq:%s", connection->getWindowName().c_str()); in traceOutboundQueueLength()4449 snprintf(counterName, sizeof(counterName), "wq:%s", connection->getWindowName().c_str()); in traceWaitQueueLength()
79744 Landroid/view/WindowManagerGlobal;->getWindowName(Landroid/view/ViewRootImpl;)Ljava/lang/String;