Searched refs:generatorHandle (Results 1 – 2 of 2) sorted by relevance
159 public static native long destroyRandomGraphGenerator(long generatorHandle); in destroyRandomGraphGenerator() argument161 private static native int runRandomModel(long generatorHandle, in runRandomModel() argument195 final long generatorHandle = RandomGraphTest.createRandomGraphGenerator(mDeviceName, in call() local198 if (generatorHandle == 0) { in call()212 int nativeExecutionResult = runRandomModel(generatorHandle, in call()248 RandomGraphTest.destroyRandomGraphGenerator(generatorHandle); in call()
578 JNIEnv* env, jclass /* static method */, jlong generatorHandle) { in Java_com_android_nn_crashtest_core_test_RandomGraphTest_destroyRandomGraphGenerator() argument580 reinterpret_cast<RandomGraphGenerator*>(generatorHandle); in Java_com_android_nn_crashtest_core_test_RandomGraphTest_destroyRandomGraphGenerator()