OSDN Git Service

Rename vendorExtension fields to vendorInfo.
authorTomasz Wasilczyk <twasilczyk@google.com>
Wed, 19 Jul 2017 21:48:02 +0000 (14:48 -0700)
committerTomasz Wasilczyk <twasilczyk@google.com>
Wed, 19 Jul 2017 23:26:56 +0000 (16:26 -0700)
Bug: b/63634552
Test: instrumentation
Change-Id: Ifeb41ace8d4f4df093c925883c07ea86f0d9b5d7

broadcastradio/1.1/default/BroadcastRadio.cpp
broadcastradio/1.1/types.hal

index ab3047d..7916407 100644 (file)
@@ -101,7 +101,7 @@ Return<void> BroadcastRadio::getProperties_1_1(getProperties_1_1_cb _hidl_cb) {
         static_cast<uint32_t>(IdentifierType::HD_STATION_ID_EXT),
         static_cast<uint32_t>(IdentifierType::HD_SUBCHANNEL),
     });
-    prop11.vendorExension = "dummy";
+    prop11.vendorInfo = "dummy";
 
     prop10.bands.resize(mConfig.amFmBands.size());
     for (size_t i = 0; i < mConfig.amFmBands.size(); i++) {
index 5b5d4f7..4034d8b 100644 (file)
@@ -98,7 +98,7 @@ struct Properties {
      * Front-end application MUST verify vendor/product name from the
      * @1.0::Properties struct before doing any interpretation of this value.
      */
-    string vendorExension;
+    string vendorInfo;
 };
 
 /**
@@ -285,5 +285,5 @@ struct ProgramInfo {
      * Front-end application MUST verify vendor/product name from the
      * @1.0::Properties struct before doing any interpretation of this value.
      */
-    string vendorExension;
+    string vendorInfo;
 };