Searched defs:connectionToken (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/native/libs/input/android/os/ |
H A D | IInputFlinger.aidl | 27 void removeInputChannel(in IBinder connectionToken); in removeInputChannel()
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A D | LatencyTracker.cpp | 88 void LatencyTracker::trackFinishedEvent(int32_t inputEventId, const sp<IBinder>& connectionToken, in trackFinishedEvent() 119 int32_t inputEventId, const sp<IBinder>& connectionToken, in trackGraphicsLatency()
|
H A D | Entry.cpp | 104 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()
|
H A D | Entry.h | 95 sp<IBinder> connectionToken; member 116 sp<IBinder> connectionToken; member 285 sp<IBinder> connectionToken; member
|
H A D | InputDispatcher.cpp | 3391 int InputDispatcher::handleReceiveCallback(int events, sp<IBinder> connectionToken) { in handleReceiveCallback() 5301 status_t InputDispatcher::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() 5317 status_t InputDispatcher::removeInputChannelLocked(const sp<IBinder>& connectionToken, in removeInputChannelLocked() 5340 void InputDispatcher::removeMonitorChannelLocked(const sp<IBinder>& connectionToken) { in removeMonitorChannelLocked() 5346 const sp<IBinder>& connectionToken, in removeMonitorChannelLocked() 5573 sp<IBinder> connectionToken = connection->inputChannel->getConnectionToken(); in onAnrLocked() local 5803 const sp<IBinder>& connectionToken = connection->inputChannel->getConnectionToken(); in doDispatchCycleFinishedLockedInterruptible() local 5833 void InputDispatcher::sendWindowUnresponsiveCommandLocked(sp<IBinder> connectionToken, in sendWindowUnresponsiveCommandLocked() 5849 void InputDispatcher::sendWindowResponsiveCommandLocked(sp<IBinder> connectionToken) { in sendWindowResponsiveCommandLocked() 5863 const sp<IBinder>& connectionToken = connection.inputChannel->getConnectionToken(); in processConnectionUnresponsiveLocked() local [all …]
|
/aosp12/frameworks/native/services/inputflinger/ |
H A D | InputManager.cpp | 136 binder::Status InputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
|
/aosp12/frameworks/native/services/inputflinger/benchmarks/ |
H A D | InputDispatcher_benchmarks.cpp | 63 void notifyWindowUnresponsive(const sp<IBinder>& connectionToken, in notifyWindowUnresponsive() 68 void notifyWindowResponsive(const sp<IBinder>& connectionToken) override {} in notifyWindowResponsive()
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputFlingerService_test.cpp | 129 binder::Status TestInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
|
H A D | InputDispatcher_test.cpp | 150 sp<IBinder> connectionToken = getUnresponsiveWindowToken(timeout); in assertNotifyWindowUnresponsiveWasCalled() local 155 sp<IBinder> connectionToken = getResponsiveWindowToken(); in assertNotifyWindowResponsiveWasCalled() local 310 void notifyWindowUnresponsive(const sp<IBinder>& connectionToken, const std::string&) override { in notifyWindowUnresponsive() 322 void notifyWindowResponsive(const sp<IBinder>& connectionToken) override { in notifyWindowResponsive()
|
/aosp12/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 297 private static native void nativeRemoveInputChannel(long ptr, IBinder connectionToken); in nativeRemoveInputChannel() 757 public void removeInputChannel(IBinder connectionToken) { in removeInputChannel()
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 527 const sp<IBinder>& connectionToken) { in removeInputChannel()
|