Home
last modified time | relevance | path

Searched refs:GsiService (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/gsid/
H A Dgsi_service.cpp85 GsiService::GsiService() { in GsiService() function in android::gsi::GsiService
89 void GsiService::Register() { in Register()
91 android::sp<GsiService> service = new GsiService(); in Register()
532 bool GsiService::CreateInstallStatusFile() { in CreateInstallStatusFile()
541 bool GsiService::SetBootMode(bool one_shot) { in SetBootMode()
585 android::sp<GsiService> service_;
894 std::string GsiService::GetActiveDsuSlot() { in GetActiveDsuSlot()
924 int GsiService::ReenableGsi(bool one_shot) { in ReenableGsi()
1005 bool GsiService::DisableGsiInstall() { in DisableGsiInstall()
1056 void GsiService::CleanCorruptedInstallation() { in CleanCorruptedInstallation()
[all …]
H A Dpartition_installer.h33 class GsiService; variable
41 PartitionInstaller(GsiService* service, const std::string& installDir, const std::string& name,
78 GsiService* service_;
H A Dgsi_service.h37 class GsiService : public BinderService<GsiService>, public BnGsiService {
92 GsiService();
106 static android::wp<GsiService> sInstance;
H A Ddaemon.cpp57 android::gsi::GsiService::RunStartupTasks(); in main()
65 android::gsi::GsiService::Register(); in main()
H A Dpartition_installer.cpp42 PartitionInstaller::PartitionInstaller(GsiService* service, const std::string& install_dir, in PartitionInstaller()