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