Logo
Explore Help
Register Sign In
Evolution-x/hardware_interfaces
1
0
Fork 0
You've already forked hardware_interfaces
mirror of https://github.com/Evolution-X/hardware_interfaces synced 2026-02-02 12:55:23 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
d39b9fb604dc1592c13ba2db1fa7ac12416b94de
hardware_interfaces/input/classifier/1.0/default/manifest_input.classifier.xml

12 lines
336 B
XML
Raw Normal View History

Add an InputClassifier HAL The new HAL will be responsible for processing touch video frames that are received from InputClassifier stage. After processing, the HAL will generate a classification of the current gesture. This classification will later be provided to the app via the MotionEvent.getClassification() public API. The eventual goal is to classify each event stream as a force touch or not a force touch. An example implementation of the HAL is presented here. This code was used for local testing on blueline, and should not be actually installed or used in any way other than for reference. Bug: 62940136 Test: observed "detected deep press" logs when pressing with large finger area on the touchscreen Change-Id: Id6ac4337435e4ac07877da11ca184b6dd4d64780
2018-01-17 11:49:04 -08:00
<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.input.classifier</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IInputClassifier</name>
<instance>default</instance>
</interface>
</hal>
</manifest>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 45ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API