Searched refs:mFocusedApplicationHandle (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1080 if (mFocusedApplicationHandle != NULL) {
1082 mFocusedApplicationHandle, NULL, nextWakeupTime,
1105 mFocusedApplicationHandle, mFocusedWindowHandle, nextWakeupTime, reason.string());
2925 if (mFocusedApplicationHandle != inputApplicationHandle) {
2926 if (mFocusedApplicationHandle != NULL) {
2928 mFocusedApplicationHandle->releaseInfo();
2930 mFocusedApplicationHandle = inputApplicationHandle;
2932 } else if (mFocusedApplicationHandle != NULL) {
2934 mFocusedApplicationHandle->releaseInfo();
2935 mFocusedApplicationHandle
[all...]
H A DInputDispatcher.h988 sp<InputApplicationHandle> mFocusedApplicationHandle; member in class:android::InputDispatcher

Completed in 547 milliseconds