Searched defs:OnMinHdcpEncryptionLevelChange (Results 1 - 18 of 18) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/
H A Ddisplay_base.h89 virtual DisplayError OnMinHdcpEncryptionLevelChange(uint32_t min_enc_level) { function in class:sdm::DisplayBase
H A Ddisplay_hdmi.cpp165 DisplayError DisplayHDMI::OnMinHdcpEncryptionLevelChange(uint32_t min_enc_level) { function in class:sdm::DisplayHDMI
167 return hw_intf_->OnMinHdcpEncryptionLevelChange(min_enc_level);
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display_null.h74 virtual int OnMinHdcpEncryptionLevelChange(uint32_t min_enc_level) { return 0; } function in class:sdm::HWCDisplayNull
H A Dhwc_display.cpp1128 int HWCDisplay::OnMinHdcpEncryptionLevelChange(uint32_t min_enc_level) { function in class:sdm::HWCDisplay
1129 DisplayError error = display_intf_->OnMinHdcpEncryptionLevelChange(min_enc_level);
H A Dhwc_session.cpp730 status = OnMinHdcpEncryptionLevelChange(input_parcel, output_parcel);
1270 android::status_t HWCSession::OnMinHdcpEncryptionLevelChange(const android::Parcel *input_parcel, function in class:sdm::HWCSession
1285 ret = hwc_display_[display_id]->OnMinHdcpEncryptionLevelChange(min_enc_level);
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Ddisplay_base.h85 virtual DisplayError OnMinHdcpEncryptionLevelChange(uint32_t min_enc_level) { function in class:sdm::DisplayBase
H A Ddisplay_hdmi.cpp157 DisplayError DisplayHDMI::OnMinHdcpEncryptionLevelChange(uint32_t min_enc_level) { function in class:sdm::DisplayHDMI
159 return hw_intf_->OnMinHdcpEncryptionLevelChange(min_enc_level);
/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dhwc_display_null.h74 virtual int OnMinHdcpEncryptionLevelChange(uint32_t min_enc_level) { return 0; } function in class:sdm::HWCDisplayNull
H A Dhwc_display.cpp1209 int HWCDisplay::OnMinHdcpEncryptionLevelChange(uint32_t min_enc_level) { function in class:sdm::HWCDisplay
1210 DisplayError error = display_intf_->OnMinHdcpEncryptionLevelChange(min_enc_level);
H A Dhwc_session.cpp733 status = OnMinHdcpEncryptionLevelChange(input_parcel, output_parcel);
1341 android::status_t HWCSession::OnMinHdcpEncryptionLevelChange(const android::Parcel *input_parcel, function in class:sdm::HWCSession
1356 ret = hwc_display_[display_id]->OnMinHdcpEncryptionLevelChange(min_enc_level);
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_hdmi.cpp378 DisplayError HWHDMI::OnMinHdcpEncryptionLevelChange(uint32_t min_enc_level) { function in class:sdm::HWHDMI
H A Dhw_device.cpp1088 DisplayError HWDevice::OnMinHdcpEncryptionLevelChange(uint32_t min_enc_level) { function in class:sdm::HWDevice
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_device.cpp1184 DisplayError HWDevice::OnMinHdcpEncryptionLevelChange(uint32_t min_enc_level) { function in class:sdm::HWDevice
H A Dhw_hdmi.cpp353 DisplayError HWHDMI::OnMinHdcpEncryptionLevelChange(uint32_t min_enc_level) { function in class:sdm::HWHDMI
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_display.cpp1408 int HWCDisplay::OnMinHdcpEncryptionLevelChange(uint32_t min_enc_level) { function in class:sdm::HWCDisplay
1409 DisplayError error = display_intf_->OnMinHdcpEncryptionLevelChange(min_enc_level);
H A Dhwc_session.cpp800 status = OnMinHdcpEncryptionLevelChange(input_parcel, output_parcel);
1351 android::status_t HWCSession::OnMinHdcpEncryptionLevelChange(const android::Parcel *input_parcel, function in class:sdm::HWCSession
1366 ret = hwc_display_[display_id]->OnMinHdcpEncryptionLevelChange(min_enc_level);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_display.cpp1411 int HWCDisplay::OnMinHdcpEncryptionLevelChange(uint32_t min_enc_level) { function in class:sdm::HWCDisplay
1412 DisplayError error = display_intf_->OnMinHdcpEncryptionLevelChange(min_enc_level);
H A Dhwc_session.cpp799 status = OnMinHdcpEncryptionLevelChange(input_parcel, output_parcel);
1355 android::status_t HWCSession::OnMinHdcpEncryptionLevelChange(const android::Parcel *input_parcel, function in class:sdm::HWCSession
1370 ret = hwc_display_[display_id]->OnMinHdcpEncryptionLevelChange(min_enc_level);

Completed in 159 milliseconds