Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm64.cc114 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_deleteDescription);
223 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_deleteDescription); in init_stub_library()
Dstubs_arm.cc114 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_deleteDescription);
223 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_deleteDescription); in init_stub_library()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h267 void AStatus_deleteDescription(const char* description) __INTRODUCED_IN(30);
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt105 AStatus_deleteDescription;
Dstatus.cpp76 void AStatus_deleteDescription(const char* description) { in AStatus_deleteDescription() function
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h236 AStatus_deleteDescription(cStr); in getDescription()