Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/fuzzers/
DLatencyTrackerFuzzer.cpp98 sp<IBinder> connectionToken = getConnectionToken(fdp, predefinedTokens); in LLVMFuzzerTestOneInput() local
107 sp<IBinder> connectionToken = getConnectionToken(fdp, predefinedTokens); in LLVMFuzzerTestOneInput() local
/frameworks/native/libs/input/android/os/
DIInputFlinger.aidl26 void removeInputChannel(in IBinder connectionToken); in removeInputChannel()
/frameworks/native/services/inputflinger/dispatcher/
DLatencyTracker.cpp163 void LatencyTracker::trackFinishedEvent(int32_t inputEventId, const sp<IBinder>& connectionToken, in trackFinishedEvent()
195 int32_t inputEventId, const sp<IBinder>& connectionToken, in trackGraphicsLatency()
DEntry.cpp83 FocusEntry::FocusEntry(int32_t id, nsecs_t eventTime, sp<IBinder> connectionToken, bool hasFocus, in FocusEntry()
111 DragEntry::DragEntry(int32_t id, nsecs_t eventTime, sp<IBinder> connectionToken, bool isExiting, in DragEntry()
DEntry.h88 sp<IBinder> connectionToken; member
105 sp<IBinder> connectionToken; member
DInputDispatcher.cpp4013 int InputDispatcher::handleReceiveCallback(int events, sp<IBinder> connectionToken) { in handleReceiveCallback()
6260 status_t InputDispatcher::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
6293 void InputDispatcher::ConnectionManager::removeMonitorChannel(const sp<IBinder>& connectionToken) { in removeMonitorChannel()
6511 const sp<IBinder>& connectionToken = connection->getToken(); in doDispatchCycleFinishedCommand() local
6585 sp<IBinder> connectionToken = connection->getToken(); in onAnrLocked() local
6687 const sp<IBinder>& connectionToken = connection.getToken(); in processConnectionUnresponsiveLocked() local
6709 const sp<IBinder>& connectionToken = connection.getToken(); in processConnectionResponsiveLocked() local
/frameworks/native/services/inputflinger/tests/
DFakeInputDispatcherPolicy.cpp337 void FakeInputDispatcherPolicy::notifyWindowUnresponsive(const sp<IBinder>& connectionToken, in notifyWindowUnresponsive()
345 void FakeInputDispatcherPolicy::notifyWindowResponsive(const sp<IBinder>& connectionToken, in notifyWindowResponsive()
359 void FakeInputDispatcherPolicy::notifyInputChannelBroken(const sp<IBinder>& connectionToken) { in notifyInputChannelBroken()
/frameworks/native/services/inputflinger/
DInputManager.cpp277 binder::Status InputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java64 void removeInputChannel(IBinder connectionToken); in removeInputChannel()
378 public native void removeInputChannel(IBinder connectionToken); in removeInputChannel()
DInputManagerService.java912 public void removeInputChannel(@NonNull IBinder connectionToken) { in removeInputChannel()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp697 status_t NativeInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()