Lines Matching refs:GsiService

85 GsiService::GsiService() {  in GsiService()  function in android::gsi::GsiService
89 void GsiService::Register() { in Register()
91 android::sp<GsiService> service = new GsiService(); in Register()
111 int GsiService::SaveInstallation(const std::string& installation) { in SaveInstallation()
132 binder::Status GsiService::openInstall(const std::string& install_dir, int* _aidl_return) { in openInstall()
154 binder::Status GsiService::closeInstall(int* _aidl_return) { in closeInstall()
167 binder::Status GsiService::createPartition(const ::std::string& name, int64_t size, bool readOnly, in createPartition()
209 binder::Status GsiService::closePartition(int32_t* _aidl_return) { in closePartition()
224 binder::Status GsiService::commitGsiChunkFromStream(const android::os::ParcelFileDescriptor& stream, in commitGsiChunkFromStream()
238 void GsiService::StartAsyncOperation(const std::string& step, int64_t total_bytes) { in StartAsyncOperation()
247 void GsiService::UpdateProgress(int status, int64_t bytes_processed) { in UpdateProgress()
258 binder::Status GsiService::getInstallProgress(::android::gsi::GsiProgress* _aidl_return) { in getInstallProgress()
269 binder::Status GsiService::commitGsiChunkFromAshmem(int64_t bytes, bool* _aidl_return) { in commitGsiChunkFromAshmem()
281 binder::Status GsiService::setGsiAshmem(const ::android::os::ParcelFileDescriptor& ashmem, in setGsiAshmem()
292 binder::Status GsiService::enableGsiAsync(bool one_shot, const std::string& dsuSlot, in enableGsiAsync()
304 binder::Status GsiService::enableGsi(bool one_shot, const std::string& dsuSlot, int* _aidl_return) { in enableGsi()
332 binder::Status GsiService::isGsiEnabled(bool* _aidl_return) { in isGsiEnabled()
344 binder::Status GsiService::removeGsiAsync(const sp<IGsiServiceCallback>& resultCallback) { in removeGsiAsync()
355 binder::Status GsiService::removeGsi(bool* _aidl_return) { in removeGsi()
370 binder::Status GsiService::disableGsi(bool* _aidl_return) { in disableGsi()
378 binder::Status GsiService::isGsiRunning(bool* _aidl_return) { in isGsiRunning()
386 binder::Status GsiService::isGsiInstalled(bool* _aidl_return) { in isGsiInstalled()
394 binder::Status GsiService::isGsiInstallInProgress(bool* _aidl_return) { in isGsiInstallInProgress()
402 binder::Status GsiService::cancelGsiInstall(bool* _aidl_return) { in cancelGsiInstall()
414 binder::Status GsiService::getInstalledGsiImageDir(std::string* _aidl_return) { in getInstalledGsiImageDir()
422 binder::Status GsiService::getActiveDsuSlot(std::string* _aidl_return) { in getActiveDsuSlot()
430 binder::Status GsiService::getInstalledDsuSlots(std::vector<std::string>* _aidl_return) { in getInstalledDsuSlots()
437 binder::Status GsiService::zeroPartition(const std::string& name, int* _aidl_return) { in zeroPartition()
457 binder::Status GsiService::dumpDeviceMapperDevices(std::string* _aidl_return) { in dumpDeviceMapperDevices()
489 binder::Status GsiService::getAvbPublicKey(AvbPublicKey* dst, int32_t* _aidl_return) { in getAvbPublicKey()
507 binder::Status GsiService::suggestScratchSize(int64_t* _aidl_return) { in suggestScratchSize()
532 bool GsiService::CreateInstallStatusFile() { in CreateInstallStatusFile()
541 bool GsiService::SetBootMode(bool one_shot) { in SetBootMode()
565 ImageService(GsiService* service, std::unique_ptr<ImageManager>&& impl, uid_t uid);
585 android::sp<GsiService> service_;
590 ImageService::ImageService(GsiService* service, std::unique_ptr<ImageManager>&& impl, uid_t uid) in ImageService()
765 binder::Status GsiService::openImageService(const std::string& prefix, in openImageService()
811 binder::Status GsiService::CheckUid(AccessLevel level) { in CheckUid()
844 int GsiService::ValidateInstallParams(std::string& install_dir) { in ValidateInstallParams()
894 std::string GsiService::GetActiveDsuSlot() { in GetActiveDsuSlot()
903 std::string GsiService::GetActiveInstalledImageDir() { in GetActiveInstalledImageDir()
912 std::string GsiService::GetInstalledImageDir() { in GetInstalledImageDir()
924 int GsiService::ReenableGsi(bool one_shot) { in ReenableGsi()
954 bool GsiService::RemoveGsiFiles(const std::string& install_dir) { in RemoveGsiFiles()
1005 bool GsiService::DisableGsiInstall() { in DisableGsiInstall()
1021 std::string GsiService::GetCompleteIndication(const std::string& dsu_slot) { in GetCompleteIndication()
1025 bool GsiService::IsInstallationComplete(const std::string& dsu_slot) { in IsInstallationComplete()
1037 std::vector<std::string> GsiService::GetInstalledDsuSlots() { in GetInstalledDsuSlots()
1056 void GsiService::CleanCorruptedInstallation() { in CleanCorruptedInstallation()
1070 void GsiService::RunStartupTasks() { in RunStartupTasks()