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_arm.cc115 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromStatus);
220 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromStatus); in init_stub_library()
Dstubs_arm64.cc115 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromStatus);
220 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromStatus); in init_stub_library()
/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_ndk/android/
Dbinder_status.h181 __attribute__((warn_unused_result)) AStatus* AStatus_fromStatus(binder_status_t status)
Dbinder_auto_utils.h258 return ScopedAStatus(AStatus_fromStatus(status)); in fromStatus()