Searched refs:APersistableBundle_putInt (Results 1 – 7 of 7) sorted by relevance
184 APersistableBundle_putInt;185 APersistableBundle_putInt; # llndk=202404
92 void APersistableBundle_putInt(APersistableBundle* pBundle, const char* key, int32_t val) { in APersistableBundle_putInt() function
162 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_putInt);351 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_putInt); in init_stub_library()
212 void APersistableBundle_putInt(APersistableBundle* _Nonnull pBundle, const char* _Nonnull key,
186 APersistableBundle_putInt(mPBundle, key.c_str(), val); in putInt()