Searched refs:getWindowName (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | WindowManagerImpl.java | 533 String name = getWindowName(root); in dumpGfxInfo() 552 String name = getWindowName(root); in dumpGfxInfo() 575 private static String getWindowName(ViewRootImpl root) { in getWindowName() method in WindowManagerImpl
|
/frameworks/base/services/input/ |
D | InputDispatcher.cpp | 3117 i, connection->getInputChannelName(), connection->getWindowName(), in dumpDispatchStateLocked() 3399 connection->getWindowName(), eventDuration * 0.000001f); in doDispatchCycleFinishedLockedInterruptible() 3642 snprintf(counterName, sizeof(counterName), "oq:%s", connection->getWindowName()); in traceOutboundQueueLengthLocked() 3650 snprintf(counterName, sizeof(counterName), "wq:%s", connection->getWindowName()); in traceWaitQueueLengthLocked() 4193 const char* InputDispatcher::Connection::getWindowName() const { in getWindowName() function in android::InputDispatcher::Connection
|
D | InputDispatcher.h | 818 const char* getWindowName() const;
|