35c0de8085
Port audio HAL V5 to AOSP for BT HAL. The implementation is not ported as that would require to port an additional ~30 patches and is not needed by the BT team. Bug: 118203066 Test: Compile Change-Id: If99a5645d19c9780019704ea4f51f8114d83ee8e Merged-In: If99a5645d19c9780019704ea4f51f8114d83ee8f Signed-off-by: Kevin Rocard <krocard@google.com>
48 lines
1.2 KiB
Text
48 lines
1.2 KiB
Text
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.audio@5.0",
|
|
root: "android.hardware",
|
|
vndk: {
|
|
enabled: true,
|
|
},
|
|
srcs: [
|
|
"types.hal",
|
|
"IDevice.hal",
|
|
"IDevicesFactory.hal",
|
|
"IPrimaryDevice.hal",
|
|
"IStream.hal",
|
|
"IStreamIn.hal",
|
|
"IStreamOut.hal",
|
|
"IStreamOutCallback.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hardware.audio.common@5.0",
|
|
"android.hardware.audio.effect@5.0",
|
|
"android.hidl.base@1.0",
|
|
],
|
|
types: [
|
|
"AudioDrain",
|
|
"AudioFrequencyResponsePoint",
|
|
"AudioMicrophoneChannelMapping",
|
|
"AudioMicrophoneCoordinate",
|
|
"AudioMicrophoneDirectionality",
|
|
"AudioMicrophoneLocation",
|
|
"DeviceAddress",
|
|
"MessageQueueFlagBits",
|
|
"MicrophoneInfo",
|
|
"MmapBufferFlag",
|
|
"MmapBufferInfo",
|
|
"MmapPosition",
|
|
"ParameterValue",
|
|
"PlaybackTrackMetadata",
|
|
"RecordTrackMetadata",
|
|
"Result",
|
|
"SinkMetadata",
|
|
"SourceMetadata",
|
|
"TimeSpec",
|
|
],
|
|
gen_java: false,
|
|
gen_java_constants: true,
|
|
}
|
|
|