Home
last modified time | relevance | path

Searched refs:ERROR_DRM_NO_LICENSE (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DSession.cpp73 return android::ERROR_DRM_NO_LICENSE; in decrypt()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaErrors.h62 ERROR_DRM_NO_LICENSE = DRM_ERROR_BASE - 1, enumerator
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DSession.cpp87 return Status_V1_2::ERROR_DRM_NO_LICENSE; in decrypt()
DDrmPlugin.cpp459 return Status::ERROR_DRM_NO_LICENSE; in restoreKeys()
465 return Status::ERROR_DRM_NO_LICENSE; in restoreKeys()
/frameworks/av/drm/libmediadrm/
DCryptoHal.cpp60 case Status::ERROR_DRM_NO_LICENSE: in toStatusT()
61 return ERROR_DRM_NO_LICENSE; in toStatusT()
DDrmHal.cpp243 case Status::ERROR_DRM_NO_LICENSE: in toStatusT()
244 return ERROR_DRM_NO_LICENSE; in toStatusT()
/frameworks/av/media/ndk/
DNdkMediaDrm.cpp217 case android::ERROR_DRM_NO_LICENSE: in translateStatus()
/frameworks/base/media/jni/
Dandroid_media_MediaPlayer.cpp1183 case ERROR_DRM_NO_LICENSE: in throwDrmExceptionAsNecessary()
Dandroid_media_MediaDrm.cpp368 case ERROR_DRM_NO_LICENSE: in throwExceptionAsNecessary()
Dandroid_media_MediaCodec.cpp1166 case ERROR_DRM_NO_LICENSE: in throwCryptoException()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp2714 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, ERROR_DRM_NO_LICENSE); in onSourceNotify()