Lines Matching defs:native_player
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()
204 jlong native_player) { in Java_org_hyphonate_megaaudio_player_OboePlayer_stopN()
211 jlong native_player) { 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()