Searched defs:connectionToken (Results 1 – 13 of 13) 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 | 105 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()
|
D | Entry.h | 98 sp<IBinder> connectionToken; member 119 sp<IBinder> connectionToken; member
|
D | InputDispatcher.cpp | 3507 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/ |
D | InputManager.cpp | 151 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<int32_t> pid, in notifyWindowUnresponsive() 69 void notifyWindowResponsive(const sp<IBinder>& connectionToken, in notifyWindowResponsive()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputFlingerService_test.cpp | 129 binder::Status TestInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
|
D | InputDispatcher_test.cpp | 389 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/ |
D | NativeInputManagerService.java | 61 void removeInputChannel(IBinder connectionToken); in removeInputChannel() 235 public native void removeInputChannel(IBinder connectionToken); in removeInputChannel()
|
D | InputManagerService.java | 799 public void removeInputChannel(IBinder connectionToken) { in removeInputChannel()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 524 status_t NativeInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
|