Home
last modified time | relevance | path

Searched refs:AStatus_newOk (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/binder/ndk/
Dstatus.cpp26 AStatus* AStatus_newOk() { in AStatus_newOk() function
83 if (status != AStatus_newOk()) { in AStatus_delete()
Dlibbinder_ndk.map.txt91 AStatus_newOk;
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h141 __attribute__((warn_unused_result)) AStatus* AStatus_newOk() __INTRODUCED_IN(29);
/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm.cc155 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_newOk);
295 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_newOk); in init_stub_library()
Dstubs_arm64.cc155 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_newOk);
295 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_newOk); in init_stub_library()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h298 static ScopedAStatus ok() { return ScopedAStatus(AStatus_newOk()); } in getDescription()
/frameworks/native/libs/binder/rust/src/
Derror.rs116 sys::AStatus_newOk() in ok()