/aosp_15_r20/external/rust/android-crates-io/crates/flate2/src/ |
D | zio.rs | 86 fn sync() -> Self; in sync() method 95 fn sync() -> Self { in sync() method 109 fn sync() -> Self { in sync() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/locks/ |
D | ReentrantReadWriteLock.java | 224 final Sync sync; field in ReentrantReadWriteLock 715 private final Sync sync; field in ReentrantReadWriteLock.ReadLock 929 private final Sync sync; field in ReentrantReadWriteLock.WriteLock
|
/aosp_15_r20/external/grpc-grpc/test/core/promise/ |
H A D | party_test.cc | 64 TYPED_TEST(PartySyncTest, NoOp) { TypeParam sync(1); } in TYPED_TEST() local 68 TypeParam sync(1); in TYPED_TEST() local 93 TypeParam sync(1); in TYPED_TEST() local 140 TypeParam sync(1); in TYPED_TEST() local 196 TypeParam sync(1); in TYPED_TEST() local
|
/aosp_15_r20/external/eigen/Eigen/src/Core/products/ |
H A D | Parallelizer.h | 88 std::atomic<Index> sync; member 91 Index volatile sync; member
|
/aosp_15_r20/test/dittosuite/src/ |
H A D | binder.cpp | 36 int8_t BpDittoBinder::sync(int8_t c) { in sync() function in dittosuite::BpDittoBinder 143 int8_t DittoBinder::sync(int8_t c) { in sync() function in dittosuite::DittoBinder
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
D | ShadowContentResolver.java | 57 boolean sync, int userId) { in setSyncAutomaticallyAsUser() 69 protected static void setMasterSyncAutomaticallyAsUser(boolean sync, @UserIdInt int userId) { in setMasterSyncAutomaticallyAsUser()
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_insert_waitcnt.cpp | 302 perform_barrier(wait_ctx& ctx, wait_imm& imm, memory_sync_info sync, unsigned semantics) in perform_barrier() 446 update_barrier_imm(wait_ctx& ctx, uint8_t counters, wait_event event, memory_sync_info sync) in update_barrier_imm() 465 update_counters(wait_ctx& ctx, wait_event event, memory_sync_info sync = memory_sync_info()) in update_counters() 497 update_counters_for_flat_load(wait_ctx& ctx, memory_sync_info sync = memory_sync_info()) in update_counters_for_flat_load()
|
/aosp_15_r20/frameworks/av/media/libstagefright/ |
H A D | MediaSync.cpp | 45 sp<MediaSync> sync = new MediaSync(); in create() local 810 MediaSync::InputListener::InputListener(const sp<MediaSync> &sync) in InputListener() 830 MediaSync::OutputListener::OutputListener(const sp<MediaSync> &sync, in OutputListener()
|
/aosp_15_r20/frameworks/base/core/java/android/content/ |
H A D | IContentService.aidl | 62 void sync(in SyncRequest request, String callingPackage); in sync() method 85 void setSyncAutomatically(in Account account, String providerName, boolean sync); in setSyncAutomatically() 86 void setSyncAutomaticallyAsUser(in Account account, String providerName, boolean sync, in setSyncAutomaticallyAsUser()
|
/aosp_15_r20/external/libxaac/decoder/ |
H A D | ixheaacd_headerdecode.c | 856 WORD32 sync; in ixheaacd_latm_header_decode() local 960 WORD32 sync; in ixheaacd_latm_header_decode() local 990 WORD32 sync = 0; in ixheaacd_aac_headerdecode() local
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/ |
H A D | pvr_queue.c | 322 struct vk_sync *sync; in pvr_process_compute_cmd() local 352 struct vk_sync *sync; in pvr_process_transfer_cmds() local 383 struct vk_sync *sync; in pvr_process_occlusion_query_cmd() local
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/ |
D | EmulatedEglFenceSync.cpp | 98 auto sync = s_egl.eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); in create() local 115 EGLSyncKHR sync, in EmulatedEglFenceSync()
|
/aosp_15_r20/external/angle/samples/torus_lighting/ |
H A D | TorusBufferStorage.cpp | 183 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in updateHues() local 232 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in regenerateTorus() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | GLESRenderEngine.cpp | 469 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in flush() local 501 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, nullptr); in finish() local 514 bool GLESRenderEngine::waitSync(EGLSyncKHR sync, EGLint flags) { in waitSync() 538 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); in waitFence() local 1695 void GLESRenderEngine::FlushTracer::queueSync(EGLSyncKHR sync) { in queueSync()
|
/aosp_15_r20/frameworks/av/media/libmedia/ |
H A D | IMediaPlayer.cpp | 250 status_t setSyncSettings(const AVSyncSettings& sync, float videoFpsHint) in setSyncSettings() 262 status_t getSyncSettings(AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) in getSyncSettings() 757 AVSyncSettings sync; in onTransact() local 767 AVSyncSettings sync; in onTransact() local
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_knl_drm_virtio.cc | 1162 struct tu_timeline_sync *sync = in tu_queue_submit_locked() local 1177 struct tu_timeline_sync *sync = in tu_queue_submit_locked() local 1228 struct vk_sync *sync = submit->waits[i].sync; in virtio_queue_submit() local 1238 struct vk_sync *sync = submit->signals[i].sync; in virtio_queue_submit() local
|
H A D | tu_knl_drm_msm.cc | 1064 struct tu_timeline_sync *sync = in tu_queue_submit_locked() local 1079 struct tu_timeline_sync *sync = in tu_queue_submit_locked() local 1130 struct vk_sync *sync = submit->waits[i].sync; in msm_queue_submit() local 1140 struct vk_sync *sync = submit->signals[i].sync; in msm_queue_submit() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | le_periodic_sync_manager.h | 221 auto sync = in HandlePeriodicAdvertisingCreateSyncStatus() local 432 auto sync = GetSyncFromAddressWithTypeAndSid(request.address_with_type, request.advertiser_sid); in OnStartSyncTimeout() local 556 auto sync = GetSyncFromAddressWithTypeAndSid(request.address_with_type, request.advertiser_sid); in HandleNextRequest() local
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | IWindow.aidl | 101 …oid dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, float zoom, boolean sync); in dispatchWallpaperOffsets() 104 int z, in Bundle extras, boolean sync); in dispatchWallpaperCommand()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/arm64/mte/ |
H A D | check_user_mem.c | 142 void format_test_name(char* name, int name_len, int type, int sync, int map, int len, int offset) { in format_test_name() 224 int sync = mte_sync[s]; in main() local
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TestIWindow.java | 77 boolean sync) in dispatchWallpaperOffsets() 83 boolean sync) throws RemoteException { in dispatchWallpaperCommand()
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/view/ |
H A D | BaseIWindow.java | 109 boolean sync) { in dispatchWallpaperOffsets() 130 int z, Bundle extras, boolean sync) { in dispatchWallpaperCommand()
|
/aosp_15_r20/frameworks/native/libs/gui/tests/ |
H A D | BLASTBufferQueue_test.cpp | 881 Transaction sync; in TEST_F() local 921 Transaction sync; in TEST_F() local 961 Transaction sync; in TEST_F() local 1009 Transaction sync; in TEST_F() local 1066 Transaction sync; in TEST_F() local 1217 Transaction sync; in TEST_F() local
|
/aosp_15_r20/external/crosvm/devices/src/serial/sys/ |
H A D | windows.rs | 37 pub sync: Option<Box<dyn FileSync + Send>>, field 46 let sync = match self.system_params.sync.take() { in handle_sync_thread() localVariable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Parallel.h | 60 void sync() const { in sync() function 76 void sync() const { L.sync(); } in sync() function
|