Loading broadcastradio/1.2/default/Android.bp→broadcastradio/1.1/default/Android.bp +2 −3 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ // cc_binary { name: "android.hardware.broadcastradio@1.2-service", init_rc: ["android.hardware.broadcastradio@1.2-service.rc"], name: "android.hardware.broadcastradio@1.1-service", init_rc: ["android.hardware.broadcastradio@1.1-service.rc"], vendor: true, relative_install_path: "hw", cflags: [ Loading @@ -39,7 +39,6 @@ cc_binary { shared_libs: [ "android.hardware.broadcastradio@1.0", "android.hardware.broadcastradio@1.1", "android.hardware.broadcastradio@1.2", "libbase", "libhidlbase", "libhidltransport", Loading broadcastradio/1.2/default/BroadcastRadio.cpp→broadcastradio/1.1/default/BroadcastRadio.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ namespace android { namespace hardware { namespace broadcastradio { namespace V1_2 { namespace V1_1 { namespace implementation { using V1_0::Band; Loading Loading @@ -190,7 +190,7 @@ Return<void> BroadcastRadio::getImage(int32_t id, getImage_cb _hidl_cb) { } } // namespace implementation } // namespace V1_2 } // namespace V1_1 } // namespace broadcastradio } // namespace hardware } // namespace android broadcastradio/1.2/default/BroadcastRadio.h→broadcastradio/1.1/default/BroadcastRadio.h +8 −8 Original line number Diff line number Diff line Loading @@ -13,18 +13,18 @@ * See the License for the specific language governing permissions and * limitations under the License. */ #ifndef ANDROID_HARDWARE_BROADCASTRADIO_V1_2_BROADCASTRADIO_H #define ANDROID_HARDWARE_BROADCASTRADIO_V1_2_BROADCASTRADIO_H #ifndef ANDROID_HARDWARE_BROADCASTRADIO_V1_1_BROADCASTRADIO_H #define ANDROID_HARDWARE_BROADCASTRADIO_V1_1_BROADCASTRADIO_H #include "Tuner.h" #include <android/hardware/broadcastradio/1.1/IBroadcastRadio.h> #include <android/hardware/broadcastradio/1.2/types.h> #include <android/hardware/broadcastradio/1.1/types.h> namespace android { namespace hardware { namespace broadcastradio { namespace V1_2 { namespace V1_1 { namespace implementation { struct AmFmBandConfig { Loading Loading @@ -73,9 +73,9 @@ struct BroadcastRadio : public V1_1::IBroadcastRadio { }; } // namespace implementation } // namespace V1_2 } // namespace V1_1 } // namespace broadcastradio } // namespace hardware } // namespace android #endif // ANDROID_HARDWARE_BROADCASTRADIO_V1_2_BROADCASTRADIO_H #endif // ANDROID_HARDWARE_BROADCASTRADIO_V1_1_BROADCASTRADIO_H broadcastradio/1.2/default/BroadcastRadioFactory.cpp→broadcastradio/1.1/default/BroadcastRadioFactory.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ namespace android { namespace hardware { namespace broadcastradio { namespace V1_2 { namespace V1_1 { namespace implementation { using V1_0::Class; Loading Loading @@ -57,7 +57,7 @@ Return<void> BroadcastRadioFactory::connectModule(Class classId, connectModule_c } } // namespace implementation } // namespace V1_2 } // namespace V1_1 } // namespace broadcastradio } // namespace hardware } // namespace android broadcastradio/1.2/default/BroadcastRadioFactory.h→broadcastradio/1.1/default/BroadcastRadioFactory.h +7 −7 Original line number Diff line number Diff line Loading @@ -13,17 +13,17 @@ * See the License for the specific language governing permissions and * limitations under the License. */ #ifndef ANDROID_HARDWARE_BROADCASTRADIO_V1_2_BROADCASTRADIOFACTORY_H #define ANDROID_HARDWARE_BROADCASTRADIO_V1_2_BROADCASTRADIOFACTORY_H #ifndef ANDROID_HARDWARE_BROADCASTRADIO_V1_1_BROADCASTRADIOFACTORY_H #define ANDROID_HARDWARE_BROADCASTRADIO_V1_1_BROADCASTRADIOFACTORY_H #include <android/hardware/broadcastradio/1.1/IBroadcastRadio.h> #include <android/hardware/broadcastradio/1.2/IBroadcastRadioFactory.h> #include <android/hardware/broadcastradio/1.2/types.h> #include <android/hardware/broadcastradio/1.1/IBroadcastRadioFactory.h> #include <android/hardware/broadcastradio/1.1/types.h> namespace android { namespace hardware { namespace broadcastradio { namespace V1_2 { namespace V1_1 { namespace implementation { struct BroadcastRadioFactory : public IBroadcastRadioFactory { Loading @@ -37,9 +37,9 @@ struct BroadcastRadioFactory : public IBroadcastRadioFactory { }; } // namespace implementation } // namespace V1_2 } // namespace V1_1 } // namespace broadcastradio } // namespace hardware } // namespace android #endif // ANDROID_HARDWARE_BROADCASTRADIO_V1_2_BROADCASTRADIOFACTORY_H #endif // ANDROID_HARDWARE_BROADCASTRADIO_V1_1_BROADCASTRADIOFACTORY_H Loading
broadcastradio/1.2/default/Android.bp→broadcastradio/1.1/default/Android.bp +2 −3 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ // cc_binary { name: "android.hardware.broadcastradio@1.2-service", init_rc: ["android.hardware.broadcastradio@1.2-service.rc"], name: "android.hardware.broadcastradio@1.1-service", init_rc: ["android.hardware.broadcastradio@1.1-service.rc"], vendor: true, relative_install_path: "hw", cflags: [ Loading @@ -39,7 +39,6 @@ cc_binary { shared_libs: [ "android.hardware.broadcastradio@1.0", "android.hardware.broadcastradio@1.1", "android.hardware.broadcastradio@1.2", "libbase", "libhidlbase", "libhidltransport", Loading
broadcastradio/1.2/default/BroadcastRadio.cpp→broadcastradio/1.1/default/BroadcastRadio.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ namespace android { namespace hardware { namespace broadcastradio { namespace V1_2 { namespace V1_1 { namespace implementation { using V1_0::Band; Loading Loading @@ -190,7 +190,7 @@ Return<void> BroadcastRadio::getImage(int32_t id, getImage_cb _hidl_cb) { } } // namespace implementation } // namespace V1_2 } // namespace V1_1 } // namespace broadcastradio } // namespace hardware } // namespace android
broadcastradio/1.2/default/BroadcastRadio.h→broadcastradio/1.1/default/BroadcastRadio.h +8 −8 Original line number Diff line number Diff line Loading @@ -13,18 +13,18 @@ * See the License for the specific language governing permissions and * limitations under the License. */ #ifndef ANDROID_HARDWARE_BROADCASTRADIO_V1_2_BROADCASTRADIO_H #define ANDROID_HARDWARE_BROADCASTRADIO_V1_2_BROADCASTRADIO_H #ifndef ANDROID_HARDWARE_BROADCASTRADIO_V1_1_BROADCASTRADIO_H #define ANDROID_HARDWARE_BROADCASTRADIO_V1_1_BROADCASTRADIO_H #include "Tuner.h" #include <android/hardware/broadcastradio/1.1/IBroadcastRadio.h> #include <android/hardware/broadcastradio/1.2/types.h> #include <android/hardware/broadcastradio/1.1/types.h> namespace android { namespace hardware { namespace broadcastradio { namespace V1_2 { namespace V1_1 { namespace implementation { struct AmFmBandConfig { Loading Loading @@ -73,9 +73,9 @@ struct BroadcastRadio : public V1_1::IBroadcastRadio { }; } // namespace implementation } // namespace V1_2 } // namespace V1_1 } // namespace broadcastradio } // namespace hardware } // namespace android #endif // ANDROID_HARDWARE_BROADCASTRADIO_V1_2_BROADCASTRADIO_H #endif // ANDROID_HARDWARE_BROADCASTRADIO_V1_1_BROADCASTRADIO_H
broadcastradio/1.2/default/BroadcastRadioFactory.cpp→broadcastradio/1.1/default/BroadcastRadioFactory.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ namespace android { namespace hardware { namespace broadcastradio { namespace V1_2 { namespace V1_1 { namespace implementation { using V1_0::Class; Loading Loading @@ -57,7 +57,7 @@ Return<void> BroadcastRadioFactory::connectModule(Class classId, connectModule_c } } // namespace implementation } // namespace V1_2 } // namespace V1_1 } // namespace broadcastradio } // namespace hardware } // namespace android
broadcastradio/1.2/default/BroadcastRadioFactory.h→broadcastradio/1.1/default/BroadcastRadioFactory.h +7 −7 Original line number Diff line number Diff line Loading @@ -13,17 +13,17 @@ * See the License for the specific language governing permissions and * limitations under the License. */ #ifndef ANDROID_HARDWARE_BROADCASTRADIO_V1_2_BROADCASTRADIOFACTORY_H #define ANDROID_HARDWARE_BROADCASTRADIO_V1_2_BROADCASTRADIOFACTORY_H #ifndef ANDROID_HARDWARE_BROADCASTRADIO_V1_1_BROADCASTRADIOFACTORY_H #define ANDROID_HARDWARE_BROADCASTRADIO_V1_1_BROADCASTRADIOFACTORY_H #include <android/hardware/broadcastradio/1.1/IBroadcastRadio.h> #include <android/hardware/broadcastradio/1.2/IBroadcastRadioFactory.h> #include <android/hardware/broadcastradio/1.2/types.h> #include <android/hardware/broadcastradio/1.1/IBroadcastRadioFactory.h> #include <android/hardware/broadcastradio/1.1/types.h> namespace android { namespace hardware { namespace broadcastradio { namespace V1_2 { namespace V1_1 { namespace implementation { struct BroadcastRadioFactory : public IBroadcastRadioFactory { Loading @@ -37,9 +37,9 @@ struct BroadcastRadioFactory : public IBroadcastRadioFactory { }; } // namespace implementation } // namespace V1_2 } // namespace V1_1 } // namespace broadcastradio } // namespace hardware } // namespace android #endif // ANDROID_HARDWARE_BROADCASTRADIO_V1_2_BROADCASTRADIOFACTORY_H #endif // ANDROID_HARDWARE_BROADCASTRADIO_V1_1_BROADCASTRADIOFACTORY_H