Searched refs:sync (Results 76 - 100 of 134) sorted by relevance

123456

/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1408 // C function GLboolean glIsSync ( GLsync sync )
1411 long sync
1414 // C function void glDeleteSync ( GLsync sync )
1417 long sync
1420 // C function GLenum glClientWaitSync ( GLsync sync, GLbitfield flags, GLuint64 timeout )
1423 long sync,
1428 // C function void glWaitSync ( GLsync sync, GLbitfield flags, GLuint64 timeout )
1431 long sync,
1451 // C function void glGetSynciv ( GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values )
1454 long sync,
1422 glClientWaitSync( long sync, int flags, long timeout ) argument
1430 glWaitSync( long sync, int flags, long timeout ) argument
1453 glGetSynciv( long sync, int pname, int bufSize, int[] length, int lengthOffset, int[] values, int valuesOffset ) argument
1465 glGetSynciv( long sync, int pname, int bufSize, java.nio.IntBuffer length, java.nio.IntBuffer values ) argument
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java76 * Singleton that tracks the sync data and overall sync
93 /** Default time for a periodic sync. */
99 /** Lower bound on sync time from which we assign a default flex time. */
105 /** Enum value for a sync start event. */
108 /** Enum value for a sync stop event. */
111 /** Enum value for a sync with other sources. */
114 /** Enum value for a local-initiated sync. */
117 /** Enum value for a poll-based sync (e.g., upon connection to network) */
120 /** Enum value for a user-initiated sync
678 setSyncAutomatically(Account account, int userId, String providerName, boolean sync, @SyncExemption int syncExemptionFlag, int callingUid) argument
[all...]
H A DContentService.java277 // Let the package manager query for the sync adapters for a given authority
278 // as we grant default permissions to sync adapters for specific authorities.
532 * Request a sync with a generic {@link android.content.SyncRequest} object. This will be
534 * periodic OR one-off sync.
536 * anonymous OR provider sync.
541 public void sync(SyncRequest request) { method in class:ContentService
561 enforceCrossUserPermission(userId, "no permission to request sync as user: " + userId);
582 "no permission to write the sync settings");
588 // Schedule periodic sync.
603 * Clear all scheduled sync operation
769 setSyncAutomatically(Account account, String providerName, boolean sync) argument
774 setSyncAutomaticallyAsUser(Account account, String providerName, boolean sync, int userId) argument
[all...]
/frameworks/native/opengl/include/GLES/
H A Dglext.h562 typedef GLboolean (GL_APIENTRYP PFNGLISSYNCAPPLEPROC) (GLsync sync);
563 typedef void (GL_APIENTRYP PFNGLDELETESYNCAPPLEPROC) (GLsync sync);
564 typedef GLenum (GL_APIENTRYP PFNGLCLIENTWAITSYNCAPPLEPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
565 typedef void (GL_APIENTRYP PFNGLWAITSYNCAPPLEPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
567 typedef void (GL_APIENTRYP PFNGLGETSYNCIVAPPLEPROC) (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values);
570 GL_API GLboolean GL_APIENTRY glIsSyncAPPLE (GLsync sync);
571 GL_API void GL_APIENTRY glDeleteSyncAPPLE (GLsync sync);
572 GL_API GLenum GL_APIENTRY glClientWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);
573 GL_API void GL_APIENTRY glWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);
575 GL_API void GL_APIENTRY glGetSyncivAPPLE (GLsync sync, GLenu
[all...]
/frameworks/base/core/java/android/content/
H A DContentResolver.java90 * If this extra is set to true, the sync request will be scheduled
91 * at the front of the sync request queue and without any delay
96 * If this extra is set to true, the sync request will be scheduled
110 * If this extra is set to true then the sync settings (like getSyncAutomatically())
111 * are ignored by the sync scheduler.
117 * are ignored by the sync scheduler. If this request fails and gets rescheduled then the
134 * Indicates that this sync is intended to only upload local changes to the server.
135 * For example, this will be set to true if the sync is initiated by a call to
141 * Indicates that the sync adapter should proceed with the delete operations,
148 * Indicates that the sync adapte
2460 setSyncAutomatically(Account account, String authority, boolean sync) argument
2468 setSyncAutomaticallyAsUser(Account account, String authority, boolean sync, @UserIdInt int userId) argument
2680 setMasterSyncAutomatically(boolean sync) argument
2688 setMasterSyncAutomaticallyAsUser(boolean sync, @UserIdInt int userId) argument
[all...]
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java86 private static native void nativeApplyTransaction(long transactionObj, boolean sync); argument
177 /* flags used in constructor (keep in sync with ISurfaceComposerClient.h) */
274 /* flags used with setFlags() (keep in sync with ISurfaceComposer.h) */
290 /* built-in physical display ids (keep in sync with ISurfaceComposer.h)
418 * an external display sync. If protected content is enabled, but
734 private static void closeTransaction(boolean sync) { argument
741 sGlobalTransaction.apply(sync);
1364 public void apply(boolean sync) { argument
1366 nativeApplyTransaction(mNativeObject, sync);
/frameworks/av/media/extractors/mpeg2/
H A DMPEG2TSExtractor.cpp360 // We're keeping the size of the sync points at most 5mb per a track.
482 ALOGW("No sync point to seek to.");
491 // Determine the sync point to seek.
503 ALOGW("Next sync not found; starting from the latest sync.");
514 ALOGW("Previous sync not found; starting from the earliest "
515 "sync.");
539 // Fast-forward to sync frame.
550 int32_t sync; local
551 if (meta->findInt32("isSync", &sync)
[all...]
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2.cpp519 status_t NuPlayer2::setSyncSettings(const AVSyncSettings &sync, float videoFpsHint) { argument
521 writeToAMessage(msg, sync, videoFpsHint);
531 AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */) {
538 readFromAMessage(response, sync, videoFps);
1083 AVSyncSettings sync; local
1085 readFromAMessage(msg, &sync, &videoFpsHint);
1088 err = mRenderer->setSyncSettings(sync, videoFpsHint);
1091 mSyncSettings = sync;
1104 AVSyncSettings sync = mSyncSettings; local
1108 err = mRenderer->getSyncSettings(&sync,
[all...]
H A DNuPlayer2Driver.cpp406 status_t NuPlayer2Driver::setSyncSettings(const AVSyncSettings &sync, float videoFpsHint) { argument
407 return mPlayer->setSyncSettings(sync, videoFpsHint);
410 status_t NuPlayer2Driver::getSyncSettings(AVSyncSettings *sync, float *videoFps) { argument
411 return mPlayer->getSyncSettings(sync, videoFps);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp432 status_t NuPlayer::setSyncSettings(const AVSyncSettings &sync, float videoFpsHint) { argument
434 writeToAMessage(msg, sync, videoFpsHint);
444 AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */) {
451 readFromAMessage(response, sync, videoFps);
943 AVSyncSettings sync; local
945 readFromAMessage(msg, &sync, &videoFpsHint);
948 err = mRenderer->setSyncSettings(sync, videoFpsHint);
951 mSyncSettings = sync;
964 AVSyncSettings sync = mSyncSettings; local
968 err = mRenderer->getSyncSettings(&sync,
[all...]
H A DNuPlayerDriver.cpp463 status_t NuPlayerDriver::setSyncSettings(const AVSyncSettings &sync, float videoFpsHint) { argument
464 return mPlayer->setSyncSettings(sync, videoFpsHint);
467 status_t NuPlayerDriver::getSyncSettings(AVSyncSettings *sync, float *videoFps) { argument
468 return mPlayer->getSyncSettings(sync, videoFps);
/frameworks/base/core/java/android/app/
H A DUiAutomation.java504 * @param sync Whether to inject the event synchronously.
507 public boolean injectInputEvent(InputEvent event, boolean sync) { argument
513 Log.i(LOG_TAG, "Injecting: " + event + " sync: " + sync);
516 return mUiAutomationConnection.injectInputEvent(event, sync);
H A DIApplicationThread.aidl58 int resultCode, in String data, in Bundle extras, boolean sync,
/frameworks/rs/
H A Drsg_generator.c171 if (api->sync || api->ret.typeName[0]) {
320 if (api->ret.typeName[0] || api->sync) {
443 } else if (api->sync || needFlush) {
/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DPermissionManagerInternal.java62 public void onPermissionUpdated(int[] updatedUserIds, boolean sync) { argument
/frameworks/base/services/core/java/com/android/server/updates/
H A DConfigUpdateInstallReceiver.java196 // sync to disk
197 out.getFD().sync();
/frameworks/native/cmds/atrace/
H A Datrace.rc86 chmod 0666 /sys/kernel/debug/tracing/events/sync/enable
87 chmod 0666 /sys/kernel/tracing/events/sync/enable
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp200 // keep in sync with frameworks/base/media/java/android/media/AudioAttributes.java
1138 const AVSyncSettings& sync, float videoFpsHint)
1141 mConnId, sync.mSource, sync.mAudioAdjustMode, sync.mTolerance, videoFpsHint);
1144 return p->setSyncSettings(sync, videoFpsHint);
1148 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */)
1152 status_t ret = p->getSyncSettings(sync, videoFps);
1155 mConnId, sync->mSource, sync
1137 setSyncSettings( const AVSyncSettings& sync, float videoFpsHint) argument
[all...]
/frameworks/av/media/libstagefright/
H A DUtils.cpp632 msg->setInt32("is-sync-frame", 1);
1301 if (msg->findInt32("is-sync-frame", &isSync) && isSync != 0) {
1803 void writeToAMessage(const sp<AMessage> &msg, const AVSyncSettings &sync, float videoFpsHint) { argument
1804 msg->setInt32("sync-source", sync.mSource);
1805 msg->setInt32("audio-adjust-mode", sync.mAudioAdjustMode);
1806 msg->setFloat("tolerance", sync.mTolerance);
1812 AVSyncSettings *sync /* nonnull */,
1815 CHECK(msg->findInt32("sync-source", (int32_t *)&settings.mSource));
1819 *sync
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.h1043 void sync(nsecs_t when);
1210 void sync(nsecs_t when);
1233 void sync(nsecs_t when);
1801 void sync(nsecs_t when);
1919 virtual void sync(nsecs_t when);
1997 void sync(nsecs_t when, bool force);
/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java408 int z, Bundle extras, boolean sync) {
414 action, x, y, z, extras, sync);
407 sendWallpaperCommand(IBinder window, String action, int x, int y, int z, Bundle extras, boolean sync) argument
/frameworks/native/services/vr/bufferhubd/
H A Dproducer_channel.cpp4 #include <sync/sync.h>
/frameworks/base/core/java/com/android/internal/util/
H A DFileRotator.java385 FileUtils.sync(fos);
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStatsService.java214 private void writeStateLocked(boolean sync) { argument
220 writeStateLocked(sync, commitPending);
223 public void writeStateLocked(boolean sync, final boolean commit) { argument
246 if (!sync) {
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1066 typedef GLboolean (GL_APIENTRYP PFNGLISSYNCPROC) (GLsync sync);
1067 typedef void (GL_APIENTRYP PFNGLDELETESYNCPROC) (GLsync sync);
1068 typedef GLenum (GL_APIENTRYP PFNGLCLIENTWAITSYNCPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
1069 typedef void (GL_APIENTRYP PFNGLWAITSYNCPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
1071 typedef void (GL_APIENTRYP PFNGLGETSYNCIVPROC) (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values);
1171 GL_APICALL GLboolean GL_APIENTRY glIsSync (GLsync sync);
1172 GL_APICALL void GL_APIENTRY glDeleteSync (GLsync sync);
1173 GL_APICALL GLenum GL_APIENTRY glClientWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout);
1174 GL_APICALL void GL_APIENTRY glWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout);
1176 GL_APICALL void GL_APIENTRY glGetSynciv (GLsync sync, GLenu
[all...]

Completed in 383 milliseconds

123456