Searched refs:APersistableBundle_putDouble (Results 1 – 7 of 7) sorted by relevance
188 APersistableBundle_putDouble;189 APersistableBundle_putDouble; # llndk=202404
98 void APersistableBundle_putDouble(APersistableBundle* pBundle, const char* key, double val) { in APersistableBundle_putDouble() function
160 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_putDouble);349 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_putDouble); in init_stub_library()
240 void APersistableBundle_putDouble(APersistableBundle* _Nonnull pBundle, const char* _Nonnull key,
198 APersistableBundle_putDouble(mPBundle, key.c_str(), val); in putDouble()