Searched refs:APersistableBundle_getLong (Results 1 – 7 of 7) sorted by relevance
208 APersistableBundle_getLong;209 APersistableBundle_getLong; # llndk=202404
159 bool APersistableBundle_getLong(const APersistableBundle* pBundle, const char* key, int64_t* val) { in APersistableBundle_getLong() function
146 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_getLong);335 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_getLong); in init_stub_library()
400 bool APersistableBundle_getLong(const APersistableBundle* _Nonnull pBundle,
288 return APersistableBundle_getLong(mPBundle, key.c_str(), val); in getLong()