summaryrefslogtreecommitdiff
path: root/aidl
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2019-11-26 16:30:40 -0800
committerDavid Anderson <dvander@google.com>2019-11-26 18:09:16 -0800
commit86846bdfbb5134019e2c6ec633fd1a3bca2129bd (patch)
treefe1727cd4e70e524fce96dc79bcfab6ec87e6786 /aidl
parent52d8d2a3b1c39a3991edace22f155db5ea8b9aab (diff)
downloadgsid-86846bdfbb5134019e2c6ec633fd1a3bca2129bd.tar.gz
Expose ImageManager::RemoveAllImages via binder.
Bug: N/A Test: manual test Change-Id: I9429ed49f57caab054c6c3418d4da351a21a8131
Diffstat (limited to '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 1195c00..db348ba 100644
--- a/aidl/android/gsi/IImageService.aidl
+++ b/aidl/android/gsi/IImageService.aidl
@@ -98,4 +98,9 @@ interface IImageService {
* @return True on success, false otherwise.
*/
void zeroFillNewImage(@utf8InCpp String name, long bytes);
+
+ /**
+ * Find and remove all images in the containing folder of this instance.
+ */
+ void removeAllImages();
}