summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-05-01 03:10:05 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-05-01 03:10:05 +0000
commit300339205d938419b97352bfd984e875c7c266c6 (patch)
tree3ec58ebefdb755e9820b6657704d354207583d2e
parent1db5ae045d66dda03ad94297b298f55300a8aefd (diff)
parent3589a2d0778e50fdf37cf409aceceb6f413a10a0 (diff)
downloadgsid-300339205d938419b97352bfd984e875c7c266c6.tar.gz
Snap for 7328689 from 3589a2d0778e50fdf37cf409aceceb6f413a10a0 to sc-release
Change-Id: Ia097ac743c254a4627324aea2088b88f4aeab76f
-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);
/**