Home
last modified time | relevance | path

Searched refs:applicationHandle (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp2139 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()
DInputDispatcher.h420 std::string getApplicationWindowLabel(const sp<InputApplicationHandle>& applicationHandle,
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java8060 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/
Dcom_android_server_input_InputManagerService.cpp783 sp<InputApplicationHandle> applicationHandle = in setFocusedApplication() local
785 mInputManager->getDispatcher()->setFocusedApplication(displayId, applicationHandle); in setFocusedApplication()