Home | History | Annotate | Download | only in jni

Lines Matching refs:jint

211      jint res = veData1.jvm->AttachCurrentThread(&env, NULL);
322 jint JNI_OnLoad(JavaVM* vm, void* /*reserved*/)
385 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest(
388 jint testType,
389 jint extendedSel)
420 // jint retVal = runAutoTest(tType);
520 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_Init(
561 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_Terminate(
567 jint retVal = veData1.base->Terminate();
578 JNIEXPORT jint JNICALL
584 jint channel = veData1.base->CreateChannel();
607 JNIEXPORT jint JNICALL
611 jint channel)
619 JNIEXPORT jint JNICALL
623 jint channel,
624 jint port)
633 JNIEXPORT jint
637 jint channel,
638 jint port,
651 jint retVal = veData1.base->SetSendDestination(channel, port, ipaddrNative);
661 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_StartListen(
664 jint channel)
675 JNIEXPORT jint JNICALL
679 jint channel)
690 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_StartSend(
693 jint channel)
729 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_StopListen(
732 jint channel)
741 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_StopPlayout(
744 jint channel)
753 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_StopSend(
756 jint channel)
772 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_NumOfCodecs(
783 JNIEXPORT jint JNICALL
787 jint channel,
788 jint index)
807 JNIEXPORT jint JNICALL
811 jint channel,
813 jint mode)
843 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_SetNSStatus(
847 jint mode)
886 JNIEXPORT jint JNICALL
891 jint mode)
936 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_SetECStatus(
940 jint mode)
973 JNIEXPORT jint JNICALL
977 jint channel,
991 jint retVal = veData1.file->StartPlayingFileLocally(channel,
1002 JNIEXPORT jint JNICALL
1006 jint channel)
1017 JNIEXPORT jint JNICALL
1021 jint channel,
1035 jint retVal = veData1.file->StartRecordingPlayout(channel, fileNameNative,
1046 JNIEXPORT jint JNICALL
1050 jint channel)
1059 JNIEXPORT jint JNICALL
1063 jint channel,
1077 jint retVal = veData1.file->StartPlayingFileAsMicrophone(channel,
1089 JNIEXPORT jint JNICALL
1093 jint channel)
1102 JNIEXPORT jint JNICALL
1106 jint level)
1131 JNIEXPORT jint JNICALL