Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h296 void AStatus_deleteDescription(const char* description) __INTRODUCED_IN(30);
/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm.cc143 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_deleteDescription);
283 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_deleteDescription); in init_stub_library()
Dstubs_arm64.cc143 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_deleteDescription);
283 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_deleteDescription); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt105 AStatus_deleteDescription;
Dstatus.cpp78 void AStatus_deleteDescription(const char* description) { in AStatus_deleteDescription() function
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h278 AStatus_deleteDescription(cStr); in getDescription()
/frameworks/native/libs/binder/rust/src/
Derror.rs203 sys::AStatus_deleteDescription(description_ptr); in get_description()