/hardware/interfaces/cas/native/1.0/ |
D | types.hal | 62 * memory for the non-secure descrambling case, or it can be a secure buffer 79 * to user-space non-secure shared memory. 85 * to secure memory referenced by the vendor's buffer allocator.
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_tonemapper.cpp | 78 tone_map_config_.secure); in OnTask() 110 buffer_info.buffer_config.secure = layer->request.flags.secure; in AllocateIntermediateBuffers() 154 tone_map_config_.secure = layer->request.flags.secure; in SetToneMapConfig() 166 (layer->request.flags.secure == tone_map_config_.secure) && in IsSameToneMapConfig()
|
D | hwc_buffer_allocator.cpp | 73 if (buffer_config.secure) { in AllocateBuffer() 147 if (buffer_config.secure) { in GetBufferSize() 288 if (buffer_config.secure) { in GetAllocatedBufferInfo()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_tonemapper.cpp | 106 tone_map_config_.secure = layer->request.flags.secure; in SetToneMapConfig() 118 (layer->request.flags.secure == tone_map_config_.secure) && in IsSameToneMapConfig() 307 session->tone_map_config_.secure); in AcquireToneMapSession() 319 if (layer->request.flags.secure) { in AcquireToneMapSession()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_tonemapper.cpp | 106 tone_map_config_.secure = layer->request.flags.secure; in SetToneMapConfig() 118 (layer->request.flags.secure == tone_map_config_.secure) && in IsSameToneMapConfig() 307 session->tone_map_config_.secure); in AcquireToneMapSession() 319 if (layer->request.flags.secure) { in AcquireToneMapSession()
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_tonemapper.cpp | 78 tone_map_config_.secure); in OnTask() 110 buffer_info.buffer_config.secure = layer->request.flags.secure; in AllocateIntermediateBuffers() 155 tone_map_config_.secure = layer->request.flags.secure; in SetToneMapConfig() 167 (layer->request.flags.secure == tone_map_config_.secure) && in IsSameToneMapConfig()
|
D | hwc_display_virtual.cpp | 129 if (output_buffer_ && !output_buffer_->flags.secure && layer_stack_.flags.secure_present) { in Validate() 132 if (layer->input_buffer.flags.secure) { in Validate() 274 output_buffer_->flags.secure = 0; in SetOutputBuffer() 283 output_buffer_->flags.secure = 1; in SetOutputBuffer()
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_tonemapper.cpp | 78 tone_map_config_.secure); in OnTask() 110 buffer_info.buffer_config.secure = layer->request.flags.secure; in AllocateIntermediateBuffers() 155 tone_map_config_.secure = layer->request.flags.secure; in SetToneMapConfig() 167 (layer->request.flags.secure == tone_map_config_.secure) && in IsSameToneMapConfig()
|
D | hwc_display_virtual.cpp | 124 if (output_buffer_ && !output_buffer_->flags.secure && layer_stack_.flags.secure_present) { in Validate() 127 if (layer->input_buffer.flags.secure) { in Validate() 262 output_buffer_->flags.secure = 0; in SetOutputBuffer() 271 output_buffer_->flags.secure = 1; in SetOutputBuffer()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_tonemapper.cpp | 78 tone_map_config_.secure); in OnTask() 110 buffer_info.buffer_config.secure = layer->request.flags.secure; in AllocateIntermediateBuffers() 154 tone_map_config_.secure = layer->request.flags.secure; in SetToneMapConfig() 166 (layer->request.flags.secure == tone_map_config_.secure) && in IsSameToneMapConfig()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_tonemapper.cpp | 78 tone_map_config_.secure); in OnTask() 110 buffer_info.buffer_config.secure = layer->request.flags.secure; in AllocateIntermediateBuffers() 154 tone_map_config_.secure = layer->request.flags.secure; in SetToneMapConfig() 166 (layer->request.flags.secure == tone_map_config_.secure) && in IsSameToneMapConfig()
|
/hardware/interfaces/drm/1.1/ |
D | IDrmPlugin.hal | 194 * Get the IDs of all secure stops on the device 197 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the secure stop 205 * Release secure stops given a release message from the key server 207 * @param ssRelease the secure stop release message identifying one or more 208 * secure stops to release. ssRelease is opaque, it is passed directly from 217 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the secure stop 223 * Remove a secure stop given its secure stop ID, without requiring 224 * a secure stop release response message from the key server. 226 * @param secureStopId the ID of the secure stop to release. 230 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the secure stop [all …]
|
/hardware/interfaces/drm/1.2/ |
D | ICryptoPlugin.hal | 40 * @param secure a flag to indicate if a secure decoder is being used. This 42 * a secure decoder. 67 * the secure output buffer exceeds the size of the buffer 80 decrypt_1_2(bool secure, uint8_t[16] keyId, uint8_t[16] iv, Mode mode,
|
/hardware/interfaces/drm/1.0/ |
D | ICryptoPlugin.hal | 29 * Check if the specified mime-type requires a secure decoder 33 * @return secureRequired must be true only if a secure decoder is required 80 * @param secure a flag to indicate if a secure decoder is being used. This 82 * a secure decoder. 110 decrypt(bool secure, uint8_t[16] keyId, uint8_t[16] iv, Mode mode,
|
D | IDrmPlugin.hal | 222 * status in secure storage. 229 * When playback is completed the session is destroyed, and the secure 230 * stops are queried by the app. The app then delivers the secure stop 238 * Get all secure stops on the device 241 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the secure stops 243 * @return secureStops a list of the secure stop opaque objects 249 * Get all secure stops by secure stop ID 251 * @param secureStopId the ID of the secure stop to return. The 252 * secure stop ID is delivered by the key server as part of the key 257 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the secure stop [all …]
|
/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
D | hw_virtual_drm.cpp | 76 void HWVirtualDRM::ConfigureWbConnectorSecureMode(bool secure) { in ConfigureWbConnectorSecureMode() argument 77 DRMSecureMode secure_mode = secure ? DRMSecureMode::SECURE : DRMSecureMode::NON_SECURE; in ConfigureWbConnectorSecureMode() 134 ConfigureWbConnectorSecureMode(output_buffer->flags.secure); in Commit() 152 ConfigureWbConnectorSecureMode(output_buffer->flags.secure); in Validate()
|
/hardware/interfaces/secure_element/1.0/ |
D | ISecureElement.hal | 59 * the secure element, an empty vector is returned. 70 * SecureElementStatus::CHANNEL_NOT_AVAILABLE if secure 74 * doesn't match any applet on the secure element and 94 * SecureElementStatus::CHANNEL_NOT_AVAILABLE if secure 98 * doesn't match any applet on the secure element and
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_virtual_drm.cpp | 77 void HWVirtualDRM::ConfigureWbConnectorSecureMode(bool secure) { in ConfigureWbConnectorSecureMode() argument 78 DRMSecureMode secure_mode = secure ? DRMSecureMode::SECURE : DRMSecureMode::NON_SECURE; in ConfigureWbConnectorSecureMode() 135 ConfigureWbConnectorSecureMode(output_buffer->flags.secure); in Commit() 166 ConfigureWbConnectorSecureMode(output_buffer->flags.secure); in Validate()
|
/hardware/interfaces/drm/1.0/default/ |
D | CryptoPlugin.cpp | 61 Return<void> CryptoPlugin::decrypt(bool secure, in decrypt() argument 158 if (!secure) { in decrypt() 169 ssize_t result = mLegacyPlugin->decrypt(secure, keyId.data(), iv.data(), in decrypt()
|
/hardware/interfaces/cas/1.0/ |
D | IDescramblerBase.hal | 35 * Query if the scrambling scheme requires the use of a secure decoder 39 * @return result whether the descrambler requires a secure decoder.
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayMdpRot.cpp | 102 mRotImgInfo.secure = 0; in setFlags() 104 mRotImgInfo.secure = 1; in setFlags() 148 if(!mem.open(numbufs, bufsz, mRotImgInfo.secure)){ in open_i()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.cpp | 73 if (buffer_config.secure) { in AllocateBuffer() 141 if (buffer_config.secure) { in GetBufferSize() 282 if (buffer_config.secure) { in GetAllocatedBufferInfo()
|
/hardware/qcom/display/msm8996/sdm/include/core/ |
D | buffer_allocator.h | 52 bool secure = false; //!< Specifies buffer to be allocated from member
|
/hardware/qcom/msm8998/kernel-headers/linux/ |
D | msm_rotator.h | 49 unsigned int secure; member
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | msm_rotator.h | 49 unsigned int secure; member
|