Searched refs:sessionContentProtectionLevel (Results 1 – 3 of 3) sorted by relevance
156 DRM_ContentProtectionLevel sessionContentProtectionLevel;158 &sessionContentProtectionLevel);
2936 DRM_ContentProtectionLevel sessionContentProtectionLevel = CONTENT_PROTECTION_LEVEL_UNKNOWN; in filltest3() local2937 …No = OH_MediaKeySession_GetContentProtectionLevel(mediaKeySession, &sessionContentProtectionLevel); in filltest3()2939 errNo = OH_MediaKeySession_GetContentProtectionLevel(nullptr, &sessionContentProtectionLevel); in filltest3()3363 DRM_ContentProtectionLevel sessionContentProtectionLevel = CONTENT_PROTECTION_LEVEL_UNKNOWN; variable3364 …No = OH_MediaKeySession_GetContentProtectionLevel(mediaKeySession, &sessionContentProtectionLevel);