Searched defs:connectionToken (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | LatencyTrackerFuzzer.cpp | 98 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/ |
D | IInputFlinger.aidl | 26 void removeInputChannel(in IBinder connectionToken); in removeInputChannel()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | LatencyTracker.cpp | 163 void LatencyTracker::trackFinishedEvent(int32_t inputEventId, const sp<IBinder>& connectionToken, in trackFinishedEvent() 195 int32_t inputEventId, const sp<IBinder>& connectionToken, in trackGraphicsLatency()
|
D | Entry.cpp | 83 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()
|
D | Entry.h | 88 sp<IBinder> connectionToken; member 105 sp<IBinder> connectionToken; member
|
D | InputDispatcher.cpp | 4013 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/ |
D | FakeInputDispatcherPolicy.cpp | 337 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/ |
D | InputManager.cpp | 277 binder::Status InputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | NativeInputManagerService.java | 64 void removeInputChannel(IBinder connectionToken); in removeInputChannel() 378 public native void removeInputChannel(IBinder connectionToken); in removeInputChannel()
|
D | InputManagerService.java | 912 public void removeInputChannel(@NonNull IBinder connectionToken) { in removeInputChannel()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 697 status_t NativeInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
|