Searched refs:applicationHandle (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 2139 const sp<InputApplicationHandle>& applicationHandle, in getApplicationWindowLabel() argument 2141 if (applicationHandle != nullptr) { in getApplicationWindowLabel() 2143 return applicationHandle->getName() + " - " + windowHandle->getName(); in getApplicationWindowLabel() 2145 return applicationHandle->getName(); in getApplicationWindowLabel() 4067 const sp<InputApplicationHandle>& applicationHandle = it.second; in dumpDispatchStateLocked() local 4070 displayId, applicationHandle->getName().c_str(), in dumpDispatchStateLocked() 4071 ns2ms(applicationHandle in dumpDispatchStateLocked()
|
D | InputDispatcher.h | 420 std::string getApplicationWindowLabel(const sp<InputApplicationHandle>& applicationHandle,
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerService.java | 8060 final InputApplicationHandle applicationHandle; in grantInputChannel() local 8069 applicationHandle = win.getApplicationHandle(); in grantInputChannel() 8074 name, applicationHandle, flags, type, null /* region */); in grantInputChannel() local 8082 InputApplicationHandle applicationHandle, int flags, int type, Region region) { in updateInputChannel() argument 8083 InputWindowHandle h = new InputWindowHandle(applicationHandle, displayId); in updateInputChannel() 8124 final InputApplicationHandle applicationHandle; in updateInputChannel() local 8134 applicationHandle = win.getApplicationHandle(); in updateInputChannel() 8138 applicationHandle, flags, win.mWindowType, region); in updateInputChannel()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 783 sp<InputApplicationHandle> applicationHandle = in setFocusedApplication() local 785 mInputManager->getDispatcher()->setFocusedApplication(displayId, applicationHandle); in setFocusedApplication()
|