summaryrefslogtreecommitdiff
path: root/aidl/android/gsi/IImageService.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'aidl/android/gsi/IImageService.aidl')
-rw-r--r--aidl/android/gsi/IImageService.aidl5
1 files changed, 5 insertions, 0 deletions
diff --git a/aidl/android/gsi/IImageService.aidl b/aidl/android/gsi/IImageService.aidl
index c8c5a9d..363a919 100644
--- a/aidl/android/gsi/IImageService.aidl
+++ b/aidl/android/gsi/IImageService.aidl
@@ -135,6 +135,11 @@ interface IImageService {
void removeDisabledImages();
/**
+ * Return whether an image is disabled.
+ */
+ boolean isImageDisabled(@utf8InCpp String name);
+
+ /**
* Return the block device path of a mapped image, or an empty string if not mapped.
*/
@utf8InCpp String getMappedImageDevice(@utf8InCpp String name);