Home
last modified time | relevance | path

Searched refs:getConnectionToken (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/services/inputflinger/tests/fuzzers/
DLatencyTrackerFuzzer.cpp42 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/
DInputBinding.java77 mConnectionToken = binding.getConnectionToken(); in InputBinding()
101 public IBinder getConnectionToken() { in getConnectionToken() method in InputBinding
/frameworks/native/libs/input/tests/
DInputChannel_test.cpp44 left.getConnectionToken() == right.getConnectionToken() && lhs.st_ino == rhs.st_ino; in operator ==()
57 EXPECT_EQ(serverChannel->getConnectionToken(), clientChannel->getConnectionToken()); in TEST_F()
DInputPublisherAndConsumer_test.cpp256 ASSERT_EQ(mPublisher->getChannel().getConnectionToken(), in TEST_F()
257 mConsumer->getChannel()->getConnectionToken()); in TEST_F()
/frameworks/native/services/inputflinger/dispatcher/
DConnection.cpp31 return inputPublisher.getChannel().getConnectionToken(); in getToken()
DInputDispatcher.cpp6104 const sp<IBinder>& token = serverChannel->getConnectionToken(); in createInputChannel()
6144 const sp<IBinder>& token = serverChannel->getConnectionToken(); in createInputMonitor()
/frameworks/native/services/inputflinger/tests/
DFakeWindows.cpp230 return mConsumer.getChannel()->getConnectionToken(); in getToken()
252 token = (*channel)->getConnectionToken(); in FakeWindowHandle()
/frameworks/native/libs/input/
DInputTransport.cpp504 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/
DInputTransport.h324 sp<IBinder> getConnectionToken() const;
/frameworks/base/core/jni/
Dandroid_view_InputChannel.cpp278 nativeInputChannel->getInputChannel()->getConnectionToken()); in android_view_InputChannel_nativeGetToken()
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java387 IRemoteInputConnection.Stub.asInterface(binding.getConnectionToken()), in bindInput()
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp124 mInputInfo.token = mClientChannel->getConnectionToken(); in InputSurface()
288 mInputFlinger->removeInputChannel(mClientChannel->getConnectionToken()); in ~InputSurface()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1854 im->removeInputChannel(inputChannel->getConnectionToken()); in handleInputChannelDisposed()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt35666 method public android.os.IBinder getConnectionToken();
/frameworks/base/core/api/
Dcurrent.txt56184 method public android.os.IBinder getConnectionToken();