Searched defs:connectionToken (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | LatencyTrackerFuzzer.cpp | 79 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/ |
D | IInputFlinger.aidl | 26 void removeInputChannel(in IBinder connectionToken); in removeInputChannel()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | LatencyTracker.cpp | 110 void LatencyTracker::trackFinishedEvent(int32_t inputEventId, const sp<IBinder>& connectionToken, in trackFinishedEvent() 142 int32_t inputEventId, const sp<IBinder>& connectionToken, in trackGraphicsLatency()
|
D | Entry.cpp | 92 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()
|
D | Entry.h | 94 sp<IBinder> connectionToken; member 111 sp<IBinder> connectionToken; member
|
D | InputDispatcher.cpp | 4033 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/ |
D | FakeInputDispatcherPolicy.cpp | 350 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/ |
D | InputManager.cpp | 279 binder::Status InputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | NativeInputManagerService.java | 61 void removeInputChannel(IBinder connectionToken); in removeInputChannel() 325 public native void removeInputChannel(IBinder connectionToken); in removeInputChannel()
|
D | InputManagerService.java | 804 public void removeInputChannel(IBinder connectionToken) { in removeInputChannel()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 568 status_t NativeInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
|