Searched defs:connectionToken (Results 1 – 12 of 12) sorted by relevance
| /frameworks/native/services/inputflinger/tests/fuzzers/ |
| D | LatencyTrackerFuzzer.cpp | 72 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/ |
| D | IInputFlinger.aidl | 27 void removeInputChannel(in IBinder connectionToken); in removeInputChannel()
|
| /frameworks/native/services/inputflinger/dispatcher/ |
| D | LatencyTracker.cpp | 85 void LatencyTracker::trackFinishedEvent(int32_t inputEventId, const sp<IBinder>& connectionToken, in trackFinishedEvent() 117 int32_t inputEventId, const sp<IBinder>& connectionToken, in trackGraphicsLatency()
|
| D | Entry.cpp | 106 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()
|
| D | Entry.h | 97 sp<IBinder> connectionToken; member 118 sp<IBinder> connectionToken; member
|
| D | InputDispatcher.cpp | 3832 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/ |
| D | InputManager.cpp | 179 binder::Status InputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
|
| /frameworks/native/services/inputflinger/benchmarks/ |
| D | InputDispatcher_benchmarks.cpp | 64 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/ |
| D | NativeInputManagerService.java | 61 void removeInputChannel(IBinder connectionToken); in removeInputChannel() 298 public native void removeInputChannel(IBinder connectionToken); in removeInputChannel()
|
| D | InputManagerService.java | 801 public void removeInputChannel(IBinder connectionToken) { in removeInputChannel()
|
| /frameworks/native/services/inputflinger/tests/ |
| D | InputDispatcher_test.cpp | 513 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/ |
| D | com_android_server_input_InputManagerService.cpp | 551 status_t NativeInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
|