HomeSort by relevance Sort by last modified time
    Searched refs:gVM (Results 1 - 7 of 7) sorted by null

  /development/samples/BrowserPlugin/jni/
main.h 35 extern JavaVM* gVM;
PluginObject.cpp 58 if (gVM->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) {
main.cpp 40 JavaVM* gVM;
141 env->GetJavaVM(&gVM);
  /development/samples/BrowserPlugin/jni/video/
VideoPlugin.cpp 73 if (gVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
100 if (m_surface && gVM->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) {
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.cpp 82 if (gVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
111 if (m_surface && gVM->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) {
  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 94 if (gVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
121 if (m_surface && gVM->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) {
150 if (!m_surface || gVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK ||
472 if (gVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.cpp 100 if (!m_surface || gVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK ||
135 if (m_surface && gVM->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) {
233 if (gVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
264 if (m_surface && gVM->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) {

Completed in 59 milliseconds