Searched refs:GsiService (Results 1 – 3 of 3) sorted by relevance
71 void GsiService::Register() { in Register()72 auto ret = android::BinderService<GsiService>::publish(); in Register()78 GsiService::GsiService() { in GsiService() function in android::gsi::GsiService82 GsiService::~GsiService() { in ~GsiService()98 binder::Status GsiService::startGsiInstall(int64_t gsiSize, int64_t userdataSize, bool wipeUserdata, in startGsiInstall()107 binder::Status GsiService::beginGsiInstall(const GsiInstallParams& given_params, int* _aidl_return)… in beginGsiInstall()135 binder::Status GsiService::commitGsiChunkFromStream(const android::os::ParcelFileDescriptor& stream, in commitGsiChunkFromStream()147 void GsiService::StartAsyncOperation(const std::string& step, int64_t total_bytes) { in StartAsyncOperation()156 void GsiService::UpdateProgress(int status, int64_t bytes_processed) { in UpdateProgress()167 binder::Status GsiService::getInstallProgress(::android::gsi::GsiProgress* _aidl_return) { in getInstallProgress()[all …]
35 android::gsi::GsiService::RunStartupTasks(); in main()39 android::gsi::GsiService::Register(); in main()
35 class GsiService : public BinderService<GsiService>, public BnGsiService {39 GsiService();40 ~GsiService() override;