Lines Matching refs:Status
41 binder::Status openInstall(const std::string& install_dir, int* _aidl_return) override;
42 binder::Status closeInstall(int32_t* _aidl_return) override;
43 binder::Status createPartition(const ::std::string& name, int64_t size, bool readOnly,
45 binder::Status commitGsiChunkFromStream(const ::android::os::ParcelFileDescriptor& stream,
47 binder::Status getInstallProgress(::android::gsi::GsiProgress* _aidl_return) override;
48 binder::Status setGsiAshmem(const ::android::os::ParcelFileDescriptor& ashmem, int64_t size,
50 binder::Status commitGsiChunkFromAshmem(int64_t bytes, bool* _aidl_return) override;
51 binder::Status cancelGsiInstall(bool* _aidl_return) override;
52 binder::Status enableGsi(bool oneShot, const std::string& dsuSlot, int* _aidl_return) override;
53 binder::Status enableGsiAsync(bool oneShot, const ::std::string& dsuSlot,
55 binder::Status isGsiEnabled(bool* _aidl_return) override;
56 binder::Status removeGsi(bool* _aidl_return) override;
57 binder::Status removeGsiAsync(const sp<IGsiServiceCallback>& resultCallback) override;
58 binder::Status disableGsi(bool* _aidl_return) override;
59 binder::Status isGsiInstalled(bool* _aidl_return) override;
60 binder::Status isGsiRunning(bool* _aidl_return) override;
61 binder::Status isGsiInstallInProgress(bool* _aidl_return) override;
62 binder::Status getInstalledGsiImageDir(std::string* _aidl_return) override;
63 binder::Status getActiveDsuSlot(std::string* _aidl_return) override;
64 binder::Status getInstalledDsuSlots(std::vector<std::string>* _aidl_return) override;
65 binder::Status zeroPartition(const std::string& name, int* _aidl_return) override;
66 binder::Status openImageService(const std::string& prefix,
68 binder::Status dumpDeviceMapperDevices(std::string* _aidl_return) override;
69 binder::Status getAvbPublicKey(AvbPublicKey* dst, int32_t* _aidl_return) override;
100 binder::Status CheckUid(AccessLevel level = AccessLevel::System);