/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_virtual_drm.cpp | 154 CloseFd(&hw_layers->info.sync_handle); in Flush()
|
D | hw_device_drm.cpp | 1362 hw_layer_info.sync_handle = release_fence; in AtomicCommit()
|
/hardware/qcom/display/msm8996/sdm/include/private/ |
D | hw_info_types.h | 424 int sync_handle = -1; 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/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/msm8909/sdm/include/private/ |
D | hw_info_types.h | 480 int sync_handle = -1; // Release fence id for current draw cycle. member
|
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | resource_default.cpp | 357 if (hw_layers->info.sync_handle >= 0) in PostCommit() 358 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/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/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/sdm845/display/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/sdm845/display/sdm/include/private/ |
D | hw_info_types.h | 527 int sync_handle = -1; // Release fence id for current draw cycle. member
|
/hardware/qcom/sm8150/display/sdm/include/private/ |
D | hw_info_types.h | 649 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/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()
|
/hardware/qcom/display/msm8909/sdm/libs/core/fb/ |
D | hw_device.cpp | 535 hw_layer_info.sync_handle = Sys::dup_(mdp_commit.release_fence); in Commit()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/ |
D | hw_device.cpp | 537 hw_layer_info.sync_handle = Sys::dup_(mdp_commit.release_fence); in Commit()
|
/hardware/qcom/sdm845/display/sdm/libs/core/fb/ |
D | hw_device.cpp | 535 hw_layer_info.sync_handle = Sys::dup_(mdp_commit.release_fence); in Commit()
|
/hardware/qcom/sm8150/display/sdm/libs/core/fb/ |
D | hw_device.cpp | 547 hw_layer_info.sync_handle = Sys::dup_(mdp_commit.release_fence); in Commit()
|
/hardware/qcom/display/msm8998/sdm/libs/core/fb/ |
D | hw_device.cpp | 538 hw_layer_info.sync_handle = Sys::dup_(mdp_commit.release_fence); in Commit()
|
/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 1175 hw_layer_info.sync_handle = release_fence; in AtomicCommit()
|