Home
last modified time | relevance | path

Searched refs:retCode (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp106 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
217 return retCode; in openConvertSession()
315 ssize_t retCode = INVALID_VALUE; in pread() local
317 retCode = getDrmManagerService()->pread( in pread()
[all …]
/aosp12/packages/apps/Nfc/nci/jni/
H A DNativeNfcTag.cpp555 int retCode = NFCSTATUS_SUCCESS; in nativeNfcTag_doConnect() local
559 retCode = NFCSTATUS_FAILED; in nativeNfcTag_doConnect()
565 retCode = NFCSTATUS_FAILED; in nativeNfcTag_doConnect()
578 retCode = NFCSTATUS_SUCCESS; in nativeNfcTag_doConnect()
603 return retCode; in nativeNfcTag_doConnect()
802 int retCode = NFCSTATUS_SUCCESS; in nativeNfcTag_doReconnect() local
807 retCode = NFCSTATUS_FAILED; in nativeNfcTag_doReconnect()
822 retCode = reSelect(NFA_INTERFACE_FRAME, false); in nativeNfcTag_doReconnect()
829 return retCode; in nativeNfcTag_doReconnect()
1620 int retCode = NFCSTATUS_SUCCESS; in nativeNfcTag_doNdefFormat() local
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java1222 assertTrue(retCode); in moveFromRawResource()
1866 int retCode) throws Exception { in replaceCerts() argument
2535 int retCode, int expMatchResult) throws Exception { in checkSharedSignatures() argument
2579 int retCode = -1; in testCheckSignaturesSharedAllMatch() local
2589 int retCode = PackageInstaller.STATUS_FAILURE_CONFLICT; in testCheckSignaturesSharedNoMatch() local
2603 int retCode = PackageInstaller.STATUS_FAILURE_CONFLICT; in testCheckSignaturesSharedSomeMatch1() local
2617 int retCode = PackageInstaller.STATUS_FAILURE_CONFLICT; in testCheckSignaturesSharedSomeMatch2() local
2676 int retCode = PackageInstaller.STATUS_FAILURE_CONFLICT; in testReplaceFirstSharedMatchSomeCerts() local
2753 int retCode = PackageManager.INSTALL_SUCCEEDED; in testUsesFeatureUnknownFeature() local
2760 int retCode = PackageInstaller.STATUS_FAILURE_INVALID; in testInstallNonexistentFile() local
[all …]
/aosp12/build/soong/python/scripts/
H A Dstub_template_host.txt84 retCode = subprocess.call(args)
85 sys.exit(retCode)
/aosp12/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java619 int[] retCode = new int[2]; in isUltralightC() local
620 byte[] respData = transceive(readCmd, false, retCode); in isUltralightC()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DPinDialogFragment.java241 private void exit(int retCode) {
242 mRetCode = retCode;
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp8686 int retCode = find_camera_metadata_ro_entry(metadata, in verifyRecommendedConfigs() local
8693 if ((0 != retCode) && (0 != depthRetCode)) { in verifyRecommendedConfigs()
8701 retCode = find_camera_metadata_ro_entry(metadata, in verifyRecommendedConfigs()
8703 ASSERT_TRUE((0 == retCode) && (availableKeysEntry.count > 0)); in verifyRecommendedConfigs()