mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "vibrator: example for how to get ID" am: 6eaf0cf502 am: 5aac849a64
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1513139 Change-Id: Id37de01395aebe9dc1539ecbe4632a9cda596d8d
This commit is contained in:
@@ -206,7 +206,10 @@ interface IVibrator {
|
||||
* device/board configuration files ensuring that no ID is assigned to
|
||||
* multiple clients. No client should use this API unless explicitly
|
||||
* assigned an always-on source ID. Clients must develop their own way to
|
||||
* get IDs from vendor in a stable way.
|
||||
* get IDs from vendor in a stable way. For instance, a client may expose
|
||||
* a stable API (via HAL, sysprops, or xml overlays) to allow vendor to
|
||||
* associate a hardware ID with a specific usecase. When that usecase is
|
||||
* triggered, a client would use that hardware ID here.
|
||||
*
|
||||
* @param id The device-specific always-on source ID to enable.
|
||||
* @param effect The type of haptic event to trigger.
|
||||
|
||||
Reference in New Issue
Block a user