Searched refs:eglPresentationTimeANDROID (Results 1 – 4 of 4) 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()
217 EGLExt.eglPresentationTimeANDROID(mEGLDisplay, mEGLSurface, nsecs); in setPresentationTime()
415 EGLExt.eglPresentationTimeANDROID(mEGLDisplay, eglSurface, nsecs); in setPresentationTime()
1322 return eglPresentationTimeANDROID( in Java_android_media_cts_NdkInputSurface_eglPresentationTimeANDROID()