/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | LatencyTrackerFuzzer.cpp | 42 static sp<IBinder> getConnectionToken(FuzzedDataProvider& fdp, in getConnectionToken() function 79 sp<IBinder> connectionToken = getConnectionToken(fdp, predefinedTokens); in LLVMFuzzerTestOneInput() 88 sp<IBinder> connectionToken = getConnectionToken(fdp, predefinedTokens); in LLVMFuzzerTestOneInput()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputBinding.java | 77 mConnectionToken = binding.getConnectionToken(); in InputBinding() 101 public IBinder getConnectionToken() { in getConnectionToken() method in InputBinding
|
/frameworks/native/libs/input/tests/ |
D | InputChannel_test.cpp | 44 left.getConnectionToken() == right.getConnectionToken() && lhs.st_ino == rhs.st_ino; in operator ==() 57 EXPECT_EQ(serverChannel->getConnectionToken(), clientChannel->getConnectionToken()); in TEST_F()
|
D | InputPublisherAndConsumer_test.cpp | 256 ASSERT_EQ(mPublisher->getChannel().getConnectionToken(), in TEST_F() 257 mConsumer->getChannel()->getConnectionToken()); in TEST_F()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | Connection.cpp | 31 return inputPublisher.getChannel().getConnectionToken(); in getToken()
|
D | InputDispatcher.cpp | 6104 const sp<IBinder>& token = serverChannel->getConnectionToken(); in createInputChannel() 6144 const sp<IBinder>& token = serverChannel->getConnectionToken(); in createInputMonitor()
|
/frameworks/native/services/inputflinger/tests/ |
D | FakeWindows.cpp | 230 return mConsumer.getChannel()->getConnectionToken(); in getToken() 252 token = (*channel)->getConnectionToken(); in FakeWindowHandle()
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 504 return InputChannel::create(getName(), std::move(newFd), getConnectionToken()); in dup() 510 outChannel.token = getConnectionToken(); in copyTo() 517 outChannel.token = from->getConnectionToken(); in moveChannel() 520 sp<IBinder> InputChannel::getConnectionToken() const { in getConnectionToken() function in android::InputChannel
|
/frameworks/native/include/input/ |
D | InputTransport.h | 324 sp<IBinder> getConnectionToken() const;
|
/frameworks/base/core/jni/ |
D | android_view_InputChannel.cpp | 278 nativeInputChannel->getInputChannel()->getConnectionToken()); in android_view_InputChannel_nativeGetToken()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodWrapper.java | 387 IRemoteInputConnection.Stub.asInterface(binding.getConnectionToken()), in bindInput()
|
/frameworks/native/libs/gui/tests/ |
D | EndToEndNativeInputTest.cpp | 124 mInputInfo.token = mClientChannel->getConnectionToken(); in InputSurface() 288 mInputFlinger->removeInputChannel(mClientChannel->getConnectionToken()); in ~InputSurface()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 1854 im->removeInputChannel(inputChannel->getConnectionToken()); in handleInputChannelDisposed()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 35666 method public android.os.IBinder getConnectionToken();
|
/frameworks/base/core/api/ |
D | current.txt | 56184 method public android.os.IBinder getConnectionToken();
|