Searched defs:_aidl_return (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/nativeperms/
H A Dnativeperms.cpp39 bool* _aidl_return) {
43 *_aidl_return = true;
48 int32_t uid, ::std::vector<::android::String16>* _aidl_return) {
51 if (_aidl_return) {
52 _aidl_return->clear();
58 const ::android::String16& permission, bool* _aidl_return) {
61 *_aidl_return = false;
37 checkPermission( const ::android::String16& permission, int32_t pid, int32_t uid, bool* _aidl_return) argument
47 getPackagesForUid( int32_t uid, ::std::vector<::android::String16>* _aidl_return) argument
57 isRuntimePermission( const ::android::String16& permission, bool* _aidl_return) argument
/frameworks/native/services/thermalservice/
H A DThermalService.cpp51 binder::Status ThermalService::isThrottling(bool* _aidl_return) { argument
53 *_aidl_return = mThrottled;
/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp449 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) {
447 createAppData(const std::unique_ptr<std::string>& uuid, const std::string& packageName, int32_t userId, int32_t flags, int32_t appId, const std::string& seInfo, int32_t targetSdkVersion, int64_t* _aidl_return) argument
1431 getAppSize(const std::unique_ptr<std::string>& uuid, const std::vector<std::string>& packageNames, int32_t userId, int32_t flags, int32_t appId, const std::vector<int64_t>& ceDataInodes, const std::vector<std::string>& codePaths, std::vector<int64_t>* _aidl_return) argument
1557 getUserSize(const std::unique_ptr<std::string>& uuid, int32_t userId, int32_t flags, const std::vector<int32_t>& appIds, std::vector<int64_t>* _aidl_return) argument
1716 getExternalSize(const std::unique_ptr<std::string>& uuid, int32_t userId, int32_t flags, const std::vector<int32_t>& appIds, std::vector<int64_t>* _aidl_return) argument
1884 dumpProfiles(int32_t uid, const std::string& packageName, const std::string& profileName, const std::string& codePath, bool* _aidl_return) argument
1896 copySystemProfile(const std::string& systemProfile, int32_t packageUid, const std::string& packageName, const std::string& profileName, bool* _aidl_return) argument
1907 mergeProfiles(int32_t uid, const std::string& packageName, const std::string& profileName, bool* _aidl_return) argument
1917 createProfileSnapshot(int32_t appId, const std::string& packageName, const std::string& profileName, const std::string& classpath, bool* _aidl_return) argument
2550 reconcileSecondaryDexFile( const std::string& dexPath, const std::string& packageName, int32_t uid, const std::vector<std::string>& isas, const std::unique_ptr<std::string>& volumeUuid, int32_t storage_flag, bool* _aidl_return) argument
2565 hashSecondaryDexFile( const std::string& dexPath, const std::string& packageName, int32_t uid, const std::unique_ptr<std::string>& volumeUuid, int32_t storageFlag, std::vector<uint8_t>* _aidl_return) argument
2658 isQuotaSupported( const std::unique_ptr<std::string>& volumeUuid, bool* _aidl_return) argument
2664 prepareAppProfile(const std::string& packageName, int32_t userId, int32_t appId, const std::string& profileName, const std::string& codePath, const std::unique_ptr<std::string>& dexMetadata, bool* _aidl_return) argument
[all...]

Completed in 92 milliseconds