aidl: usb: Rebrand to samsung

Change-Id: I61e228d7d7958c5078e8186700b8cc14804154c9
diff --git a/aidl/usb/Android.bp b/aidl/usb/Android.bp
index da0cff2..f067e6e 100644
--- a/aidl/usb/Android.bp
+++ b/aidl/usb/Android.bp
@@ -1,5 +1,6 @@
 //
 // Copyright (C) 2021 The Android Open Source Project
+// Copyright (C) 2022 The LineageOS Project
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -15,10 +16,10 @@
 //
 
 cc_binary {
-    name: "android.hardware.usb-service.example",
+    name: "android.hardware.usb-service.samsung",
     relative_install_path: "hw",
-    init_rc: ["android.hardware.usb-service.example.rc"],
-    vintf_fragments: ["android.hardware.usb-service.example.xml"],
+    init_rc: ["android.hardware.usb-service.samsung.rc"],
+    vintf_fragments: ["android.hardware.usb-service.samsung.xml"],
     vendor: true,
     srcs: [
         "service.cpp",
diff --git a/aidl/usb/android.hardware.usb-service.example.rc b/aidl/usb/android.hardware.usb-service.samsung.rc
similarity index 87%
rename from aidl/usb/android.hardware.usb-service.example.rc
rename to aidl/usb/android.hardware.usb-service.samsung.rc
index 335bca7..ee5c4c0 100644
--- a/aidl/usb/android.hardware.usb-service.example.rc
+++ b/aidl/usb/android.hardware.usb-service.samsung.rc
@@ -1,4 +1,4 @@
-service vendor.usb_default /vendor/bin/hw/android.hardware.usb-service.example
+service vendor.usb_default /vendor/bin/hw/android.hardware.usb-service.samsung
     class hal
     user system
     group system
diff --git a/aidl/usb/android.hardware.usb-service.example.xml b/aidl/usb/android.hardware.usb-service.samsung.xml
similarity index 100%
rename from aidl/usb/android.hardware.usb-service.example.xml
rename to aidl/usb/android.hardware.usb-service.samsung.xml