Home
last modified time | relevance | path

Searched defs:getExceptionCode (Results 1 – 25 of 44) sorted by relevance

12

/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_auto_utils.h215 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_auto_utils.h215 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_auto_utils.h215 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_auto_utils.h215 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h244 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h244 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h244 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h244 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h244 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h244 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h244 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h244 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h253 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dbinder_auto_utils.h266 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h253 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h253 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h253 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h253 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h253 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp_15_r20/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dbinder_auto_utils.h266 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h253 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h253 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DParcel.java3070 public static int getExceptionCode(@NonNull Throwable e) { in getExceptionCode() method in Parcel
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-11/
Dframework.jarandroid/os/vibrator/BasicPwleSegment.class BasicPwleSegment.java package android.os.vibrator public ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar11META-INF/ META-INF/MANIFEST.MF android/ android/os/ android/ ...

12