Searched refs:APersistableBundle_getIntVector (Results 1 – 7 of 7) sorted by relevance
216 APersistableBundle_getIntVector;217 APersistableBundle_getIntVector; # llndk=202404
187 int32_t APersistableBundle_getIntVector(const APersistableBundle* pBundle, const char* key, in APersistableBundle_getIntVector() function
144 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_getIntVector);333 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_getIntVector); in init_stub_library()
490 int32_t APersistableBundle_getIntVector(const APersistableBundle* _Nonnull pBundle,
355 return getVecInternal<int32_t>(&APersistableBundle_getIntVector, mPBundle, key.c_str(), in getIntVector()