Home
last modified time | relevance | path

Searched defs:sync (Results 151 – 175 of 2165) sorted by relevance

12345678910>>...87

/aosp_15_r20/external/openthread/src/cli/
H A Dcli_link_metrics.cpp66 bool sync = true; in Process() local
160 bool sync = true; in Process() local
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_fence.c363 struct vk_sync *temporary = NULL, *sync; in vk_common_ImportFenceFdKHR() local
429 struct vk_sync *sync = vk_fence_get_active_sync(fence); in vk_common_GetFenceFdKHR() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/media/bufferpool/aidl/android.hardware.media.bufferpool2-V2-ndk-source/gen/android/hardware/media/bufferpool2/
DIConnection.cpp132 ::ndk::ScopedAStatus BpConnection::sync() { in sync() function in aidl::android::hardware::media::bufferpool2::BpConnection
325 ::ndk::ScopedAStatus IConnectionDefault::sync() { in sync() function in aidl::android::hardware::media::bufferpool2::IConnectionDefault
/aosp_15_r20/external/toolchain-utils/llvm_tools/patch_sync/src/
H A Dmain.rs72 sync: bool, field
120 sync: bool, field
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fDebugTests.cpp1890 glw::GLsync sync = gl.fenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in iterate() local
1937 glw::GLsync sync; in iterate() local
2017 glw::GLsync sync; in iterate() local
2115 glw::GLsync sync; in iterate() local
2231 glw::GLsync sync; in iterate() local
2473 glw::GLsync sync; in iterate() local
2605 glw::GLsync sync; in iterate() local
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3913/
H A Dpoc.cpp76 status_t setSyncSettings(const AVSyncSettings &sync, float videoFpsHint) { in setSyncSettings()
80 status_t getSyncSettings(AVSyncSettings *sync, float *videoFps) { return OK; } in getSyncSettings()
/aosp_15_r20/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c2958 dri2_egl_ref_sync(struct dri2_egl_sync *sync) in dri2_egl_ref_sync()
3087 dri2_destroy_sync(_EGLDisplay *disp, _EGLSync *sync) in dri2_destroy_sync()
3118 dri2_dup_native_fence_fd(_EGLDisplay *disp, _EGLSync *sync) in dri2_dup_native_fence_fd()
3156 dri2_client_wait_sync(_EGLDisplay *disp, _EGLSync *sync, EGLint flags, in dri2_client_wait_sync()
3249 dri2_signal_sync(_EGLDisplay *disp, _EGLSync *sync, EGLenum mode) in dri2_signal_sync()
3274 dri2_server_wait_sync(_EGLDisplay *disp, _EGLSync *sync) in dri2_server_wait_sync()
/aosp_15_r20/external/libchrome/base/metrics/
H A Dpersistent_memory_allocator.cc497 void PersistentMemoryAllocator::Flush(bool sync) { in Flush()
911 void PersistentMemoryAllocator::FlushPartial(size_t length, bool sync) { in FlushPartial()
1069 void FilePersistentMemoryAllocator::FlushPartial(size_t length, bool sync) { in FlushPartial()
/aosp_15_r20/hardware/google/gfxstream/guest/egl/
Degl.cpp2472 EGLSync_t* sync = static_cast<EGLSync_t*>(eglsync); in eglDestroySyncKHR() local
2504 EGLSync_t* sync = (EGLSync_t*)eglsync; in eglClientWaitSyncKHR() local
2538 EGLSync_t* sync = (EGLSync_t*)eglsync; in eglGetSyncAttribKHR() local
2581 EGLSync_t* sync = (EGLSync_t*)eglsync; in eglDupNativeFenceFDANDROID() local
2605 EGLSync_t* sync = (EGLSync_t*)eglsync; in eglWaitSyncKHR() local
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/winsys/powervr/
H A Dpvr_drm_job_render.c519 struct vk_sync *sync = submit_info->geometry.wait; in pvr_drm_winsys_render_submit() local
590 struct vk_sync *sync = submit_info->fragment.wait; in pvr_drm_winsys_render_submit() local
/aosp_15_r20/external/mesa3d/src/freedreno/ir2/
H A Ddisasm-a2xx.c212 disasm_alu(uint32_t *dwords, uint32_t alu_off, int level, int sync, in disasm_alu()
457 disasm_fetch(uint32_t *dwords, uint32_t alu_off, int level, int sync) in disasm_fetch()
/aosp_15_r20/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.cpp380 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); in waitGpuFence() local
406 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in flushGL() local
/aosp_15_r20/external/leveldb/benchmarks/
H A Ddb_bench_tree_db.cc395 void Open(bool sync) { in Open()
428 void Write(bool sync, Order order, DBState state, int num_entries, in Write()
/aosp_15_r20/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp396 Object::Object(const char *type, SharedPtr<tcu::ThreadUtil::Event> e, SharedPtr<FenceSync> sync) in Object()
406 void Object::readGL(SharedPtr<FenceSync> sync, std::vector<SharedPtr<FenceSync>> &deps) in readGL()
418 void Object::modifyGL(SharedPtr<FenceSync> sync, std::vector<SharedPtr<FenceSync>> &deps) in modifyGL()
932 EGLImage::EGLImage(SharedPtr<tcu::ThreadUtil::Event> event, SharedPtr<FenceSync> sync) in EGLImage()
952 Texture::Texture(SharedPtr<tcu::ThreadUtil::Event> event, SharedPtr<FenceSync> sync) in Texture()
1260 Buffer::Buffer(SharedPtr<tcu::ThreadUtil::Event> event, SharedPtr<FenceSync> sync) in Buffer()
1428 Shader::Shader(SharedPtr<tcu::ThreadUtil::Event> event, SharedPtr<FenceSync> sync) in Shader()
1575 Program::Program(SharedPtr<tcu::ThreadUtil::Event> event, SharedPtr<FenceSync> sync) in Program()
/aosp_15_r20/system/logging/logcat/tests/
H A Dlogcat_test.cpp1543 static const struct tag sync = { 2720, "sync" }; in TEST() local
1576 static const struct tag sync = { 2747, "contacts_aggregation" }; in TEST() local
1597 static const struct tag sync = { 75000, "sqlite_mem_alarm_current" }; in TEST() local
1648 static const struct tag sync = { 27501, "notification_panel_hidden" }; in TEST() local
/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_memory_allocator.cc517 void PersistentMemoryAllocator::Flush(bool sync) { in Flush()
984 void PersistentMemoryAllocator::FlushPartial(size_t length, bool sync) { in FlushPartial()
1209 void FilePersistentMemoryAllocator::FlushPartial(size_t length, bool sync) { in FlushPartial()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dtest_fs_scoreboard.cpp253 fs_inst *sync = instruction(block0, 1); in TEST_F() local
356 fs_inst *sync = instruction(block0, 1); in TEST_F() local
464 fs_inst *sync = instruction(block0, 1); in TEST_F() local
/aosp_15_r20/system/media/audio_utils/
H A Dfifo.cpp35 audio_utils_fifo_sync sync) in audio_utils_fifo_base()
144 bool throttlesWriter, audio_utils_fifo_sync sync) : in audio_utils_fifo()
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/model/v31/
DPermissionUsages.java123 @NonNull PermissionsUsagesChangeCallback callback, boolean sync) { in load()
137 @NonNull PermissionsUsagesChangeCallback callback, boolean sync) { in load()
/aosp_15_r20/cts/libs/input/src/com/android/cts/input/
H A DUinputTouchDevice.kt138 fun sync() { in sync() method
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DPanelSplitFile.cpp160 CProgressSync &sync = Sync; in ProcessVirt() local
365 CProgressSync &sync = Sync; in ProcessVirt() local
/aosp_15_r20/frameworks/native/libs/nativedisplay/surfacetexture/
H A DEGLConsumer.cpp481 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in syncForReleaseLocked() local
564 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); in doGLFenceWaitLocked() local
/aosp_15_r20/external/libpcap/
H A Dpcap-npf.c402 pcap_sendqueue_transmit_npf(pcap_t *p, pcap_send_queue *queue, int sync) in pcap_sendqueue_transmit_npf()
467 pcap_live_dump_ended_npf(pcap_t *p, int sync) in pcap_live_dump_ended_npf()
508 pcap_live_dump_ended_npf(pcap_t *p, int sync) in pcap_live_dump_ended_npf()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/egl/
H A DFunctionsEGL.cpp756 EGLint FunctionsEGL::clientWaitSyncKHR(EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) const in clientWaitSyncKHR()
761 EGLBoolean FunctionsEGL::getSyncAttribKHR(EGLSyncKHR sync, EGLint attribute, EGLint *value) const in getSyncAttribKHR()
766 EGLint FunctionsEGL::waitSyncKHR(EGLSyncKHR sync, EGLint flags) const in waitSyncKHR()
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dtensor.cpp140 void LazyTensor::SetDataHandle(BackendDataPtr handle, bool sync) { in SetDataHandle()
277 void LazyTensor::UpdateFromTensor(at::Tensor tensor, bool sync) { in UpdateFromTensor()

12345678910>>...87