Home
last modified time | relevance | path

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

/system/gsid/
Dgsi_service.cpp86 GsiService::GsiService() { in GsiService() function in android::gsi::GsiService
90 void GsiService::Register(const std::string& name) { in Register()
92 android::sp<GsiService> service = new GsiService(); in Register()
121 int GsiService::SaveInstallation(const std::string& installation) { in SaveInstallation()
142 binder::Status GsiService::openInstall(const std::string& install_dir, int* _aidl_return) { in openInstall()
164 binder::Status GsiService::closeInstall(int* _aidl_return) { in closeInstall()
198 binder::Status GsiService::createPartition(const ::std::string& name, int64_t size, bool readOnly, in createPartition()
240 binder::Status GsiService::closePartition(int32_t* _aidl_return) { in closePartition()
256 binder::Status GsiService::commitGsiChunkFromStream(const android::os::ParcelFileDescriptor& stream, in commitGsiChunkFromStream()
270 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(android::gsi::kGsiServiceName); 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 {
89 GsiService();
111 static android::wp<GsiService> sInstance;
Dpartition_installer.cpp45 PartitionInstaller::PartitionInstaller(GsiService* service, const std::string& install_dir, in PartitionInstaller()
/system/gsid/fuzzers/
DGsiServiceFuzzer.cpp23 using android::gsi::GsiService;
26 auto binder = sp<GsiService>::make(); in LLVMFuzzerTestOneInput()