Searched refs:APersistableBundle_getDouble (Results 1 – 7 of 7) sorted by relevance
210 APersistableBundle_getDouble;211 APersistableBundle_getDouble; # llndk=202404
162 bool APersistableBundle_getDouble(const APersistableBundle* pBundle, const char* key, double* val) { in APersistableBundle_getDouble() function
138 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_getDouble);327 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_getDouble); in init_stub_library()
415 bool APersistableBundle_getDouble(const APersistableBundle* _Nonnull pBundle,
296 return APersistableBundle_getDouble(mPBundle, key.c_str(), val); in getDouble()