Searched refs:ContainsAllocatedTable (Results 1 – 3 of 3) sorted by relevance
134 bool ContainsAllocatedTable() const;
401 static jboolean ContainsAllocatedTable(JNIEnv* env, jclass /*clazz*/, jlong ptr) { in ContainsAllocatedTable() function403 return assetmanager->ContainsAllocatedTable(); in ContainsAllocatedTable()1445 {"nativeContainsAllocatedTable", "(J)Z", (void*)ContainsAllocatedTable},
384 bool AssetManager2::ContainsAllocatedTable() const { in ContainsAllocatedTable() function in android::AssetManager2