summaryrefslogtreecommitdiffstats
path: root/audio/5.0/Android.bp
blob: 27c1ef5f5eb663518eb073aadd2367c2757f9047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// 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,
}