Searched defs:sync (Results 26 - 35 of 35) sorted by relevance

12

/frameworks/native/opengl/libagl/
H A Degl.cpp2109 EGLBoolean eglDestroySyncKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync) argument
2111 if (sync != FENCE_SYNC_HANDLE) {
2118 EGLint eglClientWaitSyncKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync, EGLint /*flags*/, argument
2121 if (sync != FENCE_SYNC_HANDLE) {
2128 EGLBoolean eglGetSyncAttribKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync, argument
2131 if (sync != FENCE_SYNC_HANDLE) {
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1757 // keep its virtual display state machine in sync, or
3219 /* TODO: Once we have the sync framework everywhere this can use
3242 // Attempt to create a sync khr object that can produce a sync point. If that
3243 // isn't available, create a non-dupable sync object in the fallback path and
3245 EGLSyncKHR sync; local
3247 sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, NULL);
3251 sync = EGL_NO_SYNC_KHR;
3253 if (sync != EGL_NO_SYNC_KHR) {
3254 // get the sync f
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp3659 /* GLboolean glIsSync ( GLsync sync ) */
3662 (JNIEnv *_env, jobject _this, jlong sync) {
3665 (GLsync)sync
3670 /* void glDeleteSync ( GLsync sync ) */
3673 (JNIEnv *_env, jobject _this, jlong sync) {
3675 (GLsync)sync
3679 /* GLenum glClientWaitSync ( GLsync sync, GLbitfield flags, GLuint64 timeout ) */
3682 (JNIEnv *_env, jobject _this, jlong sync, jint flags, jlong timeout) {
3685 (GLsync)sync,
3692 /* void glWaitSync ( GLsync sync, GLbitfiel
3661 android_glIsSync__J(JNIEnv *_env, jobject _this, jlong sync) argument
3672 android_glDeleteSync__J(JNIEnv *_env, jobject _this, jlong sync) argument
3681 android_glClientWaitSync__JIJ(JNIEnv *_env, jobject _this, jlong sync, jint flags, jlong timeout) argument
3694 android_glWaitSync__JIJ(JNIEnv *_env, jobject _this, jlong sync, jint flags, jlong timeout) argument
3771 android_glGetSynciv__JII_3II_3II(JNIEnv *_env, jobject _this, jlong sync, jint pname, jint bufSize, jintArray length_ref, jint lengthOffset, jintArray values_ref, jint valuesOffset) argument
3841 android_glGetSynciv__JIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jlong sync, jint pname, jint bufSize, jobject length_buf, jobject values_buf) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java678 boolean sync, int sendingUser, int processState) {
681 sync, false, mAppThread.asBinder(), sendingUser);
1148 // TODO: Tune this since things like gmail sync are important background but not jank perceptible.
676 scheduleReceiver(Intent intent, ActivityInfo info, CompatibilityInfo compatInfo, int resultCode, String data, Bundle extras, boolean sync, int sendingUser, int processState) argument
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1385 // C function GLboolean glIsSync ( GLsync sync )
1388 long sync
1391 // C function void glDeleteSync ( GLsync sync )
1394 long sync
1397 // C function GLenum glClientWaitSync ( GLsync sync, GLbitfield flags, GLuint64 timeout )
1400 long sync,
1405 // C function void glWaitSync ( GLsync sync, GLbitfield flags, GLuint64 timeout )
1408 long sync,
1428 // C function void glGetSynciv ( GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values )
1431 long sync,
1399 glClientWaitSync( long sync, int flags, long timeout ) argument
1407 glWaitSync( long sync, int flags, long timeout ) argument
1430 glGetSynciv( long sync, int pname, int bufSize, int[] length, int lengthOffset, int[] values, int valuesOffset ) argument
1442 glGetSynciv( long sync, int pname, int bufSize, java.nio.IntBuffer length, java.nio.IntBuffer values ) argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp985 ALOGD("Dropped input event while waiting for next input sync.");
1579 // out of sync with the initial state of the events in the evdev buffer.
1836 sync(rawEvent->when);
1852 void SwitchInputMapper::sync(nsecs_t when) { function in class:android::SwitchInputMapper
2430 sync(rawEvent->when);
2434 void CursorInputMapper::sync(nsecs_t when) { function in class:android::CursorInputMapper
3731 sync(rawEvent->when);
3735 void TouchInputMapper::sync(nsecs_t when) { function in class:android::TouchInputMapper
6483 sync(rawEvent->when, false /*force*/);
6490 void JoystickInputMapper::sync(nsecs_ function in class:android::JoystickInputMapper
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java6579 boolean sync) {
6580 if (sync) {
6590 int z, Bundle extras, boolean sync) {
6591 if (sync) {
6578 dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync) argument
6589 dispatchWallpaperCommand(String action, int x, int y, int z, Bundle extras, boolean sync) argument
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java6855 FileUtils.sync(stream);
7657 void writeLocked(boolean sync) { argument
7676 if (sync) {
7703 FileUtils.sync(stream);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java2073 boolean sync) {
2120 if (sync) {
2125 wallpaperWin.mWallpaperXStep, wallpaperWin.mWallpaperYStep, sync);
2126 if (sync) {
2165 void updateWallpaperOffsetLocked(WindowState changingTarget, boolean sync) { argument
2206 if (updateWallpaperOffsetLocked(wallpaper, dw, dh, sync)) {
2213 sync = false;
2915 String action, int x, int y, int z, Bundle extras, boolean sync) {
2918 boolean doWait = sync;
2929 x, y, z, extras, sync);
2072 updateWallpaperOffsetLocked(WindowState wallpaperWin, int dw, int dh, boolean sync) argument
2914 sendWindowWallpaperCommandLocked(WindowState window, String action, int x, int y, int z, Bundle extras, boolean sync) argument
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp9004 GLboolean GLTrace_glIsSync(GLsync sync) { argument
9010 // copy argument sync
9014 arg_sync->add_int64value((uintptr_t)sync);
9019 GLboolean retValue = glContext->hooks->gl.glIsSync(sync);
9030 (void *) sync,
9041 void GLTrace_glDeleteSync(GLsync sync) { argument
9047 // copy argument sync
9051 arg_sync->add_int64value((uintptr_t)sync);
9056 glContext->hooks->gl.glDeleteSync(sync);
9061 (void *) sync,
9070 GLTrace_glClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) argument
9119 GLTrace_glWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) argument
9195 GLTrace_glGetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values) argument
15957 GLTrace_glIsSyncAPPLE(GLsync sync) argument
15994 GLTrace_glDeleteSyncAPPLE(GLsync sync) argument
16023 GLTrace_glClientWaitSyncAPPLE(GLsync sync, GLbitfield flags, GLuint64 timeout) argument
16072 GLTrace_glWaitSyncAPPLE(GLsync sync, GLbitfield flags, GLuint64 timeout) argument
16148 GLTrace_glGetSyncivAPPLE(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values) argument
[all...]

Completed in 356 milliseconds

12