Searched refs:retCode (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/drm/libdrmframework/ |
D | DrmManagerClientImpl.cpp | 118 bool retCode = false; in canHandle() local 120 retCode = getDrmManagerService()->canHandle(uniqueId, path, mimeType); in canHandle() 122 return retCode; in canHandle() 203 bool retCode = false; in validateAction() local 205 retCode = getDrmManagerService()->validateAction( in validateAction() 208 return retCode; in validateAction() 225 int retCode = INVALID_VALUE; in openConvertSession() local 227 retCode = getDrmManagerService()->openConvertSession(uniqueId, mimeType); in openConvertSession() 229 return retCode; in openConvertSession() 327 ssize_t retCode = INVALID_VALUE; in pread() local [all …]
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 1714 boolean retCode = invokeMovePackage(ip.pkg.packageName, moveFlags, receiver); in moveFromRawResource() 1715 assertTrue(retCode); in moveFromRawResource() 2969 int retCode) throws Exception { in replaceCerts() argument 2978 fail, retCode, PackageInfo.INSTALL_LOCATION_UNSPECIFIED); in replaceCerts() 3179 int retCode, int expMatchResult) throws Exception { in checkSharedSignatures() argument 3192 installFromRawResource(apk2Name, apk2, 0, false, true, retCode, in checkSharedSignatures() 3214 int retCode = -1; in testCheckSignaturesSharedAllMatch() local 3216 checkSharedSignatures(apk1, apk2, true, fail, retCode, expMatchResult); in testCheckSignaturesSharedAllMatch() 3224 int retCode = PackageManager.INSTALL_FAILED_SHARED_USER_INCOMPATIBLE; in testCheckSignaturesSharedNoMatch() local 3226 checkSharedSignatures(apk1, apk2, true, fail, retCode, expMatchResult); in testCheckSignaturesSharedNoMatch() [all …]
|
/frameworks/base/services/java/com/android/server/pm/ |
D | PackageManagerService.java | 1958 int retCode = -1; in freeStorageAndNotify() 1960 retCode = mInstaller.freeCache(freeStorageSize); in freeStorageAndNotify() 1961 if (retCode < 0) { in freeStorageAndNotify() 1967 observer.onRemoveCompleted(null, (retCode >= 0)); in freeStorageAndNotify() 1983 int retCode = -1; in freeStorage() 1985 retCode = mInstaller.freeCache(freeStorageSize); in freeStorage() 1986 if (retCode < 0) { in freeStorage() 1993 int code = (retCode >= 0) ? 1 : 0; in freeStorage() 7615 int retCode = mInstaller.rmdex(sourceDir); in cleanUpResourcesLI() local 7616 if (retCode < 0) { in cleanUpResourcesLI() [all …]
|