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.cpp446 return Status::ERROR_DRM_NO_LICENSE; in restoreKeys()
452 return Status::ERROR_DRM_NO_LICENSE; in restoreKeys()
/frameworks/av/drm/libmediadrm/
DCryptoHal.cpp61 case Status::ERROR_DRM_NO_LICENSE: in toStatusT()
62 return ERROR_DRM_NO_LICENSE; in toStatusT()
DDrmHal.cpp251 case Status::ERROR_DRM_NO_LICENSE: in toStatusT()
252 return ERROR_DRM_NO_LICENSE; in toStatusT()
/frameworks/av/media/ndk/
DNdkMediaDrm.cpp225 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.cpp396 case ERROR_DRM_NO_LICENSE: in throwExceptionAsNecessary()
Dandroid_media_MediaCodec.cpp1001 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()