Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h217 __attribute__((warn_unused_result)) AStatus* AStatus_fromStatus(binder_status_t status)
/frameworks/native/libs/binder/ndk/
Dstatus.cpp45 AStatus* AStatus_fromStatus(binder_status_t status) { in AStatus_fromStatus() function
Dlibbinder_ndk.map.txt85 AStatus_fromStatus;
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc195 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromStatus);
384 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromStatus); in init_stub_library()
Dstubs_arm64.cc195 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromStatus);
384 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromStatus); in init_stub_library()
Dstubs_riscv64.cc195 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromStatus);
384 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromStatus); in init_stub_library()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h332 return ScopedAStatus(AStatus_fromStatus(status)); in fromStatus()
/frameworks/native/services/inputflinger/
DInputProcessor.cpp361 AStatus_getDescription(AStatus_fromStatus(status))); in monitor()
/frameworks/native/libs/binder/rust/src/
Derror.rs311 let ptr = unsafe { sys::AStatus_fromStatus(status) }; in from()