Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/fuzzers/
DLatencyTrackerFuzzer.cpp72 sp<IBinder> connectionToken = getConnectionToken(fdp, predefinedTokens); in LLVMFuzzerTestOneInput() local
81 sp<IBinder> connectionToken = getConnectionToken(fdp, predefinedTokens); in LLVMFuzzerTestOneInput() local
/frameworks/native/libs/input/android/os/
DIInputFlinger.aidl27 void removeInputChannel(in IBinder connectionToken); in removeInputChannel()
/frameworks/native/services/inputflinger/dispatcher/
DLatencyTracker.cpp85 void LatencyTracker::trackFinishedEvent(int32_t inputEventId, const sp<IBinder>& connectionToken, in trackFinishedEvent()
117 int32_t inputEventId, const sp<IBinder>& connectionToken, in trackGraphicsLatency()
DEntry.cpp106 FocusEntry::FocusEntry(int32_t id, nsecs_t eventTime, sp<IBinder> connectionToken, bool hasFocus, in FocusEntry()
138 DragEntry::DragEntry(int32_t id, nsecs_t eventTime, sp<IBinder> connectionToken, bool isExiting, in DragEntry()
DEntry.h97 sp<IBinder> connectionToken; member
118 sp<IBinder> connectionToken; member
DInputDispatcher.cpp3832 int InputDispatcher::handleReceiveCallback(int events, sp<IBinder> connectionToken) { in handleReceiveCallback()
5946 status_t InputDispatcher::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
5962 status_t InputDispatcher::removeInputChannelLocked(const sp<IBinder>& connectionToken, in removeInputChannelLocked()
5985 void InputDispatcher::removeMonitorChannelLocked(const sp<IBinder>& connectionToken) { in removeMonitorChannelLocked()
6188 const sp<IBinder>& connectionToken = connection->inputChannel->getConnectionToken(); in doDispatchCycleFinishedCommand() local
6253 sp<IBinder> connectionToken = connection->inputChannel->getConnectionToken(); in onAnrLocked() local
6352 const sp<IBinder>& connectionToken = connection.inputChannel->getConnectionToken(); in processConnectionUnresponsiveLocked() local
6374 const sp<IBinder>& connectionToken = connection.inputChannel->getConnectionToken(); in processConnectionResponsiveLocked() local
/frameworks/native/services/inputflinger/
DInputManager.cpp179 binder::Status InputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp64 void notifyWindowUnresponsive(const sp<IBinder>& connectionToken, std::optional<gui::Pid> pid, in notifyWindowUnresponsive()
69 void notifyWindowResponsive(const sp<IBinder>& connectionToken, in notifyWindowResponsive()
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java61 void removeInputChannel(IBinder connectionToken); in removeInputChannel()
298 public native void removeInputChannel(IBinder connectionToken); in removeInputChannel()
DInputManagerService.java801 public void removeInputChannel(IBinder connectionToken) { in removeInputChannel()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp513 void notifyWindowUnresponsive(const sp<IBinder>& connectionToken, std::optional<gui::Pid> pid, in notifyWindowUnresponsive()
521 void notifyWindowResponsive(const sp<IBinder>& connectionToken, in notifyWindowResponsive()
536 void notifyInputChannelBroken(const sp<IBinder>& connectionToken) override { in notifyInputChannelBroken()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp551 status_t NativeInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()