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

  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 122 bool SetSurfaceTimestamp(int64_t timestamp);
gl_env.cpp 240 bool GLEnv::SetSurfaceTimestamp(int64_t timestamp) {
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_environment.cpp 376 return gl_env ? ToJBool(gl_env->SetSurfaceTimestamp(timestamp_native)) : JNI_FALSE;

Completed in 114 milliseconds