Lines Matching refs:binder

42     binder::Status openStorage(const std::string& path, int32_t* _aidl_return) final;
43 binder::Status createStorage(const ::std::string& path,
46 binder::Status createLinkedStorage(const std::string& path, int32_t otherStorageId,
48 binder::Status startLoading(
55 binder::Status onInstallationComplete(int32_t storageId) final;
57 binder::Status makeBindMount(int32_t storageId, const std::string& sourcePath,
60 binder::Status deleteBindMount(int32_t storageId, const std::string& targetFullPath,
62 binder::Status makeDirectory(int32_t storageId, const std::string& path,
64 binder::Status makeDirectories(int32_t storageId, const std::string& path,
66 binder::Status makeFile(int32_t storageId, const std::string& path, int32_t mode,
70 binder::Status makeFileFromRange(int32_t storageId, const std::string& targetPath,
73 binder::Status makeLink(int32_t sourceStorageId, const std::string& sourcePath,
76 binder::Status unlink(int32_t storageId, const std::string& path, int32_t* _aidl_return) final;
77 binder::Status isFileFullyLoaded(int32_t storageId, const std::string& path,
79 binder::Status isFullyLoaded(int32_t storageId, int32_t* _aidl_return) final;
80 binder::Status getLoadingProgress(int32_t storageId, float* _aidl_return) final;
81 binder::Status getMetadataByPath(int32_t storageId, const std::string& path,
83 binder::Status getMetadataById(int32_t storageId, const std::vector<uint8_t>& id,
85 binder::Status deleteStorage(int32_t storageId) final;
86 binder::Status disallowReadLogs(int32_t storageId) final;
87 binder::Status configureNativeBinaries(int32_t storageId, const std::string& apkFullPath,
91 binder::Status waitForNativeBinariesExtraction(int storageId, bool* _aidl_return) final;
92 binder::Status registerLoadingProgressListener(
97 binder::Status unregisterLoadingProgressListener(int32_t storageId, bool* _aidl_return) final;
98 binder::Status getMetrics(int32_t storageId,