summaryrefslogtreecommitdiff
path: root/aidl
AgeCommit message (Expand)Author
2022-08-08Add disableImage() to IImageServiceYi-Yo Chiang
2022-04-04gsid: Make enableGsi() idempotentYi-Yo Chiang
2022-02-10Add isImageDisbled to ImageService.David Anderson
2021-04-28aidl: suppress warnings (mixed-oneway)android-s-beta-2android-s-beta-1Jooyung Han
2020-12-30Add IGsiService::suggestScratchSize()Yo Chiang
2020-08-25Add closePartition() method to gsidYo Chiang
2020-03-03Convert gsid to use the dynamic AIDL service infrastructureHoward Chen
2020-03-03Provide oneway method for methods required by system_serverHoward Chen
2020-02-05Add getAvbPublicKey to IGsiService and IImageServiceYo Chiang
2020-01-16Merge "Support multiple DSU installations"Howard Chen
2020-01-14Support multiple DSU installationsHoward Chen
2020-01-06ImageManager returns FiemapStatus.Yifan Hong
2019-12-18Add getMappedImageDevice to IImageService.David Anderson
2019-12-18Add removeDisabledImages to IImageService.David Anderson
2019-12-03Merge "Expose ImageManager::RemoveAllImages via binder."David Anderson
2019-11-26Expose ImageManager::RemoveAllImages via binder.David Anderson
2019-11-12RefactoringHoward Chen
2019-10-25Merge "Make DSU to support multiple partitions"Howard Chen
2019-10-24Make DSU to support multiple partitionsHoward Chen
2019-10-02Add a binder call to retrieve device-mapper tables for diagnostics.David Anderson
2019-09-18Use Ashmem to reduce buffer copies.Howard Chen
2019-09-18Clean up legacy methods and namingHoward Chen
2019-08-29image_manager: set custom number of bytes to zero-fillAlessio Balsini
2019-08-28Add getAllBackingImages to ImageServiceHoward Chen
2019-08-01Export IsImageMapped to IImageService and IImageManager.David Anderson
2019-08-01Add a library to wrap libfiemap differences between recovery and normal AOSP.David Anderson
2019-07-29Add BackingImageExists to IImageManager.David Anderson
2019-07-29Only shut down gsid when it has no more consumers.David Anderson
2019-07-25Add a zero-fill flag to ImageManager::CreateBackingImage.David Anderson
2019-07-17Introduce a library to contain gsid's image creation logic.David Anderson
2019-06-11Add a wipe-data command to gsi_tool and IGsiService.David Anderson
2019-03-15Add isGsiEnabled to GsiServiceHoward Chen
2019-03-12Allow specifying the GSI install path.David Anderson
2019-03-07Do not hardcode /data/gsi in GsiService.android-q-preview-1David Anderson
2019-03-06Allow gsi_tool to set whether GSI installs are single-boot or not.David Anderson
2019-01-17Add GSI installation error codes.David Anderson
2019-01-17Add a progress bar API to gsid and use it in gsi_tool.David Anderson
2019-01-16Allow disabling and re-enabling GSI.David Anderson
2019-01-14Fix platform-java build.David Anderson
2019-01-11Introduce a daemon (gsid) for managing GSI installs.David Anderson