Searched refs:retCode (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/drm/libdrmframework/ |
D | DrmManagerClientImpl.cpp | 120 bool retCode = false; in canHandle() local 122 retCode = getDrmManagerService()->canHandle(uniqueId, path, mimeType); in canHandle() 124 return retCode; in canHandle() 205 bool retCode = false; in validateAction() local 207 retCode = getDrmManagerService()->validateAction( in validateAction() 210 return retCode; in validateAction() 227 int retCode = INVALID_VALUE; in openConvertSession() local 229 retCode = getDrmManagerService()->openConvertSession(uniqueId, mimeType); in openConvertSession() 231 return retCode; in openConvertSession() 329 ssize_t retCode = INVALID_VALUE; in pread() local [all …]
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 1727 boolean retCode = invokeMovePackage(ip.pkg.packageName, moveFlags, receiver); in moveFromRawResource() 1728 assertTrue(retCode); in moveFromRawResource() 2982 int retCode) throws Exception { in replaceCerts() argument 2991 fail, retCode, PackageInfo.INSTALL_LOCATION_UNSPECIFIED); in replaceCerts() 3616 int retCode, int expMatchResult) throws Exception { in checkSharedSignatures() argument 3629 installFromRawResource(apk2Name, apk2, 0, false, true, retCode, in checkSharedSignatures() 3651 int retCode = -1; in testCheckSignaturesSharedAllMatch() local 3653 checkSharedSignatures(apk1, apk2, true, fail, retCode, expMatchResult); in testCheckSignaturesSharedAllMatch() 3661 int retCode = PackageManager.INSTALL_FAILED_SHARED_USER_INCOMPATIBLE; in testCheckSignaturesSharedNoMatch() local 3663 checkSharedSignatures(apk1, apk2, true, fail, retCode, expMatchResult); in testCheckSignaturesSharedNoMatch() [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 2173 int retCode = -1; in freeStorageAndNotify() 2175 retCode = mInstaller.freeCache(freeStorageSize); in freeStorageAndNotify() 2176 if (retCode < 0) { in freeStorageAndNotify() 2182 observer.onRemoveCompleted(null, (retCode >= 0)); in freeStorageAndNotify() 2199 int retCode = -1; in freeStorage() 2201 retCode = mInstaller.freeCache(freeStorageSize); in freeStorage() 2202 if (retCode < 0) { in freeStorage() 2209 int code = (retCode >= 0) ? 1 : 0; in freeStorage() 9610 int retCode = mInstaller.rmdex(codePath, dexCodeInstructionSet); in cleanUpResourcesLI() local 9611 if (retCode < 0) { in cleanUpResourcesLI() [all …]
|