Searched refs:eglPresentationTimeANDROID (Results 1 – 5 of 5) sorted by relevance
39 …static private native boolean eglPresentationTimeANDROID(long eglDisplay, long eglSurface, long ns… in eglPresentationTimeANDROID() method in NdkInputSurface88 eglPresentationTimeANDROID(mEGLDisplay, mEGLSurface, nsecs); in setPresentationTime()
229 EGLExt.eglPresentationTimeANDROID(mEGLDisplay, mEGLSurface, nsecs); in setPresentationTime()
80 name: "eglPresentationTimeANDROID"
415 EGLExt.eglPresentationTimeANDROID(mEGLDisplay, eglSurface, nsecs); in setPresentationTime()
1410 return eglPresentationTimeANDROID( in Java_android_media_cts_NdkInputSurface_eglPresentationTimeANDROID()