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

  /external/deqp/framework/platform/android/
tcuAndroidExecService.cpp 63 , m_remoteCls (0)
88 m_remoteCls = reinterpret_cast<jclass>(env->NewGlobalRef(remoteCls));
89 JNI_CHECK(m_remoteCls);
93 ctorId = env->GetMethodID(m_remoteCls, "<init>", "(Landroid/content/Context;Ljava/lang/String;)V");
100 remote = env->NewObject(m_remoteCls, ctorId, context, logFileName);
112 m_start = env->GetMethodID(m_remoteCls, "start", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z");
115 m_kill = env->GetMethodID(m_remoteCls, "kill", "()Z");
118 m_isRunning = env->GetMethodID(m_remoteCls, "isRunning", "()Z");
127 if (m_remoteCls)
128 env->DeleteGlobalRef(reinterpret_cast<jobject>(m_remoteCls));
    [all...]
tcuAndroidExecService.hpp 64 jclass m_remoteCls;

Completed in 53 milliseconds