Home
last modified time | relevance | path

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

/system/gsid/
Dgsi_service.cpp69 GsiService::GsiService() { in GsiService() function in android::gsi::GsiService
73 void GsiService::Register() { in Register()
75 android::sp<GsiService> service = new GsiService(); in Register()
95 int GsiService::SaveInstallation(const std::string& installation) { in SaveInstallation()
114 binder::Status GsiService::openInstall(const std::string& install_dir, int* _aidl_return) { in openInstall()
136 binder::Status GsiService::closeInstall(int* _aidl_return) { in closeInstall()
149 binder::Status GsiService::createPartition(const ::std::string& name, int64_t size, bool readOnly, in createPartition()
185 binder::Status GsiService::commitGsiChunkFromStream(const android::os::ParcelFileDescriptor& stream, in commitGsiChunkFromStream()
199 void GsiService::StartAsyncOperation(const std::string& step, int64_t total_bytes) { in StartAsyncOperation()
208 void GsiService::UpdateProgress(int status, int64_t bytes_processed) { in UpdateProgress()
[all …]
Dpartition_installer.h33 class GsiService; variable
41 PartitionInstaller(GsiService* service, const std::string& installDir, const std::string& name,
75 GsiService* service_;
Ddaemon.cpp54 android::gsi::GsiService::RunStartupTasks(); in main()
62 android::gsi::GsiService::Register(); in main()
Dgsi_service.h37 class GsiService : public BinderService<GsiService>, public BnGsiService {
90 GsiService();
104 static android::wp<GsiService> sInstance;
Dpartition_installer.cpp46 PartitionInstaller::PartitionInstaller(GsiService* service, const std::string& install_dir, in PartitionInstaller()