Files
hardware_interfaces/broadcastradio/2.0/Android.bp
Tomasz Wasilczyk 0d5ef5de01 Rename AnnouncementObserver to AnnouncementListener.
I feel this wording match java naming more closely.

Bug: 68045105
Test: VTS
Change-Id: If30fa9b356b6b45fe8853bc5194c7098d0fb2aa5
2018-01-11 19:26:02 -08:00

46 lines
995 B
Plaintext

// This file is autogenerated by hidl-gen -Landroidbp.
hidl_interface {
name: "android.hardware.broadcastradio@2.0",
root: "android.hardware",
vndk: {
enabled: true,
},
srcs: [
"types.hal",
"IAnnouncementListener.hal",
"IBroadcastRadio.hal",
"ICloseHandle.hal",
"ITunerCallback.hal",
"ITunerSession.hal",
],
interfaces: [
"android.hidl.base@1.0",
],
types: [
"AmFmBandRange",
"AmFmRegionConfig",
"Announcement",
"AnnouncementType",
"ConfigFlag",
"Constants",
"DabTableEntry",
"Deemphasis",
"IdentifierType",
"Metadata",
"MetadataKey",
"ProgramFilter",
"ProgramIdentifier",
"ProgramInfo",
"ProgramInfoFlags",
"ProgramListChunk",
"ProgramSelector",
"Properties",
"Rds",
"Result",
"VendorKeyValue",
],
gen_java: true,
}