Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt224 APersistableBundle_getPersistableBundle;
225 APersistableBundle_getPersistableBundle; # llndk=202404
Dpersistable_bundle.cpp218 bool APersistableBundle_getPersistableBundle(const APersistableBundle* pBundle, const char* key, in APersistableBundle_getPersistableBundle() function
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc150 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_getPersistableBundle);
339 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_getPersistableBundle); in init_stub_library()
Dstubs_arm64.cc150 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_getPersistableBundle);
339 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_getPersistableBundle); in init_stub_library()
Dstubs_riscv64.cc150 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_getPersistableBundle);
339 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_getPersistableBundle); in init_stub_library()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dpersistable_bundle.h600 bool APersistableBundle_getPersistableBundle(const APersistableBundle* _Nonnull pBundle,
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h412 bool ret = APersistableBundle_getPersistableBundle(mPBundle, key.c_str(), &bundle); in getPersistableBundle()