mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
SoundTrigger 2.1 HAL is an extension to 2.0 fixing the issue with of data blobs of arbitrary size that can't outgrow HwBinder's IPC transaction size limit. Instead of vectors, shared memory handles are used. Added methods for getting and setting parameters. The parameters are opaque to the framework, it does not interpret them. Bug: 68823037 Change-Id: I01c0c867e1d13023a22ccf408e84da78947d3bc2 Test: run hardware/interfaces/update-makefiles.sh
21 lines
453 B
Plaintext
21 lines
453 B
Plaintext
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.soundtrigger@2.1",
|
|
root: "android.hardware",
|
|
vndk: {
|
|
enabled: true,
|
|
},
|
|
srcs: [
|
|
"ISoundTriggerHw.hal",
|
|
"ISoundTriggerHwCallback.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hardware.audio.common@2.0",
|
|
"android.hardware.soundtrigger@2.0",
|
|
"android.hidl.base@1.0",
|
|
],
|
|
gen_java: false,
|
|
}
|
|
|