Lines Matching refs:GsiService
86 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()
270 void GsiService::UpdateProgress(int status, int64_t bytes_processed) { in UpdateProgress()
281 binder::Status GsiService::getInstallProgress(::android::gsi::GsiProgress* _aidl_return) { in getInstallProgress()
292 binder::Status GsiService::commitGsiChunkFromAshmem(int64_t bytes, bool* _aidl_return) { in commitGsiChunkFromAshmem()
304 binder::Status GsiService::setGsiAshmem(const ::android::os::ParcelFileDescriptor& ashmem, in setGsiAshmem()
315 binder::Status GsiService::enableGsiAsync(bool one_shot, const std::string& dsuSlot, in enableGsiAsync()
325 binder::Status GsiService::enableGsi(bool one_shot, const std::string& dsuSlot, int* _aidl_return) { in enableGsi()
333 binder::Status GsiService::isGsiEnabled(bool* _aidl_return) { in isGsiEnabled()
345 binder::Status GsiService::removeGsiAsync(const sp<IGsiServiceCallback>& resultCallback) { in removeGsiAsync()
356 binder::Status GsiService::removeGsi(bool* _aidl_return) { in removeGsi()
371 binder::Status GsiService::disableGsi(bool* _aidl_return) { in disableGsi()
379 binder::Status GsiService::isGsiRunning(bool* _aidl_return) { in isGsiRunning()
387 binder::Status GsiService::isGsiInstalled(bool* _aidl_return) { in isGsiInstalled()
395 binder::Status GsiService::isGsiInstallInProgress(bool* _aidl_return) { in isGsiInstallInProgress()
403 binder::Status GsiService::cancelGsiInstall(bool* _aidl_return) { in cancelGsiInstall()
415 binder::Status GsiService::getInstalledGsiImageDir(std::string* _aidl_return) { in getInstalledGsiImageDir()
423 binder::Status GsiService::getActiveDsuSlot(std::string* _aidl_return) { in getActiveDsuSlot()
431 binder::Status GsiService::getInstalledDsuSlots(std::vector<std::string>* _aidl_return) { in getInstalledDsuSlots()
438 binder::Status GsiService::zeroPartition(const std::string& name, int* _aidl_return) { in zeroPartition()
458 binder::Status GsiService::dumpDeviceMapperDevices(std::string* _aidl_return) { in dumpDeviceMapperDevices()
490 binder::Status GsiService::getAvbPublicKey(AvbPublicKey* dst, int32_t* _aidl_return) { in getAvbPublicKey()
508 binder::Status GsiService::suggestScratchSize(int64_t* _aidl_return) { in suggestScratchSize()
533 bool GsiService::ResetBootAttemptCounter() { in ResetBootAttemptCounter()
542 bool GsiService::SetBootMode(bool one_shot) { in SetBootMode()
566 ImageService(GsiService* service, std::unique_ptr<ImageManager>&& impl, uid_t uid);
587 android::sp<GsiService> service_;
592 ImageService::ImageService(GsiService* service, std::unique_ptr<ImageManager>&& impl, uid_t uid) in ImageService()
775 binder::Status GsiService::openImageService(const std::string& prefix, in openImageService()
821 binder::Status GsiService::CheckUid(AccessLevel level) { in CheckUid()
854 int GsiService::ValidateInstallParams(std::string& install_dir) { in ValidateInstallParams()
904 std::string GsiService::GetActiveDsuSlot() { in GetActiveDsuSlot()
913 std::string GsiService::GetActiveInstalledImageDir() { in GetActiveInstalledImageDir()
922 std::string GsiService::GetInstalledImageDir() { in GetInstalledImageDir()
938 bool GsiService::RemoveGsiFiles(const std::string& install_dir) { in RemoveGsiFiles()
989 int GsiService::EnableGsi(bool one_shot, const std::string& dsu_slot) { in EnableGsi()
1018 bool GsiService::DisableGsiInstall() { in DisableGsiInstall()
1034 std::string GsiService::GetCompleteIndication(const std::string& dsu_slot) { in GetCompleteIndication()
1038 bool GsiService::IsInstallationComplete(const std::string& dsu_slot) { in IsInstallationComplete()
1050 std::vector<std::string> GsiService::GetInstalledDsuSlots() { in GetInstalledDsuSlots()
1069 void GsiService::CleanCorruptedInstallation() { in CleanCorruptedInstallation()
1083 void GsiService::RunStartupTasks() { in RunStartupTasks()
1116 void GsiService::VerifyImageMaps() { in VerifyImageMaps()