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