Lines Matching defs:env

39 OboePlayer::OboePlayer(JNIEnv *env, AudioSource* source, int subtype)  in OboePlayer()
152 JNIEnv* env; in getJavaTimestamp() local
174 JNIEnv *env, jobject thiz, jlong native_audio_source, jint playerSubtype) { in Java_org_hyphonate_megaaudio_player_OboePlayer_allocNativePlayer()
180 JNIEnv *env, jobject thiz, jlong native_player, in Java_org_hyphonate_megaaudio_player_OboePlayer_setupStreamN()
190 JNIEnv *env, jobject thiz, jlong native_player) { in Java_org_hyphonate_megaaudio_player_OboePlayer_teardownStreamN()
197 JNIEnv *env, jobject thiz, jlong native_player, jint playerSubtype) { in Java_org_hyphonate_megaaudio_player_OboePlayer_startStreamN()
203 Java_org_hyphonate_megaaudio_player_OboePlayer_stopN(JNIEnv *env, jobject thiz, in Java_org_hyphonate_megaaudio_player_OboePlayer_stopN()
210 Java_org_hyphonate_megaaudio_player_OboePlayer_getBufferFrameCountN(JNIEnv *env, jobject thiz, in Java_org_hyphonate_megaaudio_player_OboePlayer_getBufferFrameCountN()
216 JNIEnv *env, jobject thiz, jlong native_player) { in Java_org_hyphonate_megaaudio_player_OboePlayer_getRoutedDeviceIdN()
221 JNIEnv *env, jobject thiz, jlong native_player) { in Java_org_hyphonate_megaaudio_player_OboePlayer_getSharingModeN()
226 JNIEnv *env, jobject thiz, jlong native_player) { in Java_org_hyphonate_megaaudio_player_OboePlayer_getChannelCountN()
231 JNIEnv *env, jobject thiz, jlong native_player) { in Java_org_hyphonate_megaaudio_player_OboePlayer_isMMapN()
236 JNIEnv *env, jobject thiz, jlong native_player, jobject timestamp) { in Java_org_hyphonate_megaaudio_player_OboePlayer_getTimestampN()
241 JNIEnv *env, jobject thiz, jlong native_player) { in Java_org_hyphonate_megaaudio_player_OboePlayer_getStreamStateN()
246 JNIEnv *env, jobject thiz, jlong native_player) { in Java_org_hyphonate_megaaudio_player_OboePlayer_getLastErrorCallbackResultN()