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

  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 166 bool IsContextActive() const;
gl_env.cpp 190 bool GLEnv::IsContextActive() const {
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_environment.cpp 92 return gl_env ? ToJBool(gl_env->IsContextActive()) : JNI_FALSE;

Completed in 43 milliseconds