/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | InputReaderFuzzer.cpp | 78 bool hasKeys(int32_t deviceId, uint32_t sourceMask, const std::vector<int32_t>& keyCodes, in hasKeys() function in android::FuzzInputReader 80 return reader->hasKeys(deviceId, sourceMask, keyCodes, outFlags); in hasKeys() 230 reader->hasKeys(fdp->ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | NativeInputManagerService.java | 53 boolean hasKeys(int deviceId, int sourceMask, int[] keyCodes, boolean[] keyExists); in hasKeys() method 312 public native boolean hasKeys(int deviceId, int sourceMask, int[] keyCodes, in hasKeys() method in NativeInputManagerService.NativeImpl
|
D | InputManagerService.java | 652 public boolean hasKeys(int deviceId, int sourceMask, int[] keyCodes, boolean[] keyExists) { in hasKeys() method in InputManagerService 659 return mNative.hasKeys(deviceId, sourceMask, keyCodes, keyExists); in hasKeys()
|
/frameworks/base/core/java/android/hardware/input/ |
D | IInputManager.aidl | 62 boolean hasKeys(int deviceId, int sourceMask, in int[] keyCodes, out boolean[] keyExists); in hasKeys() method
|
D | InputManagerGlobal.java | 1341 mIm.hasKeys(id, InputDevice.SOURCE_ANY, keyCodes, ret); in deviceHasKeys()
|
/frameworks/native/services/inputflinger/include/ |
D | InputReaderBase.h | 339 virtual bool hasKeys(int32_t deviceId, uint32_t sourceMask,
|
/frameworks/native/services/inputflinger/reader/include/ |
D | InputReader.h | 74 bool hasKeys(int32_t deviceId, uint32_t sourceMask, const std::vector<int32_t>& keyCodes,
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 1070 public boolean[] hasKeys(int... keys) { in hasKeys() method in InputDevice
|
/frameworks/native/services/inputflinger/reader/ |
D | InputReader.cpp | 607 bool InputReader::hasKeys(int32_t deviceId, uint32_t sourceMask, in hasKeys() function in android::InputReader
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 931 ASSERT_FALSE(mReader->hasKeys(0, AINPUT_SOURCE_ANY, keyCodes, flags)) in TEST_F() 936 ASSERT_FALSE(mReader->hasKeys(deviceId, AINPUT_SOURCE_TRACKBALL, keyCodes, flags)) in TEST_F() 942 ASSERT_TRUE(mReader->hasKeys(deviceId, AINPUT_SOURCE_KEYBOARD | AINPUT_SOURCE_TRACKBALL, in TEST_F() 949 ASSERT_FALSE(mReader->hasKeys(-1, AINPUT_SOURCE_TRACKBALL, keyCodes, flags)) in TEST_F() 956 mReader->hasKeys(-1, AINPUT_SOURCE_KEYBOARD | AINPUT_SOURCE_TRACKBALL, keyCodes, flags)) in TEST_F() 1628 ASSERT_TRUE(mReader->hasKeys(device->getId(), AINPUT_SOURCE_KEYBOARD, keycodes, outFlags)); in TEST_F()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 1829 if (im->getInputManager()->getReader().hasKeys(deviceId, uint32_t(sourceMask), codes, flags)) { in nativeHasKeys()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 8259 HSPLandroid/hardware/input/IInputManager$Stub$Proxy;->hasKeys(II[I[Z)Z
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 20798 Landroid/hardware/input/IInputManager$Stub$Proxy;->hasKeys(II[I[Z)Z 20854 Landroid/hardware/input/IInputManager;->hasKeys(II[I[Z)Z
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32258 method public boolean[] hasKeys(int...);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 8262 HSPLandroid/hardware/input/IInputManager$Stub$Proxy;->hasKeys(II[I[Z)Z
|
/frameworks/base/core/api/ |
D | current.txt | 51030 method public boolean[] hasKeys(int...);
|