Searched refs:retCode (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/drm/libdrmframework/ |
D | DrmManagerClientImpl.cpp | 106 bool retCode = false; in canHandle() local 108 retCode = getDrmManagerService()->canHandle(uniqueId, path, mimeType); in canHandle() 110 return retCode; in canHandle() 191 bool retCode = false; in validateAction() local 193 retCode = getDrmManagerService()->validateAction( in validateAction() 196 return retCode; in validateAction() 213 int retCode = INVALID_VALUE; in openConvertSession() local 215 retCode = getDrmManagerService()->openConvertSession(uniqueId, mimeType); in openConvertSession() 217 return retCode; in openConvertSession() 315 ssize_t retCode = INVALID_VALUE; in pread() local [all …]
|
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
D | PackageManagerTests.java | 1235 boolean retCode = invokeMovePackage(ip.pkg.getPackageName(), moveFlags, receiver); in moveFromRawResource() 1236 assertTrue(retCode); in moveFromRawResource() 1880 int retCode) throws Exception { in replaceCerts() argument 1890 fail, retCode, PackageInfo.INSTALL_LOCATION_UNSPECIFIED); in replaceCerts() 2551 int retCode, int expMatchResult) throws Exception { in checkSharedSignatures() argument 2564 installFromRawResource(apk2Name, apk2, DEFAULT_INSTALL_FLAGS, false, true, retCode, in checkSharedSignatures() 2595 int retCode = -1; in testCheckSignaturesSharedAllMatch() local 2597 checkSharedSignatures(apk1, apk2, true, fail, retCode, expMatchResult); in testCheckSignaturesSharedAllMatch() 2605 int retCode = PackageInstaller.STATUS_FAILURE_CONFLICT; in testCheckSignaturesSharedNoMatch() local 2607 checkSharedSignatures(apk1, apk2, true, fail, retCode, expMatchResult); in testCheckSignaturesSharedNoMatch() [all …]
|
/frameworks/base/media/java/android/media/ |
D | MediaPlayer.java | 1336 int retCode = _prepare(piidParcel); in prepare() local 1337 if (retCode != 0) { in prepare() 1368 int retCode = _prepareAsync(piidParcel); in prepareAsync() local 1369 if (retCode != 0) { in prepareAsync()
|