1// This file is autogenerated by hidl-gen -Landroidbp.
2
3hidl_interface {
4    name: "android.hardware.audio@4.0",
5    root: "android.hardware",
6    vndk: {
7        enabled: true,
8    },
9    srcs: [
10        "types.hal",
11        "IDevice.hal",
12        "IDevicesFactory.hal",
13        "IPrimaryDevice.hal",
14        "IStream.hal",
15        "IStreamIn.hal",
16        "IStreamOut.hal",
17        "IStreamOutCallback.hal",
18    ],
19    interfaces: [
20        "android.hardware.audio.common@4.0",
21        "android.hardware.audio.effect@4.0",
22        "android.hidl.base@1.0",
23    ],
24    types: [
25        "AudioDrain",
26        "AudioFrequencyResponsePoint",
27        "AudioMicrophoneChannelMapping",
28        "AudioMicrophoneCoordinate",
29        "AudioMicrophoneDirectionality",
30        "AudioMicrophoneLocation",
31        "DeviceAddress",
32        "MessageQueueFlagBits",
33        "MicrophoneInfo",
34        "MmapBufferFlag",
35        "MmapBufferInfo",
36        "MmapPosition",
37        "ParameterValue",
38        "PlaybackTrackMetadata",
39        "RecordTrackMetadata",
40        "Result",
41        "SinkMetadata",
42        "SourceMetadata",
43        "TimeSpec",
44    ],
45    gen_java: false,
46    gen_java_constants: true,
47}
48
49