Searched refs:GsiService (Results 1 – 5 of 5) sorted by relevance
/system/gsid/ |
D | gsi_service.cpp | 69 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 …]
|
D | partition_installer.h | 33 class GsiService; variable 41 PartitionInstaller(GsiService* service, const std::string& installDir, const std::string& name, 75 GsiService* service_;
|
D | daemon.cpp | 54 android::gsi::GsiService::RunStartupTasks(); in main() 62 android::gsi::GsiService::Register(); in main()
|
D | gsi_service.h | 37 class GsiService : public BinderService<GsiService>, public BnGsiService { 90 GsiService(); 104 static android::wp<GsiService> sInstance;
|
D | partition_installer.cpp | 46 PartitionInstaller::PartitionInstaller(GsiService* service, const std::string& install_dir, in PartitionInstaller()
|