Home
last modified time | relevance | path

Searched refs:AStatus_fromExceptionCodeWithMessage (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/modules/DnsResolver/
H A DDnsResolverService.cpp160 return ::ndk::ScopedAStatus(AStatus_fromExceptionCodeWithMessage( in checkAnyPermission()
187 return ::ndk::ScopedAStatus(AStatus_fromExceptionCodeWithMessage(EX_SECURITY, err.c_str())); in checkAnyPermission()
201 return ::ndk::ScopedAStatus(AStatus_fromExceptionCodeWithMessage(EX_SECURITY, err.c_str())); in setResolverConfiguration()
/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/
H A Dstubs_arm.cc138 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromExceptionCodeWithMessage);
271 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromExceptionCodeWithMessage); in init_stub_library()
H A Dstubs_arm64.cc138 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromExceptionCodeWithMessage);
271 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromExceptionCodeWithMessage); in init_stub_library()
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/
H A Dbinder_status.h152 __attribute__((warn_unused_result)) AStatus* AStatus_fromExceptionCodeWithMessage(
/aosp12/frameworks/native/libs/binder/ndk/
H A Dlibbinder_ndk.map.txt82 AStatus_fromExceptionCodeWithMessage;
H A Dstatus.cpp34 AStatus* AStatus_fromExceptionCodeWithMessage(binder_exception_t exception, const char* message) { in AStatus_fromExceptionCodeWithMessage() function
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dbinder_auto_utils.h291 return ScopedAStatus(AStatus_fromExceptionCodeWithMessage(exception, message)); in fromExceptionCodeWithMessage()
/aosp12/frameworks/native/libs/binder/rust/src/
H A Derror.rs153 sys::AStatus_fromExceptionCodeWithMessage(exception as i32, message.as_ptr()) in new_exception()