Searched refs:getExceptionCode (Results 1 – 20 of 20) sorted by relevance
| /frameworks/av/camera/ndk/ndk_vendor/impl/ |
| D | ACameraManager.cpp | 176 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()
|
| D | ACameraDeviceVendor.inc | 102 if (remoteRet.getExceptionCode() == EX_SERVICE_SPECIFIC) { 109 remoteRet.getExceptionCode());
|
| D | ACameraDevice.cpp | 37 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/ |
| D | ClientHelper.h | 32 if (s.getExceptionCode() == EX_SERVICE_SPECIFIC) { in getServiceSpecificErrorCode()
|
| /frameworks/av/services/camera/libcameraservice/aidl/ |
| D | AidlUtils.h | 75 if ((status).getExceptionCode() == EX_SERVICE_SPECIFIC) { \ 81 (status).getExceptionCode()); \
|
| /frameworks/base/omapi/aidl/vts/functional/AccessControlApp/ |
| D | VtsHalOmapiSeAccessControlTestCases.cpp | 149 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/ |
| D | MemtrackProxyTest.cpp | 52 EXPECT_EQ(status.getExceptionCode(), EX_ILLEGAL_ARGUMENT); in TEST_F()
|
| /frameworks/av/drm/mediadrm/plugins/clearkey/aidl/include/ |
| D | CryptoPlugin.h | 57 if (!res.isOk() && res.getExceptionCode() == EX_SERVICE_SPECIFIC) { in CryptoPlugin()
|
| /frameworks/native/libs/binder/ndk/include_cpp/android/ |
| D | binder_auto_utils.h | 253 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/ |
| D | VtsHalOmapiSeServiceV1_TargetTest.cpp | 171 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/ |
| D | DrmPlugin.cpp | 674 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/ |
| D | AidlConversionUtil-impl.h | 431 ?: statusTFromExceptionCode(status.getExceptionCode()); // a service-side error with a
|
| /frameworks/av/drm/libmediadrm/ |
| D | DrmUtils.cpp | 421 if (statusAidl.getExceptionCode() != EX_SERVICE_SPECIFIC) return DEAD_OBJECT; in statusAidlToDrmStatus()
|
| D | DrmHalAidl.cpp | 493 status.getExceptionCode(), in createPlugin()
|
| /frameworks/av/services/camera/libcameraservice/common/aidl/ |
| D | AidlProviderInfo.cpp | 68 auto exceptionCode = s.getExceptionCode(); in mapToStatusT()
|
| /frameworks/native/libs/ui/ |
| D | Gralloc5.cpp | 223 auto error = status.getExceptionCode(); in allocate()
|
| D | Gralloc4.cpp | 1094 error = status.getExceptionCode(); in allocate()
|
| /frameworks/base/core/java/android/os/ |
| D | Parcel.java | 2835 int code = getExceptionCode(e); in writeException() 2871 public static int getExceptionCode(@NonNull Throwable e) { in getExceptionCode() method in Parcel
|
| /frameworks/base/boot/ |
| D | boot-image-profile.txt | 12498 HSPLandroid/os/Parcel;->getExceptionCode(Ljava/lang/Throwable;)I
|
| /frameworks/base/config/ |
| D | boot-image-profile.txt | 12501 HSPLandroid/os/Parcel;->getExceptionCode(Ljava/lang/Throwable;)I
|