Home
last modified time | relevance | path

Searched refs:_aidl_return (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/cmds/idmap2/idmap2d/
DIdmap2Service.cpp70 int32_t user_id ATTRIBUTE_UNUSED, std::string* _aidl_return) { in getIdmapPath() argument
71 assert(_aidl_return); in getIdmapPath()
73 *_aidl_return = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_apk_path); in getIdmapPath()
78 int32_t user_id ATTRIBUTE_UNUSED, bool* _aidl_return) { in removeIdmap() argument
79 assert(_aidl_return); in removeIdmap()
84 *_aidl_return = false; in removeIdmap()
89 *_aidl_return = false; in removeIdmap()
92 *_aidl_return = true; in removeIdmap()
99 int32_t user_id ATTRIBUTE_UNUSED, bool* _aidl_return) { in verifyIdmap() argument
101 assert(_aidl_return); in verifyIdmap()
[all …]
DIdmap2Service.h37 std::string* _aidl_return);
40 bool* _aidl_return);
43 bool enforce_overlayable, int32_t user_id, bool* _aidl_return);
48 std::unique_ptr<std::string>* _aidl_return);
/frameworks/native/services/nativeperms/
Dnativeperms.cpp39 bool* _aidl_return) { in checkPermission() argument
43 *_aidl_return = true; in checkPermission()
48 int32_t uid, ::std::vector<::android::String16>* _aidl_return) { in getPackagesForUid() argument
51 if (_aidl_return) { in getPackagesForUid()
52 _aidl_return->clear(); in getPackagesForUid()
58 const ::android::String16& permission, bool* _aidl_return) { in isRuntimePermission() argument
61 *_aidl_return = false; in isRuntimePermission()
/frameworks/native/cmds/installd/
DInstalldNativeService.h50 const std::string& seInfo, int32_t targetSdkVersion, int64_t* _aidl_return);
65 int32_t storageFlags, int64_t* _aidl_return);
76 const std::vector<std::string>& codePaths, std::vector<int64_t>* _aidl_return);
79 std::vector<int64_t>* _aidl_return);
82 std::vector<int64_t>* _aidl_return);
103 const std::string& outDexFile, int uid, bool* _aidl_return);
108 const std::string& profileName, bool* _aidl_return);
110 const std::string& profileName, const std::string& codePath, bool* _aidl_return);
113 bool* _aidl_return);
118 const std::string& profileName, const std::string& classpath, bool* _aidl_return);
[all …]
DInstalldNativeService.cpp409 const std::string& seInfo, int32_t targetSdkVersion, int64_t* _aidl_return) { in createAppData() argument
419 if (_aidl_return != nullptr) *_aidl_return = -1; in createAppData()
456 if ((_aidl_return != nullptr) in createAppData()
457 && get_path_inode(path, reinterpret_cast<ino_t*>(_aidl_return)) != 0) { in createAppData()
841 int32_t storageFlags, int64_t* _aidl_return) { in snapshotAppData() argument
853 if (_aidl_return != nullptr) *_aidl_return = 0; in snapshotAppData()
950 if (_aidl_return != nullptr) { in snapshotAppData()
953 rc = get_path_inode(ce_snapshot_path, reinterpret_cast<ino_t*>(_aidl_return)); in snapshotAppData()
1617 const std::vector<std::string>& codePaths, std::vector<int64_t>* _aidl_return) { in getAppSize() argument
1737 *_aidl_return = ret; in getAppSize()
[all …]