Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt202 APersistableBundle_putPersistableBundle;
203 APersistableBundle_putPersistableBundle; # llndk=202404
Dpersistable_bundle.cpp149 void APersistableBundle_putPersistableBundle(APersistableBundle* pBundle, const char* key, in APersistableBundle_putPersistableBundle() function
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc166 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_putPersistableBundle);
355 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_putPersistableBundle); in init_stub_library()
Dstubs_arm64.cc166 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_putPersistableBundle);
355 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_putPersistableBundle); in init_stub_library()
Dstubs_riscv64.cc166 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_putPersistableBundle);
355 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_putPersistableBundle); in init_stub_library()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dpersistable_bundle.h354 void APersistableBundle_putPersistableBundle(APersistableBundle* _Nonnull pBundle,
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h266 APersistableBundle_putPersistableBundle(mPBundle, key.c_str(), pBundle.mPBundle); in putPersistableBundle()