Home
last modified time | relevance | path

Searched defs:connectionToken (Results 1 – 13 of 13) 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.cpp105 FocusEntry::FocusEntry(int32_t id, nsecs_t eventTime, sp<IBinder> connectionToken, bool hasFocus, in FocusEntry()
137 DragEntry::DragEntry(int32_t id, nsecs_t eventTime, sp<IBinder> connectionToken, bool isExiting, in DragEntry()
DEntry.h98 sp<IBinder> connectionToken; member
119 sp<IBinder> connectionToken; member
DInputDispatcher.cpp3507 int InputDispatcher::handleReceiveCallback(int events, sp<IBinder> connectionToken) { in handleReceiveCallback()
5541 status_t InputDispatcher::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
5557 status_t InputDispatcher::removeInputChannelLocked(const sp<IBinder>& connectionToken, in removeInputChannelLocked()
5580 void InputDispatcher::removeMonitorChannelLocked(const sp<IBinder>& connectionToken) { in removeMonitorChannelLocked()
5767 const sp<IBinder>& connectionToken = connection->inputChannel->getConnectionToken(); in doDispatchCycleFinishedCommand() local
5840 sp<IBinder> connectionToken = connection->inputChannel->getConnectionToken(); in onAnrLocked() local
5940 const sp<IBinder>& connectionToken = connection.inputChannel->getConnectionToken(); in processConnectionUnresponsiveLocked() local
5962 const sp<IBinder>& connectionToken = connection.inputChannel->getConnectionToken(); in processConnectionResponsiveLocked() local
/frameworks/native/services/inputflinger/
DInputManager.cpp151 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<int32_t> pid, in notifyWindowUnresponsive()
69 void notifyWindowResponsive(const sp<IBinder>& connectionToken, in notifyWindowResponsive()
/frameworks/native/services/inputflinger/tests/
DInputFlingerService_test.cpp129 binder::Status TestInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
DInputDispatcher_test.cpp389 void notifyWindowUnresponsive(const sp<IBinder>& connectionToken, std::optional<int32_t> pid, in notifyWindowUnresponsive()
397 void notifyWindowResponsive(const sp<IBinder>& connectionToken, in notifyWindowResponsive()
412 void notifyInputChannelBroken(const sp<IBinder>& connectionToken) override { in notifyInputChannelBroken()
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java61 void removeInputChannel(IBinder connectionToken); in removeInputChannel()
235 public native void removeInputChannel(IBinder connectionToken); in removeInputChannel()
DInputManagerService.java799 public void removeInputChannel(IBinder connectionToken) { in removeInputChannel()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp524 status_t NativeInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()