summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2021-04-30 03:06:42 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-30 03:06:42 +0000
commit3589a2d0778e50fdf37cf409aceceb6f413a10a0 (patch)
tree3ec58ebefdb755e9820b6657704d354207583d2e
parentf6c84dd5463d7fd8f696137fc8304f3ee2884bfb (diff)
parent7932b78a7f1bd643568b1e4b78ac64c2a42136ed (diff)
downloadgsid-3589a2d0778e50fdf37cf409aceceb6f413a10a0.tar.gz
aidl: suppress warnings (mixed-oneway) am: 2be7b6311f am: eefbfbd3d1 am: 7932b78a7f
Original change: https://android-review.googlesource.com/c/platform/system/gsid/+/1688327 Change-Id: I26100976d846961beee5639f5a1ea14dc0a1a853
-rw-r--r--aidl/android/gsi/IGsiService.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/aidl/android/gsi/IGsiService.aidl b/aidl/android/gsi/IGsiService.aidl
index f706098..c889987 100644
--- a/aidl/android/gsi/IGsiService.aidl
+++ b/aidl/android/gsi/IGsiService.aidl
@@ -90,6 +90,7 @@ interface IGsiService {
* Asynchronous enableGsi
* @param result callback for result
*/
+ @SuppressWarnings(value={"mixed-oneway"})
oneway void enableGsiAsync(boolean oneShot, @utf8InCpp String dsuSlot, IGsiServiceCallback result);
/**
@@ -120,6 +121,7 @@ interface IGsiService {
* Asynchronous removeGsi
* @param result callback for result
*/
+ @SuppressWarnings(value={"mixed-oneway"})
oneway void removeGsiAsync(IGsiServiceCallback result);
/**