Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DInputApplication.h51 inline sp<IBinder> getApplicationToken() const { return mInfo.token; } in getApplicationToken() function
54 return getName() == other.getName() && getApplicationToken() == other.getApplicationToken();
DWindowInfo.h295 sp<IBinder> getApplicationToken() { return mInfo.applicationInfo.token; } in getApplicationToken() function
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp1024 focusedApplication->getApplicationToken() != in processNoFocusedWindowAnrLocked()
1025 mAwaitedFocusedApplication->getApplicationToken()) { in processNoFocusedWindowAnrLocked()
1300 touchedWindowHandle->getApplicationToken() != in shouldPruneInboundQueueLocked()
1301 mAwaitedFocusedApplication->getApplicationToken()) { in shouldPruneInboundQueueLocked()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp11508 w->setApplicationToken(mTouchWindow->getApplicationToken()); in TEST_F()