Home
last modified time | relevance | path

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

/system/gsid/
Dgsi_service.cpp86 GsiService::GsiService() { in GsiService() function in android::gsi::GsiService
90 void GsiService::Register() { in Register()
92 android::sp<GsiService> service = new GsiService(); in Register()
112 int GsiService::SaveInstallation(const std::string& installation) { in SaveInstallation()
133 binder::Status GsiService::openInstall(const std::string& install_dir, int* _aidl_return) { in openInstall()
155 binder::Status GsiService::closeInstall(int* _aidl_return) { in closeInstall()
189 binder::Status GsiService::createPartition(const ::std::string& name, int64_t size, bool readOnly, in createPartition()
231 binder::Status GsiService::closePartition(int32_t* _aidl_return) { in closePartition()
247 binder::Status GsiService::commitGsiChunkFromStream(const android::os::ParcelFileDescriptor& stream, in commitGsiChunkFromStream()
261 void GsiService::StartAsyncOperation(const std::string& step, int64_t total_bytes) { in StartAsyncOperation()
[all …]
Ddaemon.cpp57 android::gsi::GsiService::RunStartupTasks(); in main()
63 android::gsi::GsiService::VerifyImageMaps(); in main()
68 android::gsi::GsiService::Register(); in main()
Dpartition_installer.h33 class GsiService; variable
41 PartitionInstaller(GsiService* service, const std::string& installDir, const std::string& name,
81 GsiService* service_;
Dgsi_service.h37 class GsiService : public BinderService<GsiService>, public BnGsiService {
93 GsiService();
111 static android::wp<GsiService> sInstance;
Dpartition_installer.cpp44 PartitionInstaller::PartitionInstaller(GsiService* service, const std::string& install_dir, in PartitionInstaller()