Home
last modified time | relevance | path

Searched refs:AStatus_fromStatus (Results 1 – 6 of 6) sorted by relevance

/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm64.cc119 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromStatus);
228 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromStatus); in init_stub_library()
Dstubs_arm.cc119 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromStatus);
228 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromStatus); in init_stub_library()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h182 __attribute__((warn_unused_result)) AStatus* AStatus_fromStatus(binder_status_t status)
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt85 AStatus_fromStatus;
Dstatus.cpp45 AStatus* AStatus_fromStatus(binder_status_t status) { in AStatus_fromStatus() function
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h259 return ScopedAStatus(AStatus_fromStatus(status)); in fromStatus()