Home
last modified time | relevance | path

Searched defs:connectionToken (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/libs/input/android/os/
DIInputFlinger.aidl34 void removeInputChannel(in IBinder connectionToken); in removeInputChannel()
/frameworks/native/services/inputflinger/dispatcher/
DLatencyTracker.cpp88 void LatencyTracker::trackFinishedEvent(int32_t inputEventId, const sp<IBinder>& connectionToken, in trackFinishedEvent()
119 int32_t inputEventId, const sp<IBinder>& connectionToken, in trackGraphicsLatency()
DEntry.cpp104 FocusEntry::FocusEntry(int32_t id, nsecs_t eventTime, sp<IBinder> connectionToken, bool hasFocus, in FocusEntry()
136 DragEntry::DragEntry(int32_t id, nsecs_t eventTime, sp<IBinder> connectionToken, bool isExiting, in DragEntry()
DEntry.h95 sp<IBinder> connectionToken; member
116 sp<IBinder> connectionToken; member
283 sp<IBinder> connectionToken; member
DInputDispatcher.cpp3345 int InputDispatcher::handleReceiveCallback(int events, sp<IBinder> connectionToken) { in handleReceiveCallback()
5269 status_t InputDispatcher::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
5285 status_t InputDispatcher::removeInputChannelLocked(const sp<IBinder>& connectionToken, in removeInputChannelLocked()
5308 void InputDispatcher::removeMonitorChannelLocked(const sp<IBinder>& connectionToken) { in removeMonitorChannelLocked()
5314 const sp<IBinder>& connectionToken, in removeMonitorChannelLocked()
5541 sp<IBinder> connectionToken = connection->inputChannel->getConnectionToken(); in onAnrLocked() local
5771 const sp<IBinder>& connectionToken = connection->inputChannel->getConnectionToken(); in doDispatchCycleFinishedLockedInterruptible() local
5801 void InputDispatcher::sendWindowUnresponsiveCommandLocked(sp<IBinder> connectionToken, in sendWindowUnresponsiveCommandLocked()
5817 void InputDispatcher::sendWindowResponsiveCommandLocked(sp<IBinder> connectionToken) { in sendWindowResponsiveCommandLocked()
5831 const sp<IBinder>& connectionToken = connection.inputChannel->getConnectionToken(); in processConnectionUnresponsiveLocked() local
[all …]
/frameworks/native/services/inputflinger/
DInputManager.cpp159 binder::Status InputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp60 void notifyWindowUnresponsive(const sp<IBinder>& connectionToken, in notifyWindowUnresponsive()
65 void notifyWindowResponsive(const sp<IBinder>& connectionToken) override {} in notifyWindowResponsive()
/frameworks/native/services/inputflinger/tests/
DInputFlingerService_test.cpp228 binder::Status TestInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
DInputDispatcher_test.cpp146 sp<IBinder> connectionToken = getUnresponsiveWindowToken(timeout); in assertNotifyWindowUnresponsiveWasCalled() local
151 sp<IBinder> connectionToken = getResponsiveWindowToken(); in assertNotifyWindowResponsiveWasCalled() local
302 void notifyWindowUnresponsive(const sp<IBinder>& connectionToken, const std::string&) override { in notifyWindowUnresponsive()
314 void notifyWindowResponsive(const sp<IBinder>& connectionToken) override { in notifyWindowResponsive()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java297 private static native void nativeRemoveInputChannel(long ptr, IBinder connectionToken); in nativeRemoveInputChannel()
757 public void removeInputChannel(IBinder connectionToken) { in removeInputChannel()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp526 const sp<IBinder>& connectionToken) { in removeInputChannel()