/hardware/interfaces/drm/1.0/ |
D | types.hal | 21 * The DRM plugin must return OK when an operation completes without any 27 * The DRM plugin must return ERROR_DRM_NO_LICENSE, when decryption is 39 * The DRM plugin must return ERROR_DRM_SESSION_NOT_OPENED when an 45 * The DRM plugin must return ERROR_DRM_CANNOT_HANDLE when an unsupported 57 * The DRM plugin must return BAD_VALUE whenever an illegal parameter is 63 * The DRM plugin must return ERROR_DRM_NOT_PROVISIONED from getKeyRequest, 77 * The DRM Plugin must return ERROR_DRM_INSUFFICIENT_OUTPUT_PROTECTION 85 * The DRM Plugin must return ERROR_DRM_DEVICE_REVOKED from 93 * The DRM Plugin must return ERROR_DRM_DECRYPT if the CryptoPlugin 131 * DRM provider documentation for details.
|
D | IDrmPlugin.hal | 156 * status is in the form of {name, value} pairs. Since DRM license policies 158 * DRM vendor. Refer to your DRM provider documentation for definitions of 302 * defined by each DRM vendor. Refer to your DRM provider documentation
|
/hardware/interfaces/drm/1.1/ |
D | README.md | 4 different versions of the same HAL in VINTF manifests (for DRM) 18 requires DRM 1.0. If the new device manifest has Target FCM Version (i.e. 44 requires DRM 1.1. If the new device manifest has Target FCM Version (i.e.
|
D | IDrmPlugin.hal | 39 * represents the robustness of the device's DRM implementation. By default, 136 * policies must be handled by the DRM system. 151 * sessions that may be opened simultaneosly among all DRM instances for the 152 * active DRM scheme. 166 * security level determined by the robustness of the DRM system's 209 * a DRM license server through the app and media framework to the vendor 211 * DRM scheme being implemented according to this HAL. The DRM scheme
|
D | types.hal | 194 * DRM key management and crypto operations are performed within a 200 * DRM key management, crypto operations and decoding of content 206 * DRM key management, crypto operations, decoding of content and all
|
/hardware/qcom/display/msm8909/sdm/include/utils/ |
D | utils.h | 41 DRM, enumerator
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
D | utils.h | 41 DRM, enumerator
|
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
D | utils.h | 41 DRM, enumerator
|
/hardware/qcom/sdm845/display/sdm/include/utils/ |
D | utils.h | 41 DRM, enumerator
|
/hardware/qcom/sdm845/display/libqdutils/ |
D | qd_utils.h | 69 DRM, enumerator
|
D | qd_utils.cpp | 166 if (getDriverType() == DriverType::DRM) { in querySDEInfo() 285 return access(fb_caps, F_OK) ? DriverType::DRM : DriverType::FB; in getDriverType()
|
/hardware/qcom/display/msm8998/libqdutils/ |
D | qd_utils.h | 69 DRM, enumerator
|
D | qd_utils.cpp | 165 if (getDriverType() == DriverType::DRM) { in querySDEInfo() 282 return access(fb_caps, F_OK) ? DriverType::DRM : DriverType::FB; in getDriverType()
|
/hardware/qcom/display/msm8909w_3100/libqdutils/ |
D | qd_utils.h | 69 DRM, enumerator
|
D | qd_utils.cpp | 165 if (getDriverType() == DriverType::DRM) { in querySDEInfo() 282 return access(fb_caps, F_OK) ? DriverType::DRM : DriverType::FB; in getDriverType()
|
/hardware/qcom/display/msm8909/libqdutils/ |
D | qd_utils.h | 69 DRM, enumerator
|
D | qd_utils.cpp | 165 if (getDriverType() == DriverType::DRM) { in querySDEInfo() 282 return access(fb_caps, F_OK) ? DriverType::DRM : DriverType::FB; in getDriverType()
|
/hardware/qcom/sdm845/display/sdm/libs/utils/ |
D | utils.cpp | 69 return Sys::access_(fb_caps, F_OK) ? DriverType::DRM : DriverType::FB; in GetDriverType()
|
/hardware/qcom/display/msm8998/sdm/libs/utils/ |
D | utils.cpp | 69 return Sys::access_(fb_caps, F_OK) ? DriverType::DRM : DriverType::FB; in GetDriverType()
|
/hardware/qcom/display/msm8909/sdm/libs/utils/ |
D | utils.cpp | 69 return Sys::access_(fb_caps, F_OK) ? DriverType::DRM : DriverType::FB; in GetDriverType()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/ |
D | utils.cpp | 69 return Sys::access_(fb_caps, F_OK) ? DriverType::DRM : DriverType::FB; in GetDriverType()
|
/hardware/qcom/sdm845/display/libhistogram/ |
D | histogram_collector.cpp | 456 DRM, in collecting_thread() enumerator 469 ev.data.u32 = static_cast<uint32_t>(EventType::DRM); in collecting_thread() 530 } else if (events[i].data.u32 == static_cast<uint32_t>(EventType::DRM)) { in collecting_thread()
|
/hardware/interfaces/broadcastradio/1.0/ |
D | types.hal | 47 /** FM HD Radio / DRM (IBOC) */ 49 /** AM HD Radio / DRM (IBOC) */
|
/hardware/interfaces/drm/1.2/ |
D | IDrmPlugin.hal | 207 * policies must be handled by the DRM system.
|
/hardware/qcom/sdm845/display/sdm/libs/core/ |
D | display_base.cpp | 1251 if (GetDriverType() == DriverType::DRM) { in SetDetailEnhancerData()
|