Home | History | Annotate | Download | only in jni

Lines Matching refs:jint

205 JOWW(jint, VoiceEngine_init)(JNIEnv* jni, jobject j_voe) {
210 JOWW(jint, VoiceEngine_createChannel)(JNIEnv* jni, jobject j_voe) {
215 JOWW(jint, VoiceEngine_deleteChannel)(JNIEnv* jni, jobject j_voe,
216 jint channel) {
221 JOWW(jint, VoiceEngine_setLocalReceiver)(JNIEnv* jni, jobject j_voe,
222 jint channel, jint port) {
229 JOWW(jint, VoiceEngine_setSendDestination)(JNIEnv* jni, jobject j_voe,
230 jint channel, jint port,
239 JOWW(jint, VoiceEngine_startListen)(JNIEnv* jni, jobject j_voe, jint channel) {
244 JOWW(jint, VoiceEngine_startPlayout)(JNIEnv* jni, jobject j_voe, jint channel) {
249 JOWW(jint, VoiceEngine_startSend)(JNIEnv* jni, jobject j_voe, jint channel) {
254 JOWW(jint, VoiceEngine_stopListen)(JNIEnv* jni, jobject j_voe, jint channel) {
259 JOWW(jint, VoiceEngine_stopPlayout)(JNIEnv* jni, jobject j_voe, jint channel) {
264 JOWW(jint, VoiceEngine_stopSend)(JNIEnv* jni, jobject j_voe, jint channel) {
269 JOWW(jint, VoiceEngine_setSpeakerVolume)(JNIEnv* jni, jobject j_voe,
270 jint level) {
275 JOWW(jint, VoiceEngine_setLoudspeakerStatus)(JNIEnv* jni, jobject j_voe,
281 JOWW(jint, VoiceEngine_startPlayingFileLocally)(JNIEnv* jni, jobject j_voe,
282 jint channel,
292 JOWW(jint, VoiceEngine_stopPlayingFileLocally)(JNIEnv* jni, jobject j_voe,
293 jint channel) {
298 JOWW(jint, VoiceEngine_startPlayingFileAsMicrophone)(JNIEnv* jni, jobject j_voe,
299 jint channel,
309 JOWW(jint, VoiceEngine_stopPlayingFileAsMicrophone)(JNIEnv* jni, jobject j_voe,
310 jint channel) {
315 JOWW(jint, VoiceEngine_numOfCodecs)(JNIEnv* jni, jobject j_voe) {
320 JOWW(jobject, VoiceEngine_getCodec)(JNIEnv* jni, jobject j_voe, jint index) {
333 JOWW(jint, VoiceEngine_setSendCodec)(JNIEnv* jni, jobject j_voe, jint channel,
340 JOWW(jint, VoiceEngine_setEcStatus)(JNIEnv* jni, jobject j_voe, jboolean enable,
341 jint ec_mode) {
347 JOWW(jint, VoiceEngine_setAecmMode)(JNIEnv* jni, jobject j_voe, jint aecm_mode,
354 JOWW(jint, VoiceEngine_setAgcStatus)(JNIEnv* jni, jobject j_voe,
355 jboolean enable, jint agc_mode) {
375 JOWW(jint, VoiceEngine_setAgcConfig)(JNIEnv* jni, jobject j_voe,
383 JOWW(jint, VoiceEngine_setNsStatus)(JNIEnv* jni, jobject j_voe, jboolean enable,
384 jint ns_mode) {
390 JOWW(jint, VoiceEngine_startDebugRecording)(JNIEnv* jni, jobject j_voe,
397 JOWW(jint, VoiceEngine_stopDebugRecording)(JNIEnv* jni, jobject j_voe) {
402 JOWW(jint, VoiceEngine_startRtpDump)(JNIEnv* jni, jobject j_voe, jint channel,
403 jstring j_filename, jint direction) {
411 JOWW(jint, VoiceEngine_stopRtpDump)(JNIEnv* jni, jobject j_voe, jint channel,
412 jint direction) {
422 JOWW(jint, CodecInst_plType)(JNIEnv* jni, jobject j_codec) {
430 JOWW(jint, CodecInst_plFrequency)(JNIEnv* jni, jobject j_codec) {
434 JOWW(jint, CodecInst_pacSize)(JNIEnv* jni, jobject j_codec) {
438 JOWW(jint, CodecInst_channels)(JNIEnv* jni, jobject j_codec) {
442 JOWW(jint, CodecInst_rate)(JNIEnv* jni, jobject j_codec) {