Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/fuzzers/
DLatencyTrackerFuzzer.cpp79 sp<IBinder> connectionToken = getConnectionToken(fdp, predefinedTokens); in LLVMFuzzerTestOneInput() local
88 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.cpp110 void LatencyTracker::trackFinishedEvent(int32_t inputEventId, const sp<IBinder>& connectionToken, in trackFinishedEvent()
142 int32_t inputEventId, const sp<IBinder>& connectionToken, in trackGraphicsLatency()
DEntry.cpp92 FocusEntry::FocusEntry(int32_t id, nsecs_t eventTime, sp<IBinder> connectionToken, bool hasFocus, in FocusEntry()
120 DragEntry::DragEntry(int32_t id, nsecs_t eventTime, sp<IBinder> connectionToken, bool isExiting, in DragEntry()
DEntry.h94 sp<IBinder> connectionToken; member
111 sp<IBinder> connectionToken; member
DInputDispatcher.cpp4033 int InputDispatcher::handleReceiveCallback(int events, sp<IBinder> connectionToken) { in handleReceiveCallback()
6169 status_t InputDispatcher::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
6185 status_t InputDispatcher::removeInputChannelLocked(const sp<IBinder>& connectionToken, in removeInputChannelLocked()
6208 void InputDispatcher::removeMonitorChannelLocked(const sp<IBinder>& connectionToken) { in removeMonitorChannelLocked()
6417 const sp<IBinder>& connectionToken = connection->getToken(); in doDispatchCycleFinishedCommand() local
6491 sp<IBinder> connectionToken = connection->getToken(); in onAnrLocked() local
6590 const sp<IBinder>& connectionToken = connection.getToken(); in processConnectionUnresponsiveLocked() local
6612 const sp<IBinder>& connectionToken = connection.getToken(); in processConnectionResponsiveLocked() local
/frameworks/native/services/inputflinger/tests/
DFakeInputDispatcherPolicy.cpp350 void FakeInputDispatcherPolicy::notifyWindowUnresponsive(const sp<IBinder>& connectionToken, in notifyWindowUnresponsive()
358 void FakeInputDispatcherPolicy::notifyWindowResponsive(const sp<IBinder>& connectionToken, in notifyWindowResponsive()
372 void FakeInputDispatcherPolicy::notifyInputChannelBroken(const sp<IBinder>& connectionToken) { in notifyInputChannelBroken()
/frameworks/native/services/inputflinger/
DInputManager.cpp279 binder::Status InputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java61 void removeInputChannel(IBinder connectionToken); in removeInputChannel()
325 public native void removeInputChannel(IBinder connectionToken); in removeInputChannel()
DInputManagerService.java804 public void removeInputChannel(IBinder connectionToken) { in removeInputChannel()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp568 status_t NativeInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()