Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h294 __attribute__((warn_unused_result)) const char* AStatus_getDescription(const AStatus* status)
/frameworks/native/libs/binder/ndk/
Dstatus.cpp69 const char* AStatus_getDescription(const AStatus* status) { in AStatus_getDescription() function
Dlibbinder_ndk.map.txt104 AStatus_getDescription;
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc196 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_getDescription);
385 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_getDescription); in init_stub_library()
Dstubs_arm64.cc196 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_getDescription);
385 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_getDescription); in init_stub_library()
Dstubs_riscv64.cc196 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_getDescription);
385 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_getDescription); in init_stub_library()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h289 const char* cStr = AStatus_getDescription(get()); in getDescription()
/frameworks/native/services/inputflinger/
DInputProcessor.cpp361 AStatus_getDescription(AStatus_fromStatus(status))); in monitor()
/frameworks/native/libs/binder/rust/src/
Derror.rs200 let description_ptr = unsafe { sys::AStatus_getDescription(self.as_native()) }; in get_description()