Searched defs:javaVM (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_android.cc23 JavaVM* javaVM, void* env, void* context) {
26 webrtc::SetCaptureAndroidVM(javaVM, static_cast<jobject>(context));
27 webrtc::SetRenderAndroidVM(javaVM);
30 webrtc::VoiceEngine::SetAndroidObjects(javaVM, env, context);
21 RunAutotest(int testSelection, int subTestSelection, void* window1, void* window2, JavaVM* javaVM, void* env, void* context) argument
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoice_engine_impl.cc155 int VoiceEngine::SetAndroidObjects(void* javaVM, void* env, void* context) argument
165 if (javaVM && env && context) {
166 AudioDeviceInstance::SetAndroidAudioDeviceObjects(javaVM, env, context);
/external/chromium_org/third_party/webrtc/modules/video_capture/android/
H A Dvideo_capture_android.cc71 int32_t SetCaptureAndroidVM(JavaVM* javaVM, jobject context) { argument
72 if (javaVM) {
74 g_jvm = javaVM;
/external/chromium_org/third_party/webrtc/modules/video_render/android/
H A Dvideo_render_android_impl.cc33 int32_t SetRenderAndroidVM(JavaVM* javaVM) { argument
35 VideoRenderAndroid::g_jvm = javaVM;
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Daudio_record_jni.cc38 int32_t AudioRecordJni::SetAndroidAudioDeviceObjects(void* javaVM, void* env, argument
41 globalJvm = reinterpret_cast<JavaVM*>(javaVM);
H A Dopensles_input.cc72 int32_t OpenSlesInput::SetAndroidAudioDeviceObjects(void* javaVM, argument
H A Dopensles_output.cc72 int32_t OpenSlesOutput::SetAndroidAudioDeviceObjects(void* javaVM, argument
75 AudioManagerJni::SetAndroidAudioDeviceObjects(javaVM, env, context);
H A Daudio_device_template.h25 static int32_t SetAndroidAudioDeviceObjects(void* javaVM, argument
28 if (OutputType::SetAndroidAudioDeviceObjects(javaVM, env, context) == -1) {
31 return InputType::SetAndroidAudioDeviceObjects(javaVM, env, context);
H A Daudio_track_jni.cc37 int32_t AudioTrackJni::SetAndroidAudioDeviceObjects(void* javaVM, void* env, argument
40 globalJvm = reinterpret_cast<JavaVM*>(javaVM);

Completed in 1319 milliseconds