Home
last modified time | relevance | path

Searched defs:inputSource (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/aosp_15_r20/frameworks/base/services/core/java/com/android/server/input/
H A DInputShellCommand.java153 private int getInputDeviceId(int inputSource) { in getInputDeviceId()
194 private void injectMotionEvent(int inputSource, int action, long downTime, long when, in injectMotionEvent()
214 private void injectMotionEvent(int inputSource, int action, long downTime, long when, in injectMotionEvent()
248 private int getSource(int inputSource, int defaultSource) { in getSource()
252 private int getToolType(int inputSource) { in getToolType()
274 int inputSource = InputDevice.SOURCE_UNKNOWN; in onCommand() local
363 private void runText(int inputSource, int displayId) { in runText()
403 private void runKeyEvent(int inputSource, int displayId) { in runKeyEvent()
450 int inputSource, int keyCode, long durationMs, int displayId, in sendKeyEvent()
482 private void runTap(int inputSource, int displayId) { in runTap()
[all …]
/aosp_15_r20/libcore/luni/src/main/java/javax/xml/transform/sax/
H A DSAXSource.java72 public SAXSource(XMLReader reader, InputSource inputSource) { in SAXSource()
89 public SAXSource(InputSource inputSource) { in SAXSource()
116 public void setInputSource(InputSource inputSource) { in setInputSource()
176 private InputSource inputSource; field in SAXSource
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/
DStreamUtilTest.java156 ByteArrayInputStream inputSource = new ByteArrayInputStream(source.getBytes()); in testCalculateCrc32() local
171 ByteArrayInputStream inputSource = new ByteArrayInputStream(source.getBytes()); in testCalculateMd5() local
186 ByteArrayInputStream inputSource = new ByteArrayInputStream(source.getBytes()); in testCalculateBase64Md5() local
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/
DStreamUtil.java428 public static String calculateMd5(InputStream inputSource) throws IOException { in calculateMd5()
440 public static String calculateBase64Md5(InputStream inputSource) throws IOException { in calculateBase64Md5()
444 private static byte[] calculateMd5Digest(InputStream inputSource) throws IOException { in calculateMd5Digest()
DFileUtil.java1162 try (BufferedInputStream inputSource = new BufferedInputStream(new FileInputStream(file))) { in calculateCrc32()
1175 try (FileInputStream inputSource = new FileInputStream(file)) { in calculateMd5()
1196 try (FileInputStream inputSource = new FileInputStream(file)) { in calculateBase64Md5()
/aosp_15_r20/libcore/luni/src/test/java/libcore/xml/
H A DJaxenXPathTestSuite.java91 InputSource inputSource = new InputSource("file:" + jaxenHome + "/" + url); in suite() local
104 InputSource inputSource, Element element) { in contextToTestSuite()
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DTextViewMouseInteractionTest.java167 private void emulateLongClickOnViewCenter(TextView textView, int inputSource) { in emulateLongClickOnViewCenter()
180 private void injectMotionEvent(int action, int x, int y, int inputSource) { in injectMotionEvent()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/vibrator/
H A DHapticFeedbackVibrationProvider.java114 @Nullable public VibrationEffect getVibration(int effectId, int inputSource) { in getVibration()
176 int inputSource, in getVibrationAttributes()
H A DHapticFeedbackCustomization.java170 VibrationEffect getEffect(int effectId, int inputSource) { in getEffect()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DKeyboardFlatten.java43 public static void flatten(InputSource inputSource, String filename, OutputStream stream) in flatten()
224 InputSource inputSource, in parseDocument()
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/
H A DExpatParser.java294 InputSource inputSource = entityResolver.resolveEntity( in handleExternalEntity() local
331 private String pickEncoding(InputSource inputSource) { in pickEncoding()
345 InputSource inputSource) throws IOException, SAXException { in parseExternalEntity()
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
H A DReaderInputStreamTest.java210 final InputSource inputSource = new InputSource(inputStream); in testIo803SAXException() local
218 final InputSource inputSource = new InputSource(reader); in testIo803StringReaderSanityCheck() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/
H A DHapticScrollFeedbackProviderTest.java1074 int inputSource, int flags) { in performHapticFeedbackForInputDevice()
1084 private HapticFeedbackRequest(int feedback, int inputDeviceId, int inputSource) { in HapticFeedbackRequest()
/aosp_15_r20/cts/tests/tests/companion/uiautomation/src/android/companion/cts/uiautomation/
H A DSystemDataTransferTest.kt328 val inputSource = PipedOutputStream() in <lambda>() constant
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/os/
H A DVintfObjectTest.java65 var inputSource = new InputSource(new StringReader(content)); in rootAndType() local
/aosp_15_r20/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DEventStreamTransformation.java119 default void clearEvents(int inputSource) { in clearEvents()
/aosp_15_r20/frameworks/av/media/libaudioclient/tests/
H A Dtest_create_audiorecord.cpp74 audio_source_t inputSource; in testRecord() local
/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/callableitem/
H A DCallableParameterDescriptorUsingDotsTest.kt35 @Language("JAVA") val inputSource: String, constant in com.android.tools.metalava.model.testsuite.callableitem.CallableParameterDescriptorUsingDotsTest.TestParams
/aosp_15_r20/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/utils/
DXmlDoc.java128 InputSource inputSource = new InputSource(new StringReader(responseBody)); in parseXmlResponse() local
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorInclude.java266 InputSource inputSource = SAXSource.sourceToInputSource(source); in parse() local
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/
H A DSourceTreeManager.java341 public static XMLReader getXMLReader(Source inputSource, SourceLocator locator) in getXMLReader()
/aosp_15_r20/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp149 audio_source_t inputSource, in AudioRecord()
223 audio_source_t inputSource, in set()
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DIVibratorManagerService.aidl55 int constant, int inputDeviceId, int inputSource, String reason, int flags, in performHapticFeedbackForInputDevice()
H A DVibratorManager.java184 int inputSource, String reason, @HapticFeedbackConstants.Flags int flags, in performHapticFeedbackForInputDevice()
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/strings/
H A DAndroidXMLResourceBundle.java68 InputSource inputSource = new InputSource(inputStream); in getDocument() local

12345678910>>...16