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