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

<<11121314151617181920>>

  /device/generic/goldfish-opengl/system/egl/
egl.cpp 438 // createNativeSync() creates an OpenGL sync object on the host
440 // also be created through the goldfish sync device.
478 // createGoldfishOpenGLNativeSync() is for creating host-only sync objects
481 // The guest will not see any of these, and these sync objects will be
505 // current frame with a goldfish sync fence fd.
524 // equivalent to glFinish if no native sync
533 // equivalent to glFinish if no native sync
2145 EGLSync_t* sync = static_cast<EGLSync_t*>(eglsync); local
2173 EGLSync_t* sync = (EGLSync_t*)eglsync; local
2207 EGLSync_t* sync = (EGLSync_t*)eglsync; local
2229 EGLSync_t* sync = (EGLSync_t*)eglsync; local
2253 EGLSync_t* sync = (EGLSync_t*)eglsync; local
    [all...]
  /device/google/contexthub/firmware/os/inc/
nanohubPacket.h 42 uint8_t sync; member in struct:NanohubPacket
  /external/ImageMagick/MagickCore/
draw.c 4046 sync; local
4366 sync; local
4429 sync; local
4483 sync; local
4540 sync; local
    [all...]
  /external/ImageMagick/coders/
dpx.c 1230 sync; local
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 466 SyncClock sync; member in class:__tsan::ThreadContext
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
MapsTest.java 997 BiMap<String, Integer> sync = Maps.synchronizedBiMap(bimap); local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 1381 char sync; local
    [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.cpp 296 if (Sync.Get_Paused())
553 void CProgressDialog::OnCancel() { Sync.Set_Stopped(true); }
685 NSynchronization::CCriticalSectionLock lock(Sync._cs);
686 total = Sync._totalBytes;
687 completed = Sync._completedBytes;
688 totalFiles = Sync._totalFiles;
689 completedFiles = Sync._curFiles;
690 inSize = Sync._inSize;
691 outSize = Sync._outSize;
692 bytesProgressMode = Sync._bytesProgressMode;
1298 CProgressSync &sync = ProgressDialog.Sync; local
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h 148 SYNC,
162 SYNC_DESC sync; member in union:__anon30131
198 SYNC_DESC sync; member in union:FE_WORK::__anon30134
  /external/parameter-framework/upstream/parameter/
ParameterMgr.cpp 174 /// Sync
177 {"getAutoSync", &CParameterMgr::getAutoSyncCommandProcess, 0, "", "Show Auto Sync state"},
178 {"sync", &CParameterMgr::syncCommandProcess, 0, "",
179 "Synchronize current settings to hardware while in Tuning Mode and Auto Sync off"},
396 BackSynchronizer(getConstSystemClass(), _pMainParameterBlackboard).sync();
2196 bool CParameterMgr::sync(string &strError) function in class:CParameterMgr
    [all...]
  /external/swiftshader/src/Renderer/
Renderer.hpp 495 Resource *sync; member in class:sw::Renderer
Surface.cpp 3341 void Surface::sync() function in class:sw::Surface
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerMIPS32.cpp 1143 void AssemblerMIPS32::sync() { function in class:Ice::MIPS32::AssemblerMIPS32
    [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2.cpp 519 status_t NuPlayer2::setSyncSettings(const AVSyncSettings &sync, float videoFpsHint) {
521 writeToAMessage(msg, sync, videoFpsHint);
531 AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */) {
538 readFromAMessage(response, sync, videoFps);
1083 AVSyncSettings sync; local
1104 AVSyncSettings sync = mSyncSettings; local
    [all...]
NuPlayer2Renderer.cpp 249 status_t NuPlayer2::Renderer::setSyncSettings(const AVSyncSettings &sync, float videoFpsHint) {
251 writeToAMessage(msg, sync, videoFpsHint);
260 status_t NuPlayer2::Renderer::onConfigSync(const AVSyncSettings &sync, float videoFpsHint __unused) {
261 if (sync.mSource != AVSYNC_SOURCE_DEFAULT) {
264 // TODO: support sync sources
268 status_t NuPlayer2::Renderer::getSyncSettings(AVSyncSettings *sync, float *videoFps) {
275 readFromAMessage(response, sync, videoFps);
282 AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */) {
283 *sync = mSyncSettings;
667 AVSyncSettings sync; local
683 AVSyncSettings sync; local
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 432 status_t NuPlayer::setSyncSettings(const AVSyncSettings &sync, float videoFpsHint) {
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, &videoFps)
    [all...]
NuPlayerRenderer.cpp 250 status_t NuPlayer::Renderer::setSyncSettings(const AVSyncSettings &sync, float videoFpsHint) {
252 writeToAMessage(msg, sync, videoFpsHint);
261 status_t NuPlayer::Renderer::onConfigSync(const AVSyncSettings &sync, float videoFpsHint __unused) {
262 if (sync.mSource != AVSYNC_SOURCE_DEFAULT) {
265 // TODO: support sync sources
269 status_t NuPlayer::Renderer::getSyncSettings(AVSyncSettings *sync, float *videoFps) {
276 readFromAMessage(response, sync, videoFps);
283 AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */) {
284 *sync = mSyncSettings;
668 AVSyncSettings sync; local
684 AVSyncSettings sync; local
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 70 // with a sync frame.
160 // Parse the payload and set event when PES with a sync frame is detected.
222 // another payload. event is set if the flushed payload is PES with a sync
228 // payload is PES with a sync frame.
235 // with parsed metadata. event is set if the PES contains a sync frame.
239 // into mSource. If the packet is a sync frame. set event with start offset
1561 int32_t sync = 0; local
1590 int32_t sync = 0; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
ContentService.java 277 // 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 operations that match the uri and cancel the active syn
    [all...]
  /frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
BindingExpressionParser.java 170 _errHandler.sync(this);
520 _errHandler.sync(this);
532 _errHandler.sync(this);
    [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 143 * (keep in sync with gExtensionString above)
1327 EGLSyncKHR sync; local
1382 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL); local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadTest.java 458 boolean sync; field in class:ThreadTest.ChildThread1
462 if (sync) {
474 public ChildThread1(Thread p, String name, boolean sync) {
477 this.sync = sync;
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldAbstractPreferencesTest.java 873 pref.sync();
878 pref.sync();
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListFragment.java 412 // Belt and suspenders here; make sure we do any necessary sync of the
415 conversationCursor.sync();
    [all...]
  /system/core/adb/
commandline.cpp 131 " push [--sync] LOCAL... REMOTE\n"
133 " --sync: only push files that are newer on the host than the device\n"
137 " sync [all|data|odm|oem|product|system|vendor]\n"
138 " sync a local build from $ANDROID_PRODUCT_OUT to the device (default all)\n"
215 " all,adb,sockets,packets,rwx,usb,sync,sysdeps,transport,jdwp\n"
1695 bool sync = false; local
    [all...]

Completed in 766 milliseconds

<<11121314151617181920>>