/external/chromium_org/third_party/webrtc/modules/audio_device/android/ |
D | audio_track_jni.cc | 433 jint res = env->CallIntMethod(_javaScObj, initPlaybackID, samplingFreq); in InitPlayout() 503 jint res = env->CallIntMethod(_javaScObj, startPlaybackID); in StartPlayout() 574 jint res = env->CallIntMethod(_javaScObj, stopPlaybackID); in StopPlayout() 666 jint res = env->CallIntMethod(_javaScObj, setPlayoutVolumeID, in SetSpeakerVolume() 725 jint level = env->CallIntMethod(_javaScObj, getPlayoutVolumeID); in SpeakerVolume() 931 jint res = env->CallIntMethod(_javaScObj, setPlayoutSpeakerID, enable); in SetLoudspeakerStatus() 1183 res = env->CallIntMethod(_javaScObj, initPlaybackID, samplingFreq); in InitSampleRate() 1234 res = env->CallIntMethod(_javaScObj, stopPlaybackID); in InitSampleRate() 1352 jint res = _jniEnvPlay->CallIntMethod(_javaScObj, _javaMidPlayAudio, in PlayThreadProcess()
|
D | audio_manager_jni.cc | 89 native_output_sample_rate_ = env->CallIntMethod(g_audio_manager_, id); in SetNativeOutputSampleRate() 95 native_buffer_size_ = env->CallIntMethod(g_audio_manager_, id); in SetNativeFrameSize()
|
D | audio_record_jni.cc | 431 jint res = env->CallIntMethod(_javaScObj, initRecordingID, _recAudioSource, in InitRecording() 504 jint res = env->CallIntMethod(_javaScObj, startRecordingID); in StartRecording() 580 jint res = env->CallIntMethod(_javaScObj, stopRecordingID); in StopRecording() 1012 res = env->CallIntMethod(_javaScObj, initRecordingID, _recAudioSource, in InitSampleRate() 1056 res = env->CallIntMethod(_javaScObj, stopRecordingID); in InitSampleRate() 1144 jint recDelayInSamples = _jniEnvRec->CallIntMethod(_javaScObj, in RecThreadProcess()
|
/external/chromium_org/base/android/jni_generator/ |
D | testFromJavaP.golden | 48 env->CallIntMethod(obj, 134 env->CallIntMethod(obj, 156 env->CallIntMethod(obj, 183 env->CallIntMethod(obj,
|
D | testConstantsFromJavaP.golden | 455 env->CallIntMethod(obj, 477 env->CallIntMethod(obj, 521 env->CallIntMethod(obj, 543 env->CallIntMethod(obj, 565 env->CallIntMethod(obj, 587 env->CallIntMethod(obj, 874 env->CallIntMethod(obj, 897 env->CallIntMethod(obj, 920 env->CallIntMethod(obj, 943 env->CallIntMethod(obj, [all …]
|
D | golden_sample_for_tests_jni.h | 120 env->CallIntMethod(obj, in Java_SampleForTests_javaMethod()
|
/external/opencv/ |
D | cvjni.h | 296 return env->CallIntMethod(java_obj, get_type_mid); in get_id_by_JavaObj() 306 return env->CallIntMethod(java_obj, get_type_mid); in get_type_by_JavaObj()
|
/external/svox/pico/compat/jni/ |
D | com_android_tts_compat_SynthProxy.cpp | 215 int result = env->CallIntMethod(request, synthesisRequest_start, rate, encoding, channelCount); in callRequestStart() 237 int result = env->CallIntMethod(request, synthesisRequest_audioAvailable, in callRequestAudioAvailable() 249 int result = env->CallIntMethod(request, synthesisRequest_done); in callRequestDone()
|
/external/chromium_org/content/browser/android/java/ |
D | java_method.cc | 215 jint modifiers = env->CallIntMethod( in EnsureTypesAndIDAreSetUp()
|
/external/skia/platform_tools/android/app/jni/ |
D | com_skia_SkiaSampleRenderer.cpp | 71 info->fSampleCount = env->CallIntMethod(gWindowGlue.m_obj, gWindowGlue.m_getMSAASampleCount); in attach()
|
/external/chromium_org/third_party/skia/platform_tools/android/app/jni/ |
D | com_skia_SkiaSampleRenderer.cpp | 71 info->fSampleCount = env->CallIntMethod(gWindowGlue.m_obj, gWindowGlue.m_getMSAASampleCount); in attach()
|
/external/chromium_org/third_party/npapi/npspy/extern/java/ |
D | jni.h | 303 jint (JNICALL *CallIntMethod) 897 jint CallIntMethod(jobject obj, jmethodID methodID, ...) { in CallIntMethod() function
|
/external/chromium_org/chrome/browser/android/provider/ |
D | chrome_browser_provider.cc | 150 return env->CallIntMethod(integer_obj, int_value, NULL); in ConvertJIntegerToJint()
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/ |
D | peerconnection_jni.cc | 1531 int j_input_buffer_index = jni->CallIntMethod(*j_media_codec_video_encoder_, in EncodeOnCodecThread()
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 1082 jint read = env->CallIntMethod(getStream(), method, javaBytes.get()); in read_internal() 6920 jint keyLen = env->CallIntMethod(sslHandshakeCallbacks, methodID, in psk_client_callback() 6989 jint keyLen = env->CallIntMethod(sslHandshakeCallbacks, methodID, in psk_server_callback()
|
/external/javasqlite/src/main/native/ |
D | sqlite_jni.c | 2342 i = (*env)->CallIntMethod(env, h->ai, mid, i, s1, s2, s3, s4); in doauth()
|