Searched refs:GsiService (Results 1 – 5 of 5) sorted by relevance
85 GsiService::GsiService() { in GsiService() function in android::gsi::GsiService89 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 …]
33 class GsiService; variable41 PartitionInstaller(GsiService* service, const std::string& installDir, const std::string& name,78 GsiService* service_;
37 class GsiService : public BinderService<GsiService>, public BnGsiService {92 GsiService();106 static android::wp<GsiService> sInstance;
57 android::gsi::GsiService::RunStartupTasks(); in main()65 android::gsi::GsiService::Register(); in main()
42 PartitionInstaller::PartitionInstaller(GsiService* service, const std::string& install_dir, in PartitionInstaller()