Searched defs:inputApplicationHandle (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/ui/tests/
H A DInputDispatcher_test.cpp37 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle, argument
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp199 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
603 nsecs_t NativeInputManager::notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle, argument
612 if (inputApplicationHandle.get()) {
613 ApplicationToken* token = static_cast<ApplicationToken*>(inputApplicationHandle.get());
/frameworks/base/include/ui/
H A DInputDispatcher.h265 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
599 sp<InputApplicationHandle> inputApplicationHandle; member in struct:android::InputDispatcher::CommandEntry

Completed in 132 milliseconds