Home
last modified time | relevance | path

Searched refs:decryptLib (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/DivxDrmDecrypt/src/
DDivXDrmDecrypt.cpp44 static void* decryptLib = NULL; in getDecryptHandle() local
48 return decryptLib; in getDecryptHandle()
51 decryptLib = ::dlopen(DIVX_DRM_SHIM_LIB, RTLD_NOW); in getDecryptHandle()
54 if (decryptLib == NULL) { in getDecryptHandle()
58 return decryptLib; in getDecryptHandle()
/hardware/qcom/media/msm8974/mm-video-v4l2/DivxDrmDecrypt/src/
DDivXDrmDecrypt.cpp45 static void* decryptLib = NULL; in getDecryptHandle() local
49 return decryptLib; in getDecryptHandle()
52 decryptLib = ::dlopen(DIVX_DRM_SHIM_LIB, RTLD_NOW); in getDecryptHandle()
55 if (decryptLib == NULL) { in getDecryptHandle()
59 return decryptLib; in getDecryptHandle()