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