Lines Matching defs:env
34 void JavaSourceProxy::initJni(JNIEnv *env) { in initJni()
51 JNIEnv * env = attachToJVM(); in JavaSourceProxy() local
58 JNIEnv * env = attachToJVM(); in ~JavaSourceProxy() local
66 JNIEnv * env; in attachToJVM() local
84 JNIEnv * env = attachToJVM(); in init() local
93 JNIEnv * env = attachToJVM(); in start() local
99 JNIEnv * env = attachToJVM(); in stop() local
105 JNIEnv * env = attachToJVM(); in reset() local
111 JNIEnv * env = attachToJVM(); in pull() local
125 Java_org_hyphonate_megaaudio_player_JavaSourceProxy_initN(JNIEnv *env, jclass clazz) { in Java_org_hyphonate_megaaudio_player_JavaSourceProxy_initN()
130 Java_org_hyphonate_megaaudio_player_JavaSourceProxy_allocNativeSource(JNIEnv *env, jclass clazz, jo… in Java_org_hyphonate_megaaudio_player_JavaSourceProxy_allocNativeSource()