Home
last modified time | relevance | path

Searched defs:native_source_ptr (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/jni/megaaudio/player/
DNativeAudioSource.cpp30 JNIEnv *env, jobject thiz, jlong native_source_ptr, jint num_frames, jint num_chans) { in Java_org_hyphonate_megaaudio_player_NativeAudioSource_initN()
36 JNIEnv *env, jobject thiz, jlong native_source_ptr, jint sample_rate) { in Java_org_hyphonate_megaaudio_player_NativeAudioSource_setSampleRateN()
43 JNIEnv *env, jobject thiz, jlong native_source_ptr, jfloat freq) { in Java_org_hyphonate_megaaudio_player_NativeAudioSource_setFreqN()
50 JNIEnv *env, jobject thiz, jlong native_source_ptr) { in Java_org_hyphonate_megaaudio_player_NativeAudioSource_resetN()
56 JNIEnv *env, jobject thiz, jlong native_source_ptr) { in Java_org_hyphonate_megaaudio_player_NativeAudioSource_triggerN()
63 JNIEnv *env, jobject thiz, jlong native_source_ptr, in Java_org_hyphonate_megaaudio_player_NativeAudioSource_pullN()