Searched refs:APersistableBundle_getBooleanVector (Results 1 – 7 of 7) sorted by relevance
214 APersistableBundle_getBooleanVector;215 APersistableBundle_getBooleanVector; # llndk=202404
180 int32_t APersistableBundle_getBooleanVector(const APersistableBundle* pBundle, const char* key, in APersistableBundle_getBooleanVector() function
136 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_getBooleanVector);325 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_getBooleanVector); in init_stub_library()
463 int32_t APersistableBundle_getBooleanVector(const APersistableBundle* _Nonnull pBundle,
348 return getVecInternal<bool>(&APersistableBundle_getBooleanVector, mPBundle, key.c_str(), in getBooleanVector()