Home
last modified time | relevance | path

Searched refs:SECURE (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/memtrack/1.0/
Dtypes.hal42 * NONSECURE/SECURE
56 SECURE = 1 << 9,
/hardware/interfaces/memtrack/1.0/vts/functional/
DVtsHalMemtrackV1_0TargetTest.cpp147 vector<MemtrackFlag> secureFlags = {MemtrackFlag::SECURE, in TEST_P()
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_plane.cpp167 static uint8_t SECURE = 1; variable
214 SECURE = prop->enums[i].value; in PopulateSecureModes()
908 case (int)DRMSecureMode::SECURE: in Perform()
909 fb_secure_mode = SECURE; in Perform()
Ddrm_connector.cpp71 static uint8_t SECURE = 1; variable
116 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.cpp2182 *fb_secure_mode = DRMSecureMode::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.cpp1882 *fb_secure_mode = DRMSecureMode::SECURE; in SetSecureConfig()
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h768 SECURE, enumerator
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_interface.h838 SECURE, enumerator
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraStream.cpp211 if (stream->mStreamInfo->is_secure == SECURE){ in invalidate_buf()
248 if (stream->mStreamInfo->is_secure == SECURE){ in clean_invalidate_buf()
285 if (stream->mStreamInfo->is_secure == SECURE){ in clean_buf()
DQCamera2HWI.cpp3348 streamInfo->is_secure = SECURE; in initStreamInfoBuf()
3396 streamInfo->is_secure = SECURE; in initStreamInfoBuf()
3408 streamInfo->is_secure = SECURE; in initStreamInfoBuf()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h1054 SECURE enumerator