Home
last modified time | relevance | path

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

/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/sm8150/display/sdm/libs/core/drm/
Dhw_virtual_drm.cpp154 CloseFd(&hw_layers->info.sync_handle); in Flush()
Dhw_device_drm.cpp1400 hw_layer_info.sync_handle = release_fence; in AtomicCommit()
/hardware/qcom/display/msm8996/sdm/include/private/
Dhw_info_types.h424 int sync_handle = -1; 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/msm8909w_3100/sdm/include/private/
Dhw_info_types.h479 int sync_handle = -1; // Release fence id for current draw cycle. member
/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/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/sdm845/display/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/sdm845/display/sdm/include/private/
Dhw_info_types.h527 int sync_handle = -1; // Release fence id for current draw cycle. member
/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/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/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_device.cpp484 hw_layer_info.sync_handle = Sys::dup_(mdp_commit.release_fence); in Commit()
/hardware/qcom/display/msm8909/sdm/libs/core/fb/
Dhw_device.cpp535 hw_layer_info.sync_handle = Sys::dup_(mdp_commit.release_fence); in Commit()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
Dhw_device.cpp537 hw_layer_info.sync_handle = Sys::dup_(mdp_commit.release_fence); in Commit()
/hardware/qcom/sm8150/display/sdm/libs/core/fb/
Dhw_device.cpp552 hw_layer_info.sync_handle = Sys::dup_(mdp_commit.release_fence); in Commit()
/hardware/qcom/sdm845/display/sdm/libs/core/fb/
Dhw_device.cpp535 hw_layer_info.sync_handle = Sys::dup_(mdp_commit.release_fence); in Commit()
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_device.cpp538 hw_layer_info.sync_handle = Sys::dup_(mdp_commit.release_fence); in Commit()
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_device_drm.cpp1175 hw_layer_info.sync_handle = release_fence; in AtomicCommit()