HomeSort by relevance Sort by last modified time
    Searched refs:sync (Results 276 - 300 of 2467) sorted by null

<<11121314151617181920>>

  /frameworks/base/services/core/java/com/android/server/
RandomBlock.java 65 void toFile(String filename, boolean sync) throws IOException {
69 out = new RandomAccessFile(filename, sync ? "rws" : "rw");
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TestIWindow.java 75 boolean sync)
82 boolean sync) throws RemoteException {
  /frameworks/native/libs/vr/libvrflinger/
acquired_buffer.cpp 4 #include <sync/sync.h>
  /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...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/sync/
SyncOneTask.java 17 package com.android.voicemail.impl.sync;
69 service.sync(this, phone, voicemail, VoicemailStatus.edit(getContext(), phone));
SyncTask.java 17 package com.android.voicemail.impl.sync;
30 /** System initiated sync request. */
34 // Try sync for a total of 5 times, should take around 5 minutes before finally giving up.
67 service.sync(this, phone, null, retryPolicy.getVoicemailStatusEditor());
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
IEmailService.aidl 35 // TODO: For Eas, sync() will also sync the outbox. We should make IMAP and POP work the same
39 int sync(long accountId, inout Bundle syncExtras);
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16985.go 11 import "sync/atomic"
issue20335.go 14 import "sync/atomic"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16985.go 11 import "sync/atomic"
issue20335.go 14 import "sync/atomic"
  /device/common/
generate-blob-lists.sh 20 # It needs to be run from the root of a source tree that can repo sync,
45 repo sync -j32 -n
46 repo sync -j32 -n
47 repo sync -j2 -l
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BufferedTokenStream.java 120 sync(p);
124 protected void sync(int i) { method in class:BufferedTokenStream
126 //System.out.println("sync("+i+") needs "+n);
175 sync(i);
184 protected void setup() { sync(0); p = 0; }
266 sync(i);
269 sync(i);
  /external/e2fsprogs/misc/
e2fuzz.sh 202 sync
206 sync
217 sync
295 sync
299 sync
310 sync
  /external/libvpx/libvpx/test/
vp9_thread_test.cc 54 EXPECT_NE(vpx_get_worker_interface()->sync(&worker_), 0);
66 EXPECT_NE(vpx_get_worker_interface()->sync(&worker_), 0);
71 EXPECT_NE(vpx_get_worker_interface()->sync(&worker_), 0);
85 EXPECT_FALSE(vpx_get_worker_interface()->sync(&worker_));
93 EXPECT_NE(vpx_get_worker_interface()->sync(&worker_), 0);
139 case 2: winterface.sync = NULL; break;
203 int Sync(VPxWorker *const worker) { return !worker->had_error; }
216 impl::Init, impl::Reset, impl::Sync, impl::Launch, impl::Execute, impl::End
  /external/mesa3d/src/egl/main/
eglapi.h 140 _EGLSync *sync);
142 _EGLSync *sync, EGLint flags, EGLTime timeout);
143 EGLint (*WaitSyncKHR)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync);
145 _EGLSync *sync, EGLenum mode);
147 _EGLSync *sync, EGLint attribute,
150 _EGLSync *sync);
  /packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
LiveChannelsTestController.java 59 private void assertPressKeyUp(int keyCode, boolean sync) {
60 assertPressKey(KeyEvent.ACTION_UP, keyCode, sync);
63 private void assertPressKey(int action, int keyCode, boolean sync) {
77 assertTrue("Failed to inject key up event:" + event, injectEvent(event, sync));
168 public boolean injectEvent(KeyEvent event, boolean sync) {
169 return getUiAutomation().injectInputEvent(event, sync);
  /prebuilts/go/darwin-x86/src/internal/singleflight/
singleflight_test.go 10 "sync"
11 "sync/atomic"
45 var wg1, wg2 sync.WaitGroup
  /prebuilts/go/darwin-x86/src/runtime/trace/
trace_stack_test.go 15 "sync"
64 var mu sync.Mutex
70 var wg sync.WaitGroup
75 cv := sync.NewCond(&sync.Mutex{})
197 {"sync.(*Mutex).Lock", 0},
201 {"sync.(*Mutex).Unlock", 0},
206 {"sync.(*WaitGroup).Wait", 0},
210 {"sync.(*WaitGroup).Add", 0},
211 {"sync.(*WaitGroup).Done", 0}
    [all...]
  /prebuilts/go/darwin-x86/test/stress/
maps.go 10 "sync"
43 var wg sync.WaitGroup
106 var wg sync.WaitGroup
  /prebuilts/go/linux-x86/src/internal/singleflight/
singleflight_test.go 10 "sync"
11 "sync/atomic"
45 var wg1, wg2 sync.WaitGroup
  /prebuilts/go/linux-x86/src/runtime/trace/
trace_stack_test.go 15 "sync"
64 var mu sync.Mutex
70 var wg sync.WaitGroup
75 cv := sync.NewCond(&sync.Mutex{})
197 {"sync.(*Mutex).Lock", 0},
201 {"sync.(*Mutex).Unlock", 0},
206 {"sync.(*WaitGroup).Wait", 0},
210 {"sync.(*WaitGroup).Add", 0},
211 {"sync.(*WaitGroup).Done", 0}
    [all...]
  /prebuilts/go/linux-x86/test/stress/
maps.go 10 "sync"
43 var wg sync.WaitGroup
106 var wg sync.WaitGroup

Completed in 248 milliseconds

<<11121314151617181920>>