Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_plane.cpp166 static uint8_t NON_SECURE = 0; variable
212 NON_SECURE = prop->enums[i].value; in PopulateSecureModes()
903 uint32_t fb_secure_mode = NON_SECURE; in Perform()
905 case (int)DRMSecureMode::NON_SECURE: in Perform()
906 fb_secure_mode = NON_SECURE; in Perform()
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()
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_virtual_drm.cpp78 DRMSecureMode secure_mode = secure ? DRMSecureMode::SECURE : DRMSecureMode::NON_SECURE; in ConfigureWbConnectorSecureMode()
Dhw_peripheral_drm.cpp528 DRMSecureMode mode = secure ? DRMSecureMode::SECURE : DRMSecureMode::NON_SECURE; in ConfigureConcurrentWriteback()
Dhw_device_drm.cpp2163 *fb_secure_mode = DRMSecureMode::NON_SECURE; in SetSecureConfig()
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_virtual_drm.cpp78 DRMSecureMode secure_mode = secure ? DRMSecureMode::SECURE : DRMSecureMode::NON_SECURE; in ConfigureWbConnectorSecureMode()
Dhw_peripheral_drm.cpp421 DRMSecureMode mode = secure ? DRMSecureMode::SECURE : DRMSecureMode::NON_SECURE; in ConfigureConcurrentWriteback()
Dhw_device_drm.cpp1863 *fb_secure_mode = DRMSecureMode::NON_SECURE; in SetSecureConfig()
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h767 NON_SECURE, enumerator
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_interface.h837 NON_SECURE, enumerator
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h1053 NON_SECURE, enumerator
/hardware/qcom/camera/msm8998/QCamera2/HAL/
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()