Searched refs:SetSurfaceTimestamp (Results 1 – 3 of 3) sorted by relevance
126 bool SetSurfaceTimestamp(int64_t timestamp);
248 bool GLEnv::SetSurfaceTimestamp(int64_t timestamp) { in SetSurfaceTimestamp() function in android::filterfw::GLEnv
377 return gl_env ? ToJBool(gl_env->SetSurfaceTimestamp(timestamp_native)) : JNI_FALSE; in Java_android_filterfw_core_GLEnvironment_nativeSetSurfaceTimestamp()