Home
last modified time | relevance | path

Searched refs:getExceptionCode (Results 1 – 20 of 20) sorted by relevance

/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraManager.cpp176 ALOGE("Failed to remove listener to camera service %d:%d", stat.getExceptionCode(), in ~CameraManagerGlobal()
204 if (remoteRet.getExceptionCode() == EX_SERVICE_SPECIFIC) { in setupVendorTags()
210 remoteRet.getExceptionCode()); in setupVendorTags()
305 if (remoteRet.getExceptionCode() == EX_SERVICE_SPECIFIC) { in getCameraService()
311 __FUNCTION__, remoteRet.getExceptionCode()); in getCameraService()
771 if (serviceRet.getExceptionCode() == EX_SERVICE_SPECIFIC) { in getCameraCharacteristics()
778 __FUNCTION__, serviceRet.getExceptionCode()); in getCameraCharacteristics()
822 if (serviceRet.getExceptionCode() == EX_SERVICE_SPECIFIC) { in openCamera()
830 __FUNCTION__, serviceRet.getExceptionCode()); in openCamera()
DACameraDeviceVendor.inc102 if (remoteRet.getExceptionCode() == EX_SERVICE_SPECIFIC) {
109 remoteRet.getExceptionCode());
DACameraDevice.cpp37 if (remoteRet.getExceptionCode() != EX_SERVICE_SPECIFIC) { \
39 ret.getExceptionCode()); \
313 if (remoteRet.getExceptionCode() == EX_SERVICE_SPECIFIC) { in updateOutputConfigurationLocked()
333 remoteRet.getExceptionCode()); in updateOutputConfigurationLocked()
533 ret.getExceptionCode()); in disconnectLocked()
/frameworks/base/media/jni/tuner/
DClientHelper.h32 if (s.getExceptionCode() == EX_SERVICE_SPECIFIC) { in getServiceSpecificErrorCode()
/frameworks/av/services/camera/libcameraservice/aidl/
DAidlUtils.h75 if ((status).getExceptionCode() == EX_SERVICE_SPECIFIC) { \
81 (status).getExceptionCode()); \
/frameworks/base/omapi/aidl/vts/functional/AccessControlApp/
DVtsHalOmapiSeAccessControlTestCases.cpp149 ASSERT_EQ(res.getExceptionCode(), EX_SECURITY); in testUnauthorisedAid()
192 LOG(INFO) << "STATUS OF TRNSMIT: " << res.getExceptionCode() in testTransmitAPDU()
237 LOG(INFO) << "STATUS OF TRNSMIT: " << res.getExceptionCode() in testUnauthorisedAPDU()
243 ASSERT_EQ(res.getExceptionCode(), EX_SECURITY); in testUnauthorisedAPDU()
/frameworks/native/services/memtrackproxy/test/
DMemtrackProxyTest.cpp52 EXPECT_EQ(status.getExceptionCode(), EX_ILLEGAL_ARGUMENT); in TEST_F()
/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/include/
DCryptoPlugin.h57 if (!res.isOk() && res.getExceptionCode() == EX_SERVICE_SPECIFIC) { in CryptoPlugin()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h253 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
286 binder_exception_t exception = getExceptionCode(); in getDescription()
/frameworks/base/omapi/aidl/vts/functional/omapi/
DVtsHalOmapiSeServiceV1_TargetTest.cpp171 LOG(INFO) << "STATUS OF TRNSMIT: " << res.getExceptionCode() in internalTransmitApdu()
497 ASSERT_EQ(res.getExceptionCode(), EX_SECURITY); in TEST_P()
/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/
DDrmPlugin.cpp674 if (!res.isOk() && res.getExceptionCode() == EX_SERVICE_SPECIFIC) { in releaseAllSecureStops()
684 if (!res.isOk() && res.getExceptionCode() == EX_SERVICE_SPECIFIC) { in releaseSecureStop()
744 if (!res.isOk() && res.getExceptionCode() == EX_SERVICE_SPECIFIC) { in releaseSecureStops()
/frameworks/av/media/audioaidlconversion/include/media/
DAidlConversionUtil-impl.h431 ?: statusTFromExceptionCode(status.getExceptionCode()); // a service-side error with a
/frameworks/av/drm/libmediadrm/
DDrmUtils.cpp421 if (statusAidl.getExceptionCode() != EX_SERVICE_SPECIFIC) return DEAD_OBJECT; in statusAidlToDrmStatus()
DDrmHalAidl.cpp493 status.getExceptionCode(), in createPlugin()
/frameworks/av/services/camera/libcameraservice/common/aidl/
DAidlProviderInfo.cpp68 auto exceptionCode = s.getExceptionCode(); in mapToStatusT()
/frameworks/native/libs/ui/
DGralloc5.cpp223 auto error = status.getExceptionCode(); in allocate()
DGralloc4.cpp1094 error = status.getExceptionCode(); in allocate()
/frameworks/base/core/java/android/os/
DParcel.java2835 int code = getExceptionCode(e); in writeException()
2871 public static int getExceptionCode(@NonNull Throwable e) { in getExceptionCode() method in Parcel
/frameworks/base/boot/
Dboot-image-profile.txt12498 HSPLandroid/os/Parcel;->getExceptionCode(Ljava/lang/Throwable;)I
/frameworks/base/config/
Dboot-image-profile.txt12501 HSPLandroid/os/Parcel;->getExceptionCode(Ljava/lang/Throwable;)I