Searched defs:connectionToken (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/libs/input/android/os/ |
D | IInputFlinger.aidl | 34 void removeInputChannel(in IBinder connectionToken); in removeInputChannel()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | LatencyTracker.cpp | 88 void LatencyTracker::trackFinishedEvent(int32_t inputEventId, const sp<IBinder>& connectionToken, in trackFinishedEvent() 119 int32_t inputEventId, const sp<IBinder>& connectionToken, in trackGraphicsLatency()
|
D | Entry.cpp | 104 FocusEntry::FocusEntry(int32_t id, nsecs_t eventTime, sp<IBinder> connectionToken, bool hasFocus, in FocusEntry() 136 DragEntry::DragEntry(int32_t id, nsecs_t eventTime, sp<IBinder> connectionToken, bool isExiting, in DragEntry()
|
D | Entry.h | 95 sp<IBinder> connectionToken; member 116 sp<IBinder> connectionToken; member 283 sp<IBinder> connectionToken; member
|
D | InputDispatcher.cpp | 3345 int InputDispatcher::handleReceiveCallback(int events, sp<IBinder> connectionToken) { in handleReceiveCallback() 5269 status_t InputDispatcher::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() 5285 status_t InputDispatcher::removeInputChannelLocked(const sp<IBinder>& connectionToken, in removeInputChannelLocked() 5308 void InputDispatcher::removeMonitorChannelLocked(const sp<IBinder>& connectionToken) { in removeMonitorChannelLocked() 5314 const sp<IBinder>& connectionToken, in removeMonitorChannelLocked() 5541 sp<IBinder> connectionToken = connection->inputChannel->getConnectionToken(); in onAnrLocked() local 5771 const sp<IBinder>& connectionToken = connection->inputChannel->getConnectionToken(); in doDispatchCycleFinishedLockedInterruptible() local 5801 void InputDispatcher::sendWindowUnresponsiveCommandLocked(sp<IBinder> connectionToken, in sendWindowUnresponsiveCommandLocked() 5817 void InputDispatcher::sendWindowResponsiveCommandLocked(sp<IBinder> connectionToken) { in sendWindowResponsiveCommandLocked() 5831 const sp<IBinder>& connectionToken = connection.inputChannel->getConnectionToken(); in processConnectionUnresponsiveLocked() local [all …]
|
/frameworks/native/services/inputflinger/ |
D | InputManager.cpp | 159 binder::Status InputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
|
/frameworks/native/services/inputflinger/benchmarks/ |
D | InputDispatcher_benchmarks.cpp | 60 void notifyWindowUnresponsive(const sp<IBinder>& connectionToken, in notifyWindowUnresponsive() 65 void notifyWindowResponsive(const sp<IBinder>& connectionToken) override {} in notifyWindowResponsive()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputFlingerService_test.cpp | 228 binder::Status TestInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()
|
D | InputDispatcher_test.cpp | 146 sp<IBinder> connectionToken = getUnresponsiveWindowToken(timeout); in assertNotifyWindowUnresponsiveWasCalled() local 151 sp<IBinder> connectionToken = getResponsiveWindowToken(); in assertNotifyWindowResponsiveWasCalled() local 302 void notifyWindowUnresponsive(const sp<IBinder>& connectionToken, const std::string&) override { in notifyWindowUnresponsive() 314 void notifyWindowResponsive(const sp<IBinder>& connectionToken) override { in notifyWindowResponsive()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 297 private static native void nativeRemoveInputChannel(long ptr, IBinder connectionToken); in nativeRemoveInputChannel() 757 public void removeInputChannel(IBinder connectionToken) { in removeInputChannel()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 526 const sp<IBinder>& connectionToken) { in removeInputChannel()
|