Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt170 APersistableBundle_new;
171 APersistableBundle_new; # llndk=202404
Dpersistable_bundle.cpp34 APersistableBundle* _Nullable APersistableBundle_new() { in APersistableBundle_new() function
63 APersistableBundle* newPBundle = APersistableBundle_new(); in APersistableBundle_readFromParcel()
220 APersistableBundle* bundle = APersistableBundle_new(); in APersistableBundle_getPersistableBundle()
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc157 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_new);
346 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_new); in init_stub_library()
Dstubs_arm64.cc157 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_new);
346 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_new); in init_stub_library()
Dstubs_riscv64.cc157 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_new);
346 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_new); in init_stub_library()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dpersistable_bundle.h81 APersistableBundle* _Nullable APersistableBundle_new() __INTRODUCED_IN(__ANDROID_API_V__)
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h49 mPBundle = APersistableBundle_new(); in PersistableBundle()