Home
last modified time | relevance | path

Searched refs:NON_SECURE (Results 1 – 16 of 16) sorted by relevance

/aosp12/hardware/qcom/sm7250/display/sde-drm/
H A Ddrm_plane.cpp129 static uint8_t NON_SECURE = 0; variable
175 NON_SECURE = prop->enums[i].value; in PopulateSecureModes()
873 uint32_t fb_secure_mode = NON_SECURE; in Perform()
875 case (int)DRMSecureMode::NON_SECURE: in Perform()
876 fb_secure_mode = NON_SECURE; in Perform()
H A Ddrm_connector.cpp70 static uint8_t NON_SECURE = 0; variable
114 NON_SECURE = prop->enums[i].value; in PopulateSecureModes()
880 uint32_t fb_secure_mode = (secure_mode == (int)DRMSecureMode::SECURE) ? SECURE : NON_SECURE; in Perform()
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/drm/
H A Dhw_virtual_drm.cpp77 DRMSecureMode secure_mode = secure ? DRMSecureMode::SECURE : DRMSecureMode::NON_SECURE; in ConfigureWbConnectorSecureMode()
H A Dhw_peripheral_drm.cpp237 DRMSecureMode mode = secure ? DRMSecureMode::SECURE : DRMSecureMode::NON_SECURE; in ConfigureConcurrentWriteback()
H A Dhw_device_drm.cpp1571 *fb_secure_mode = DRMSecureMode::NON_SECURE; in SetSecureConfig()
/aosp12/hardware/qcom/sdm845/display/libdrmutils/
H A Ddrm_interface.h596 NON_SECURE, enumerator
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/drm/
H A Dhw_virtual_drm.cpp78 DRMSecureMode secure_mode = secure ? DRMSecureMode::SECURE : DRMSecureMode::NON_SECURE; in ConfigureWbConnectorSecureMode()
H A Dhw_peripheral_drm.cpp489 DRMSecureMode mode = secure ? DRMSecureMode::SECURE : DRMSecureMode::NON_SECURE; in ConfigureConcurrentWriteback()
H A Dhw_device_drm.cpp2111 *fb_secure_mode = DRMSecureMode::NON_SECURE; in SetSecureConfig()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/drm/
H A Dhw_virtual_drm.cpp78 DRMSecureMode secure_mode = secure ? DRMSecureMode::SECURE : DRMSecureMode::NON_SECURE; in ConfigureWbConnectorSecureMode()
H A Dhw_peripheral_drm.cpp421 DRMSecureMode mode = secure ? DRMSecureMode::SECURE : DRMSecureMode::NON_SECURE; in ConfigureConcurrentWriteback()
H A Dhw_device_drm.cpp1863 *fb_secure_mode = DRMSecureMode::NON_SECURE; in SetSecureConfig()
/aosp12/hardware/qcom/sm8150/display/libdrmutils/
H A Ddrm_interface.h767 NON_SECURE, enumerator
/aosp12/hardware/qcom/sm7250/display/libdrmutils/
H A Ddrm_interface.h816 NON_SECURE, enumerator
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcam_types.h1053 NON_SECURE, enumerator
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWI.cpp3314 streamInfo->is_secure = NON_SECURE; in initStreamInfoBuf()
3350 streamInfo->is_secure = NON_SECURE; in initStreamInfoBuf()
3410 streamInfo->is_secure = NON_SECURE; in initStreamInfoBuf()