Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt184 APersistableBundle_putInt;
185 APersistableBundle_putInt; # llndk=202404
Dpersistable_bundle.cpp92 void APersistableBundle_putInt(APersistableBundle* pBundle, const char* key, int32_t val) { in APersistableBundle_putInt() function
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc162 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_putInt);
351 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_putInt); in init_stub_library()
Dstubs_arm64.cc162 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_putInt);
351 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_putInt); in init_stub_library()
Dstubs_riscv64.cc162 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_putInt);
351 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_putInt); in init_stub_library()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dpersistable_bundle.h212 void APersistableBundle_putInt(APersistableBundle* _Nonnull pBundle, const char* _Nonnull key,
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h186 APersistableBundle_putInt(mPBundle, key.c_str(), val); in putInt()