diff options
| author | Tomasz Wasilczyk <twasilczyk@google.com> | 2017-01-06 14:19:11 -0800 |
|---|---|---|
| committer | Tomasz Wasilczyk <twasilczyk@google.com> | 2017-01-06 14:19:11 -0800 |
| commit | 5cc9d866d2d7aeb05f05dcaa1296e28a7caeed19 (patch) | |
| tree | 0987a1e44db0f03c80c3a236473fa8e88a37a0e0 /broadcastradio/1.0/default/Utils.h | |
| parent | 3427948833fd1c8f2be308fa160165cc5b5d4b14 (diff) | |
| download | android_hardware_interfaces-5cc9d866d2d7aeb05f05dcaa1296e28a7caeed19.tar.gz android_hardware_interfaces-5cc9d866d2d7aeb05f05dcaa1296e28a7caeed19.tar.bz2 android_hardware_interfaces-5cc9d866d2d7aeb05f05dcaa1296e28a7caeed19.zip | |
Make metadata field mandatory for program info struct.
Test: VTS, manual
Change-Id: I532dbb0f3d9cb5194265c67fd1328bce55e43b9d
Diffstat (limited to 'broadcastradio/1.0/default/Utils.h')
| -rw-r--r-- | broadcastradio/1.0/default/Utils.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/broadcastradio/1.0/default/Utils.h b/broadcastradio/1.0/default/Utils.h index 25eb6eeba..4ef22a51f 100644 --- a/broadcastradio/1.0/default/Utils.h +++ b/broadcastradio/1.0/default/Utils.h @@ -36,8 +36,7 @@ public: static void convertBandConfigToHal(radio_hal_band_config_t *halConfig, const BandConfig *config); static void convertProgramInfoFromHal(ProgramInfo *info, - radio_program_info_t *halInfo, - bool withMetadata); + radio_program_info_t *halInfo); static int convertMetaDataFromHal(hidl_vec<MetaData>& metadata, radio_metadata_t *halMetadata); private: |
