Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/input/android/os/
H A DIInputFlinger.aidl27 void removeInputChannel(in IBinder connectionToken); in removeInputChannel()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DLatencyTracker.cpp88 void LatencyTracker::trackFinishedEvent(int32_t inputEventId, const sp<IBinder>& connectionToken, in trackFinishedEvent()
119 int32_t inputEventId, const sp<IBinder>& connectionToken, in trackGraphicsLatency()
H A 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()
H A DEntry.h95 sp<IBinder> connectionToken; member
116 sp<IBinder> connectionToken; member
285 sp<IBinder> connectionToken; member
H A DInputDispatcher.cpp3391 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 DInputManager.cpp136 binder::Status InputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
/aosp12/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp63 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 DInputFlingerService_test.cpp129 binder::Status TestInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
H A DInputDispatcher_test.cpp150 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 DInputManagerService.java297 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 Dcom_android_server_input_InputManagerService.cpp527 const sp<IBinder>& connectionToken) { in removeInputChannel()