Searched refs:IGsiService (Results 1 – 14 of 14) sorted by relevance
/aosp12/system/gsid/ |
H A D | partition_installer.cpp | 104 return IGsiService::INSTALL_OK; in StartInstall() 110 return IGsiService::INSTALL_ERROR_GENERIC; in PerformSanityChecks() 114 return IGsiService::INSTALL_ERROR_GENERIC; in PerformSanityChecks() 118 return IGsiService::INSTALL_ERROR_GENERIC; in PerformSanityChecks() 124 return IGsiService::INSTALL_ERROR_GENERIC; in PerformSanityChecks() 143 return IGsiService::INSTALL_OK; in PerformSanityChecks() 150 return IGsiService::INSTALL_ERROR_GENERIC; in Preallocate() 163 return IGsiService::INSTALL_ERROR_GENERIC; in Preallocate() 166 return IGsiService::INSTALL_OK; in Preallocate() 321 return IGsiService::INSTALL_OK; in CheckInstallState() [all …]
|
H A D | gsi_tool.cpp | 50 static int Disable(sp<IGsiService> gsid, int argc, char** argv); 51 static int Enable(sp<IGsiService> gsid, int argc, char** argv); 52 static int Install(sp<IGsiService> gsid, int argc, char** argv); 54 static int Wipe(sp<IGsiService> gsid, int argc, char** argv); 55 static int WipeData(sp<IGsiService> gsid, int argc, char** argv); 56 static int Status(sp<IGsiService> gsid, int argc, char** argv); 57 static int Cancel(sp<IGsiService> gsid, int argc, char** argv); 82 explicit ProgressBar(sp<IGsiService> gsid) : gsid_(gsid) {} in ProgressBar() 186 sp<IGsiService> gsid_; 270 if (!status.isOk() || error != IGsiService::INSTALL_OK) { in Install() [all …]
|
H A D | libgsid.cpp | 27 sp<IGsiService> GetGsiService() { in GetGsiService() 32 return android::interface_cast<IGsiService>(res); in GetGsiService()
|
H A D | gsi_service.cpp | 136 *_aidl_return = IGsiService::INSTALL_ERROR_GENERIC; in openInstall() 215 *_aidl_return = IGsiService::INSTALL_ERROR_GENERIC; in closePartition() 298 result = IGsiService::INSTALL_ERROR_GENERIC; in enableGsiAsync() 319 *_aidl_return = IGsiService::INSTALL_ERROR_GENERIC; in enableGsi() 349 result = IGsiService::INSTALL_ERROR_GENERIC; in removeGsiAsync() 442 *_aidl_return = IGsiService::INSTALL_ERROR_GENERIC; in zeroPartition() 940 return IGsiService::INSTALL_ERROR_GENERIC; in ReenableGsi() 942 return IGsiService::INSTALL_OK; in ReenableGsi() 945 return IGsiService::INSTALL_ERROR_GENERIC; in ReenableGsi() 947 return IGsiService::INSTALL_OK; in ReenableGsi()
|
H A D | Android.bp | 140 "aidl/android/gsi/IGsiService.aidl",
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | DynamicSystemService.java | 23 import android.gsi.IGsiService; 49 private volatile IGsiService mGsiService; 55 private IGsiService getGsiService() { in getGsiService() 60 return IGsiService.Stub.asInterface(ServiceManager.waitForService("gsiservice")); in getGsiService() 86 IGsiService service = getGsiService(); in startInstallation() 129 IGsiService service = getGsiService(); in createPartition() 139 IGsiService service = getGsiService(); in closePartition() 149 IGsiService service = getGsiService(); in finishInstallation() 201 IGsiService gsiService = getGsiService(); in setEnable()
|
/aosp12/system/core/fs_mgr/libfiemap/ |
H A D | binder.cpp | 52 ImageManagerBinder(android::sp<IGsiService>&& service, android::sp<IImageService>&& manager); 73 android::sp<IGsiService> service_; 89 ImageManagerBinder::ImageManagerBinder(android::sp<IGsiService>&& service, in ImageManagerBinder() 230 android::sp<IGsiService> service = android::gsi::GetGsiService(); in Open()
|
/aosp12/system/gsid/include/libgsi/ |
H A D | libgsid.h | 24 android::sp<IGsiService> GetGsiService();
|
/aosp12/system/gsid/aidl/android/gsi/ |
H A D | IGsiService.aidl | 26 interface IGsiService { interface
|
/aosp12/system/core/fs_mgr/ |
H A D | fs_mgr_remount.cpp | 373 !status.isOk() || error != android::gsi::IGsiService::INSTALL_OK) { in do_remount()
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 2123 android.gsi.IGsiService$Stub$Proxy 2124 android.gsi.IGsiService$Stub 2125 android.gsi.IGsiService
|
H A D | boot-image-profile.txt | 25069 Landroid/gsi/IGsiService$Stub$Proxy; 25070 Landroid/gsi/IGsiService$Stub; 25071 Landroid/gsi/IGsiService;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 2122 android.gsi.IGsiService$Stub$Proxy 2123 android.gsi.IGsiService$Stub 2124 android.gsi.IGsiService
|
H A D | boot-image-profile.txt | 34706 Landroid/gsi/IGsiService$Stub$Proxy; 34707 Landroid/gsi/IGsiService$Stub; 34708 Landroid/gsi/IGsiService;
|