Lines Matching defs:_aidl_return

449         const std::string& seInfo, int32_t targetSdkVersion, int64_t* _aidl_return) {
459 if (_aidl_return != nullptr) *_aidl_return = -1;
496 if ((_aidl_return != nullptr)
497 && get_path_inode(path, reinterpret_cast<ino_t*>(_aidl_return)) != 0) {
1434 const std::vector<std::string>& codePaths, std::vector<int64_t>* _aidl_return) {
1553 *_aidl_return = ret;
1559 std::vector<int64_t>* _aidl_return) {
1712 *_aidl_return = ret;
1718 std::vector<int64_t>* _aidl_return) {
1866 *_aidl_return = ret;
1885 const std::string& profileName, const std::string& codePath, bool* _aidl_return) {
1891 *_aidl_return = dump_profiles(uid, packageName, profileName, codePath);
1898 bool* _aidl_return) {
1902 *_aidl_return = copy_system_profile(systemProfile, packageUid, packageName, profileName);
1908 const std::string& profileName, bool* _aidl_return) {
1913 *_aidl_return = analyze_primary_profiles(uid, packageName, profileName);
1919 const std::string& classpath, bool* _aidl_return) {
1924 *_aidl_return = create_profile_snapshot(appId, packageName, profileName, classpath);
2553 int32_t storage_flag, bool* _aidl_return) {
2561 dexPath, packageName, uid, isas, volumeUuid, storage_flag, _aidl_return);
2568 std::vector<uint8_t>* _aidl_return) {
2578 dexPath, packageName, uid, volumeUuid, storageFlag, _aidl_return);
2659 const std::unique_ptr<std::string>& volumeUuid, bool* _aidl_return) {
2660 *_aidl_return = !findQuotaDeviceForUuid(volumeUuid).empty();
2666 const std::unique_ptr<std::string>& dexMetadata, bool* _aidl_return) {
2672 *_aidl_return = prepare_app_profile(packageName, userId, appId, profileName, codePath,