/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/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 | 1400 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/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/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/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/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/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/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 | 676 int sync_handle = -1; // Release fence id for current draw cycle. member
|
/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/sm8150/display/sdm/libs/core/fb/ |
D | hw_device.cpp | 552 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/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()
|