Home
last modified time | relevance | path

Searched refs:sync_handle (Results 1 – 25 of 31) sorted by relevance

12

/hardware/qcom/sm7250/display/sdm/include/private/
Dresource_interface.h76 const shared_ptr<Fence> &sync_handle) = 0;
Dhw_info_types.h703 shared_ptr<Fence> sync_handle = nullptr; // Release fence id for current draw cycle. member
/hardware/google/gfxstream/guest/egl/
Degl.cpp581 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/
Dcomp_manager.h76 bool SetDisplayState(Handle display_ctx, DisplayState state, int sync_handle);
Dcomp_manager.cpp575 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()
Dresource_default.cpp346 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/
Dcomp_manager.h75 const shared_ptr<Fence> &sync_handle);
Dresource_default.h69 const shared_ptr<Fence> &sync_handle);
Dcomp_manager.cpp580 const shared_ptr<Fence> &sync_handle) { in SetDisplayState() argument
611 resource_intf_->UpdateSyncHandle(display_comp_ctx->display_resource_ctx, sync_handle); in SetDisplayState()
Dresource_default.cpp935 const shared_ptr<Fence> &sync_handle) { in UpdateSyncHandle() argument
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_virtual_drm.cpp154 CloseFd(&hw_layers->info.sync_handle); in Flush()
/hardware/qcom/display/msm8996/sdm/include/private/
Dhw_info_types.h424 int sync_handle = -1; member
/hardware/qcom/display/msm8909w_3100/sdm/include/private/
Dhw_info_types.h479 int sync_handle = -1; // Release fence id for current draw cycle. member
/hardware/qcom/display/msm8998/sdm/include/private/
Dhw_info_types.h472 int sync_handle = -1; // Release fence id for current draw cycle. member
/hardware/qcom/display/msm8909/sdm/include/private/
Dhw_info_types.h480 int sync_handle = -1; // Release fence id for current draw cycle. member
/hardware/qcom/display/msm8998/sdm/libs/core/
Dresource_default.cpp355 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/
Dresource_default.cpp355 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/
Dresource_default.cpp318 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/
Dresource_default.cpp355 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/
Dhw_info_types.h676 int sync_handle = -1; // Release fence id for current draw cycle. member
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_device_drm.cpp544 hw_layer_info.sync_handle = release_fence; in AtomicCommit()
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_device_drm.cpp783 hw_layer_info.sync_handle = release_fence; in AtomicCommit()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_device_drm.cpp778 hw_layer_info.sync_handle = release_fence; in AtomicCommit()
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp945 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/
Dhw_device.cpp484 hw_layer_info.sync_handle = Sys::dup_(mdp_commit.release_fence); in Commit()

12