mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 21:37:44 +00:00
Created after hardware/audio_effect.h with the following changes: - names changed to satisfy HAL style guide; - defined an interface per effect, an interface method per command, and getter / setter methods for properties; - retained methods for executing proprietary commands and accessing proprietary properties, only to be used for third-party software effects; - HIDL vector type is used instead of count / array pairs; - provider callback changed to be used over RPC; - 'dump' is method is already defined by generated code. Note that audio data is currently transferred using AudioBuffers, which is not effective due to memory copy and HwBinder transaction involved. The transfer method will be changed to FastMessageQueue. Bug: 30222631 Test: make Change-Id: Ic8ea5c19688610ebe642c7597d2bcfa3226977e7
19 lines
404 B
Plaintext
19 lines
404 B
Plaintext
// This is an autogenerated file, do not edit.
|
|
subdirs = [
|
|
"audio/common/2.0",
|
|
"audio/effect/2.0",
|
|
"benchmarks/msgq/1.0",
|
|
"nfc/1.0",
|
|
"nfc/1.0/default",
|
|
"tests/bar/1.0",
|
|
"tests/baz/1.0",
|
|
"tests/expression/1.0",
|
|
"tests/foo/1.0",
|
|
"tests/libhwbinder/1.0",
|
|
"tests/msgq/1.0",
|
|
"tests/pointer/1.0",
|
|
"vibrator/1.0",
|
|
"wifi/1.0",
|
|
"wifi/supplicant/1.0",
|
|
]
|