/aosp_15_r20/device/google/contexthub/firmware/os/algos/ |
D | ap_hub_sync.c | 38 void apHubSyncReset(struct ApHubSync* sync) { in apHubSyncReset() 45 void apHubSyncAddDelta(struct ApHubSync* sync, uint64_t apTime, uint64_t hubTime) { in apHubSyncAddDelta() 85 int64_t apHubSyncGetDelta(struct ApHubSync* sync, uint64_t hubTime) { in apHubSyncGetDelta()
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-epoch/src/ |
D | lib.rs | 75 pub(crate) mod sync { module 121 pub(crate) mod sync { module 151 mod sync; module
|
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/ |
H A D | EGL15.java | 95 EGLSync sync, in eglGetSyncAttrib() 105 EGLSync sync in eglDestroySync() 112 EGLSync sync, in eglClientWaitSync() 150 EGLSync sync, in eglWaitSync()
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | Synchronization.h | 297 CSynchro *sync, in Create() 334 WRes Create(CSynchro *sync) { return CBaseEvent_WFMO::Create(sync, false, false); } in Create() 335 WRes CreateIfNotCreated_Reset(CSynchro *sync) in CreateIfNotCreated_Reset() 352 WRes Create(CSynchro *sync, UInt32 initCount, UInt32 maxCount) in Create()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/xe/ |
H A D | iris_kmd_backend.c | 237 struct iris_implicit_sync *sync, in iris_implicit_sync_add_bo() 257 struct iris_implicit_sync *sync) in iris_implicit_sync_finish() 274 struct iris_implicit_sync *sync) in iris_implicit_sync_import() 315 struct iris_implicit_sync *sync) in iris_implicit_sync_export()
|
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/ |
H A D | vn_renderer_vtest.c | 469 const uint32_t sync[3] = { in vtest_vcmd_sync_wait() local 568 const uint32_t sync[3] = { in vtest_vcmd_submit_cmd2() local 584 struct vtest_sync *sync = (struct vtest_sync *)_sync; in vtest_sync_write() local 599 struct vtest_sync *sync = (struct vtest_sync *)_sync; in vtest_sync_read() local 610 struct vn_renderer_sync *sync, in vtest_sync_reset() 622 struct vtest_sync *sync = (struct vtest_sync *)_sync; in vtest_sync_destroy() local 639 struct vtest_sync *sync = calloc(1, sizeof(*sync)); in vtest_sync_create() local
|
H A D | vn_renderer.h | 409 struct vn_renderer_sync *sync) in vn_renderer_sync_destroy() 416 struct vn_renderer_sync *sync, in vn_renderer_sync_export_syncobj() 424 struct vn_renderer_sync *sync, in vn_renderer_sync_reset() 432 struct vn_renderer_sync *sync, in vn_renderer_sync_read() 440 struct vn_renderer_sync *sync, in vn_renderer_sync_write()
|
/aosp_15_r20/external/angle/util/windows/ |
H A D | WGLWindow.cpp | 393 EGLBoolean WGLWindow::destroySync(EGLDisplay dpy, Sync sync) in destroySync() 398 EGLBoolean WGLWindow::destroySyncKHR(EGLDisplay dpy, Sync sync) in destroySyncKHR() 403 EGLint WGLWindow::clientWaitSync(EGLDisplay dpy, Sync sync, EGLint flags, EGLTimeKHR timeout) in clientWaitSync() 408 EGLint WGLWindow::clientWaitSyncKHR(EGLDisplay dpy, Sync sync, EGLint flags, EGLTimeKHR timeout) in clientWaitSyncKHR()
|
/aosp_15_r20/external/cronet/net/socket/ |
H A D | fuzzed_socket.cc | 54 bool sync; in Read() local 108 bool sync; in Write() local 171 bool sync = true; in Connect() local
|
/aosp_15_r20/frameworks/base/apex/jobscheduler/framework/java/com/android/server/ |
H A D | DeviceIdleInternal.java | 42 long durationMs, int userId, boolean sync, @ReasonCode int reasonCode, in addPowerSaveTempWhitelistApp() 49 long durationMs, @TempAllowListType int tempAllowListType, int userId, boolean sync, in addPowerSaveTempWhitelistApp() 64 @TempAllowListType int type, boolean sync, @ReasonCode int reasonCode, in addPowerSaveTempWhitelistAppDirect()
|
/aosp_15_r20/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/ |
D | LiveChannelsTestController.java | 59 private void assertPressKeyUp(int keyCode, boolean sync) { in assertPressKeyUp() 63 private void assertPressKey(int action, int keyCode, boolean sync) { in assertPressKey() 168 public boolean injectEvent(KeyEvent event, boolean sync) { in injectEvent()
|
/aosp_15_r20/external/pytorch/torch/_subclasses/ |
H A D | functional_tensor.py | 266 def sync(self) -> None: member in FunctionalTensor 664 def sync(self, tensor) -> None: member in BaseFunctionalizeAPI 713 def sync(self, tensor) -> None: member in PythonFunctionalizeAPI 751 def sync(self, tensor) -> None: member in CppFunctionalizeAPI 797 def sync(self, tensor) -> None: member in FunctorchFunctionalizeAPI
|
/aosp_15_r20/external/angle/src/tests/perf_tests/ |
H A D | TracePerfTest.cpp | 313 EGLBoolean KHRONOS_APIENTRY EglDestroySync(EGLDisplay dpy, EGLSync sync) in EglDestroySync() 318 EGLBoolean KHRONOS_APIENTRY EglDestroySyncKHR(EGLDisplay dpy, EGLSync sync) in EglDestroySyncKHR() 324 EGLSync sync, in EglClientWaitSync() 331 EGLSync sync, in EglClientWaitSyncKHR() 2202 GLsync sync = mOffscreenSyncs[offscreenBufferIndex]; in drawBenchmark() local 2494 EGLBoolean TracePerfTest::onEglDestroySync(EGLDisplay dpy, EGLSync sync) in onEglDestroySync() 2499 EGLBoolean TracePerfTest::onEglDestroySyncKHR(EGLDisplay dpy, EGLSync sync) in onEglDestroySyncKHR() 2505 EGLSync sync, in onEglClientWaitSync() 2513 EGLSync sync, in onEglClientWaitSyncKHR()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/ |
D | dlmalloc.cpp | 92 BOOST_CONTAINER_DECL void dlmalloc_sync_destroy(void *sync) in dlmalloc_sync_destroy() 95 BOOST_CONTAINER_DECL bool dlmalloc_sync_lock(void *sync) in dlmalloc_sync_lock() 98 BOOST_CONTAINER_DECL void dlmalloc_sync_unlock(void *sync) in dlmalloc_sync_unlock()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/iostream.format/input.streams/istream.unformatted/ |
H A D | sync.pass.cpp | 50 int sync() in sync() function 65 virtual int sync() { return -1; } in sync() function 96 virtual int sync() in sync() function
|
/aosp_15_r20/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/ |
H A D | ExecutionAttributesTest.java | 45 ProtocolRestJsonClient sync = ProtocolRestJsonClient.builder() in syncClient_disableHostPrefixInjection_isPresent() local 175 ProtocolRestJsonClient sync = ProtocolRestJsonClient.builder() in syncClient_requestOverrideExecutionAttribute() local 203 ProtocolRestJsonClient sync = ProtocolRestJsonClient.builder() in syncClient_requestOverrideExecutionAttributesHavePrecedence() local
|
/aosp_15_r20/external/mesa3d/src/egl/main/ |
H A D | eglapi.c | 1925 _EGLSync *sync = NULL; in _eglCreateSync() local 1990 EGLSync sync; in eglCreateSyncKHR() local 2047 eglDestroySync(EGLDisplay dpy, EGLSync sync) in eglDestroySync() 2056 eglDestroySyncKHR(EGLDisplay dpy, EGLSync sync) in eglDestroySyncKHR() 2086 eglClientWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout) in eglClientWaitSync() 2095 eglClientWaitSyncKHR(EGLDisplay dpy, EGLSync sync, EGLint flags, in eglClientWaitSyncKHR() 2128 eglWaitSyncKHR(EGLDisplay dpy, EGLSync sync, EGLint flags) in eglWaitSyncKHR() 2137 eglWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags) in eglWaitSync() 2150 eglSignalSyncKHR(EGLDisplay dpy, EGLSync sync, EGLenum mode) in eglSignalSyncKHR() 2185 eglGetSyncAttrib(EGLDisplay dpy, EGLSync sync, EGLint attribute, in eglGetSyncAttrib() [all …]
|
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/xe/ |
H A D | mos_synchronization_xe.c | 517 drm_xe_sync sync; in mos_sync_update_exec_syncs_from_timeline_deps() local 539 drm_xe_sync sync; in mos_sync_update_exec_syncs_from_timeline_deps() local 578 struct drm_xe_sync sync; in mos_sync_update_exec_syncs_from_handle() local 601 drm_xe_sync sync; in mos_sync_update_exec_syncs_from_timeline_dep() local
|
/aosp_15_r20/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_entry.cpp | 266 EGLint rcClientWaitSyncKHR(uint64_t sync, EGLint flags, uint64_t timeout) in rcClientWaitSyncKHR() 278 int rcDestroySyncKHR(uint64_t sync) in rcDestroySyncKHR() 302 void rcWaitSyncKHR(uint64_t sync, EGLint flags) in rcWaitSyncKHR() 368 int rcIsSyncSignaled(uint64_t sync) in rcIsSyncSignaled() 440 void rcDestroySyncKHRAsync(uint64_t sync) in rcDestroySyncKHRAsync()
|
/aosp_15_r20/external/angle/util/ |
H A D | EGLWindow.cpp | 780 EGLBoolean EGLWindow::destroySync(EGLDisplay dpy, Sync sync) in destroySync() 785 EGLBoolean EGLWindow::destroySyncKHR(EGLDisplay dpy, Sync sync) in destroySyncKHR() 790 EGLint EGLWindow::clientWaitSync(EGLDisplay dpy, Sync sync, EGLint flags, EGLTimeKHR timeout) in clientWaitSync() 795 EGLint EGLWindow::clientWaitSyncKHR(EGLDisplay dpy, Sync sync, EGLint flags, EGLTimeKHR timeout) in clientWaitSyncKHR()
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_queue.c | 668 struct vk_sync *sync; in vk_queue_submit() local 759 struct vk_sync *sync = vk_semaphore_get_active_sync(semaphore); in vk_queue_submit() local 1079 struct vk_sync *sync, in vk_queue_signal_sync() 1320 struct vk_sync *sync; in vk_common_QueueWaitIdle() local
|
/aosp_15_r20/frameworks/base/media/java/android/media/ |
H A D | MediaSync.java | 130 public abstract void onAudioBufferConsumed( in onAudioBufferConsumed() 162 void onError(@NonNull MediaSync sync, int what, int extra); in onError() 582 final MediaSync sync = this; in postReturnByteBuffer() local
|
/aosp_15_r20/external/compiler-rt/test/lsan/TestCases/ |
H A D | use_registers.cc | 16 int *sync = reinterpret_cast<int *>(arg); in registers_thread_func() local 46 int sync = 0; in main() local
|
H A D | use_stacks_threaded.cc | 16 int *sync = reinterpret_cast<int *>(arg); in stacks_thread_func() local 26 int sync = 0; in main() local
|
/aosp_15_r20/external/ublksrv/qcow2/ |
H A D | qcow2_meta.cpp | 57 int Qcow2Meta::load(Qcow2State &qs, const qcow2_io_ctx_t &ioc, u32 len, bool sync) in load() 244 int Qcow2Header::load(Qcow2State &qs, const qcow2_io_ctx_t &ioc, u32 len, bool sync) in load() 482 int Qcow2L1Table::load(Qcow2State &qs, const qcow2_io_ctx_t &ioc, u32 len, bool sync) in load() 517 u32 len, bool sync) in load() 633 u32 len, bool sync) in load()
|