Lines Matching refs:int32_t

42     binder::Status openStorage(const std::string& path, int32_t* _aidl_return) final;
45 int32_t createMode, int32_t* _aidl_return) final;
46 binder::Status createLinkedStorage(const std::string& path, int32_t otherStorageId,
47 int32_t createMode, int32_t* _aidl_return) final;
49 int32_t storageId, const ::android::content::pm::DataLoaderParamsParcel& params,
55 binder::Status onInstallationComplete(int32_t storageId) final;
57 binder::Status makeBindMount(int32_t storageId, const std::string& sourcePath,
58 const std::string& targetFullPath, int32_t bindType,
59 int32_t* _aidl_return) final;
60 binder::Status deleteBindMount(int32_t storageId, const std::string& targetFullPath,
61 int32_t* _aidl_return) final;
62 binder::Status makeDirectory(int32_t storageId, const std::string& path,
63 int32_t* _aidl_return) final;
64 binder::Status makeDirectories(int32_t storageId, const std::string& path,
65 int32_t* _aidl_return) final;
66 binder::Status makeFile(int32_t storageId, const std::string& path, int32_t mode,
69 int32_t* _aidl_return) final;
70 binder::Status makeFileFromRange(int32_t storageId, const std::string& targetPath,
72 int32_t* _aidl_return) final;
73 binder::Status makeLink(int32_t sourceStorageId, const std::string& sourcePath,
74 int32_t destStorageId, const std::string& destPath,
75 int32_t* _aidl_return) final;
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,
78 int32_t* _aidl_return) final;
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,
93 int32_t storageId,
97 binder::Status unregisterLoadingProgressListener(int32_t storageId, bool* _aidl_return) final;
98 binder::Status getMetrics(int32_t storageId,