HomeSort by relevance Sort by last modified time
    Searched defs:sync (Results 176 - 200 of 841) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
ir-a2xx.h 67 int sync; member in struct:ir2_instruction
  /external/python/cpython2/Lib/bsddb/
dbtables.py 288 def sync(self): member in class:bsdTableDB
289 self.db.sync()
  /external/skia/tests/
SurfaceSemaphoreTest.cpp 241 GrGLsync sync = semaphore.glSync(); local
242 REPORTER_ASSERT(reporter, sync);
244 GR_GL_CALL_RET(interface, result, IsSync(sync));
  /external/skqp/tests/
SurfaceSemaphoreTest.cpp 241 GrGLsync sync = semaphore.glSync(); local
242 REPORTER_ASSERT(reporter, sync);
244 GR_GL_CALL_RET(interface, result, IsSync(sync));
  /external/vogar/src/vogar/target/
TestEnvironment.java 183 root.sync();
  /external/wpa_supplicant_8/src/common/
sae.h 51 int sync; member in struct:sae_data
  /frameworks/base/media/jni/
android_media_MediaSync.cpp 124 static sp<JMediaSync> setMediaSync(JNIEnv *env, jobject thiz, const sp<JMediaSync> &sync) {
126 if (sync != NULL) {
127 sync->incStrong(thiz);
133 env->SetLongField(thiz, gFields.context, (jlong)sync.get());
174 sp<JMediaSync> sync = getMediaSync(env, thiz); local
175 if (sync == NULL) {
191 status_t err = sync->setSurface(bufferProducer);
207 sp<JMediaSync> sync = getMediaSync(env, thiz); local
208 if (sync == NULL) {
222 status_t err = sync->setAudioTrack(audioTrack)
238 sp<JMediaSync> sync = getMediaSync(env, thiz); local
259 sp<JMediaSync> sync = getMediaSync(env, thiz); local
274 sp<JMediaSync> sync = getMediaSync(env, thiz); local
302 sp<JMediaSync> sync = getMediaSync(env, thiz); local
317 sp<JMediaSync> sync = getMediaSync(env, thiz); local
368 sp<JMediaSync> sync = getMediaSync(env, thiz); local
390 sp<JMediaSync> sync = getMediaSync(env, thiz); local
441 sp<JMediaSync> sync = getMediaSync(env, thiz); local
472 sp<JMediaSync> sync = getMediaSync(env, thiz); local
508 sp<JMediaSync> sync = new JMediaSync(); local
    [all...]
  /frameworks/support/lifecycle/runtime/src/main/java/androidx/lifecycle/
LifecycleRegistry.java 138 sync(); method
188 // we do sync only on the top level.
189 sync(); method
317 private void sync() { method in class:LifecycleRegistry
  /hardware/qcom/display/msm8909/gpu_tonemapper/
glengine.cpp 226 EGLSyncKHR sync = eglCreateSyncKHR(eglGetCurrentDisplay(), EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); local
228 if (sync == EGL_NO_SYNC_KHR) {
229 ALOGE("%s - Failed to Create sync from source fd", __FUNCTION__);
231 // the gpu will wait for this sync - not this cpu thread.
232 EGL(eglWaitSyncKHR(eglGetCurrentDisplay(), sync, 0));
233 EGL(eglDestroySyncKHR(eglGetCurrentDisplay(), sync));
244 EGLSyncKHR sync = eglCreateSyncKHR(eglGetCurrentDisplay(), EGL_SYNC_NATIVE_FENCE_ANDROID, NULL); local
246 if (sync == EGL_NO_SYNC_KHR) {
247 ALOGE("%s - Failed to Create Native Fence sync", __FUNCTION__);
249 fd = eglDupNativeFenceFDANDROID(eglGetCurrentDisplay(), sync);
    [all...]
  /hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
glengine.cpp 226 EGLSyncKHR sync = eglCreateSyncKHR(eglGetCurrentDisplay(), EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); local
228 if (sync == EGL_NO_SYNC_KHR) {
229 ALOGE("%s - Failed to Create sync from source fd", __FUNCTION__);
231 // the gpu will wait for this sync - not this cpu thread.
232 EGL(eglWaitSyncKHR(eglGetCurrentDisplay(), sync, 0));
233 EGL(eglDestroySyncKHR(eglGetCurrentDisplay(), sync));
244 EGLSyncKHR sync = eglCreateSyncKHR(eglGetCurrentDisplay(), EGL_SYNC_NATIVE_FENCE_ANDROID, NULL); local
246 if (sync == EGL_NO_SYNC_KHR) {
247 ALOGE("%s - Failed to Create Native Fence sync", __FUNCTION__);
249 fd = eglDupNativeFenceFDANDROID(eglGetCurrentDisplay(), sync);
    [all...]
  /hardware/qcom/display/msm8998/gpu_tonemapper/
glengine.cpp 247 EGLSyncKHR sync = eglCreateSyncKHR(eglGetCurrentDisplay(), EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); local
249 if (sync == EGL_NO_SYNC_KHR) {
250 ALOGE("%s - Failed to Create sync from source fd", __FUNCTION__);
252 // the gpu will wait for this sync - not this cpu thread.
253 EGL(eglWaitSyncKHR(eglGetCurrentDisplay(), sync, 0));
254 EGL(eglDestroySyncKHR(eglGetCurrentDisplay(), sync));
265 EGLSyncKHR sync = eglCreateSyncKHR(eglGetCurrentDisplay(), EGL_SYNC_NATIVE_FENCE_ANDROID, NULL); local
267 if (sync == EGL_NO_SYNC_KHR) {
268 ALOGE("%s - Failed to Create Native Fence sync", __FUNCTION__);
270 fd = eglDupNativeFenceFDANDROID(eglGetCurrentDisplay(), sync);
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/prefs/
PreferencesTest.java 90 userPreferences.sync();
  /libcore/ojluni/src/main/java/java/util/prefs/
Preferences.java 1034 public abstract void sync() throws BackingStoreException; method in class:Preferences
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
PeriodicScanManager.java 127 // Sync was stopped before it was properly registered.
208 SyncInfo sync = mSyncs.remove(binder); local
209 if (sync == null) {
214 Integer syncHandle = sync.id;
215 binder.unlinkToDeath(sync.deathRecipient, 0);
219 // Sync will be freed once initiated in onSyncStarted()
  /packages/apps/Dialer/java/com/android/voicemail/impl/sync/
VoicemailsQueryHelper.java 16 package com.android.voicemail.impl.sync;
VvmNetworkRequestCallback.java 16 package com.android.voicemail.impl.sync;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java 253 * service or its sync adapters and 3) not stored in the EmailProvider database (e.g. contact
334 public int sync(final long accountId, final Bundle syncExtras) { method in class:EmailServiceProxy
338 mReturn = mService.sync(accountId, syncExtras);
340 }, "sync");
343 // This occurs if sync times out.
344 // TODO: Sync may take a long time, maybe we should extend the timeout here.
  /packages/apps/Email/provider_src/com/android/email/service/
PopImapSyncAdapterService.java 89 // TODO: actually use a sync flag when creating the mailboxes. Right now we use an
102 private static void sync(final Context context, final long mailboxId, method in class:PopImapSyncAdapterService
120 LogUtils.d(TAG, "About to sync mailbox: " + mailbox.mDisplayName);
124 // Set mailbox sync state
184 // Always clear our sync state and update sync time.
206 LogUtils.d(TAG, "Upload sync request for " + acct.mDisplayName);
229 sync(context, mailboxId, extras, syncResult, false, 0); method
232 LogUtils.d(TAG, "Sync request for " + acct.mDisplayName);
235 // We update our folder structure on every sync
259 sync(context, mailboxId, extras, syncResult, uiRefresh, method
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
dbtables.py 288 def sync(self): member in class:bsdTableDB
289 self.db.sync()
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
dbtables.py 288 def sync(self): member in class:bsdTableDB
289 self.db.sync()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 288 def sync(self): member in class:bsdTableDB
289 self.db.sync()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 288 def sync(self): member in class:bsdTableDB
289 self.db.sync()
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutWindowCoordinator.java 233 * @param editor the editor to sync
235 private void sync(@Nullable GraphicalEditorPart editor) { method in class:LayoutWindowCoordinator
250 private void sync(IWorkbenchPart part) { method in class:LayoutWindowCoordinator
254 sync(editor.getGraphicalEditor());
263 sync(editor);
355 sync(part);
  /external/ImageMagick/MagickCore/
colorspace.c 292 sync;
320 sync=SyncCacheViewAuthenticPixels(image_view,exception);
321 if (sync == MagickFalse)
351 sync;
373 sync=SyncCacheViewAuthenticPixels(image_view,exception);
374 if (sync == MagickFalse)
423 sync;
569 sync=SyncCacheViewAuthenticPixels(image_view,exception);
570 if (sync == MagickFalse)
642 sync;
288 sync; local
347 sync; local
419 sync; local
638 sync; local
705 sync; local
944 sync; local
1746 sync; local
1805 sync; local
1885 sync; local
2106 sync; local
2172 sync; local
2409 sync; local
    [all...]
compare.c 224 sync;
298 sync=SyncCacheViewAuthenticPixels(highlight_view,exception);
299 if (sync == MagickFalse)
222 sync; local
    [all...]

Completed in 1264 milliseconds

1 2 3 4 5 6 78 91011>>