/hardware/qcom/sm7250/display/sdm/include/private/ |
D | resource_interface.h | 76 const shared_ptr<Fence> &sync_handle) = 0;
|
D | hw_info_types.h | 703 shared_ptr<Fence> sync_handle = nullptr; // Release fence id for current draw cycle. member
|
/hardware/google/gfxstream/guest/egl/ |
D | egl.cpp | 581 uint64_t sync_handle; in createNativeSync() local 591 &sync_handle, in createNativeSync() 598 sync_handle, in createNativeSync() 608 return sync_handle; in createNativeSync() 629 uint64_t sync_handle; in createNativeSync_virtioGpu() local 640 &sync_handle, in createNativeSync_virtioGpu() 663 exportSync.syncHandleLo = (uint32_t)sync_handle; in createNativeSync_virtioGpu() 664 exportSync.syncHandleHi = (uint32_t)(sync_handle >> 32); in createNativeSync_virtioGpu() 680 return sync_handle; in createNativeSync_virtioGpu() 2406 uint64_t sync_handle = 0; in eglCreateSyncKHR() local [all …]
|
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | comp_manager.h | 76 bool SetDisplayState(Handle display_ctx, DisplayState state, int sync_handle);
|
D | comp_manager.cpp | 575 bool CompManager::SetDisplayState(Handle display_ctx, DisplayState state, int sync_handle) { in SetDisplayState() argument 614 display_comp_ctx->display_resource_ctx, sync_handle); in SetDisplayState()
|
D | resource_default.cpp | 346 if (hw_layers->info.sync_handle >= 0) in PostCommit() 347 Sys::close_(hw_layers->info.sync_handle); in PostCommit()
|
/hardware/qcom/sm7250/display/sdm/libs/core/ |
D | comp_manager.h | 75 const shared_ptr<Fence> &sync_handle);
|
D | resource_default.h | 69 const shared_ptr<Fence> &sync_handle);
|
D | comp_manager.cpp | 580 const shared_ptr<Fence> &sync_handle) { in SetDisplayState() argument 611 resource_intf_->UpdateSyncHandle(display_comp_ctx->display_resource_ctx, sync_handle); in SetDisplayState()
|
D | resource_default.cpp | 935 const shared_ptr<Fence> &sync_handle) { in UpdateSyncHandle() argument
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_virtual_drm.cpp | 154 CloseFd(&hw_layers->info.sync_handle); in Flush()
|
/hardware/qcom/display/msm8996/sdm/include/private/ |
D | hw_info_types.h | 424 int sync_handle = -1; member
|
/hardware/qcom/display/msm8909w_3100/sdm/include/private/ |
D | hw_info_types.h | 479 int sync_handle = -1; // Release fence id for current draw cycle. member
|
/hardware/qcom/display/msm8998/sdm/include/private/ |
D | hw_info_types.h | 472 int sync_handle = -1; // Release fence id for current draw cycle. member
|
/hardware/qcom/display/msm8909/sdm/include/private/ |
D | hw_info_types.h | 480 int sync_handle = -1; // Release fence id for current draw cycle. member
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | resource_default.cpp | 355 if (hw_layers->info.sync_handle >= 0) in PostCommit() 356 Sys::close_(hw_layers->info.sync_handle); in PostCommit()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | resource_default.cpp | 355 if (hw_layers->info.sync_handle >= 0) in PostCommit() 356 Sys::close_(hw_layers->info.sync_handle); in PostCommit()
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | resource_default.cpp | 318 if (hw_layers->info.sync_handle >= 0) in PostCommit() 319 Sys::close_(hw_layers->info.sync_handle); in PostCommit()
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | resource_default.cpp | 355 if (hw_layers->info.sync_handle >= 0) in PostCommit() 356 Sys::close_(hw_layers->info.sync_handle); in PostCommit()
|
/hardware/qcom/sm8150/display/sdm/include/private/ |
D | hw_info_types.h | 676 int sync_handle = -1; // Release fence id for current draw cycle. member
|
/hardware/qcom/display/msm8998/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 544 hw_layer_info.sync_handle = release_fence; in AtomicCommit()
|
/hardware/qcom/display/msm8909/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 783 hw_layer_info.sync_handle = release_fence; in AtomicCommit()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 778 hw_layer_info.sync_handle = release_fence; in AtomicCommit()
|
/hardware/google/gfxstream/host/ |
D | virtio-gpu-gfxstream-renderer.cpp | 945 uint64_t sync_handle = in submitCmd() 950 mVirtioGpuOps->async_wait_for_gpu_with_cb(sync_handle, [this, taskId] { in submitCmd()
|
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
D | hw_device.cpp | 484 hw_layer_info.sync_handle = Sys::dup_(mdp_commit.release_fence); in Commit()
|