Home
last modified time | relevance | path

Searched refs:session_type (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/media/cdm/
Djson_web_key_unittest.cc22 MediaKeys::SessionType session_type; in ExtractJWKKeysAndExpect() local
24 ExtractKeysFromJWKSet(jwk, &keys, &session_type)); in ExtractJWKKeysAndExpect()
33 MediaKeys::SessionType session_type; in ExtractSessionTypeAndExpect() local
35 ExtractKeysFromJWKSet(jwk, &keys, &session_type)); in ExtractSessionTypeAndExpect()
38 EXPECT_EQ(expected_type, session_type); in ExtractSessionTypeAndExpect()
44 MediaKeys::SessionType session_type, in CreateLicenseAndExpect() argument
47 CreateLicenseRequest(key_id, key_id_length, session_type, &result); in CreateLicenseAndExpect()
Djson_web_key.cc130 MediaKeys::SessionType* session_type) { in ExtractKeysFromJWKSet() argument
172 *session_type = MediaKeys::TEMPORARY_SESSION; in ExtractKeysFromJWKSet()
177 *session_type = MediaKeys::PERSISTENT_SESSION; in ExtractKeysFromJWKSet()
179 *session_type = MediaKeys::TEMPORARY_SESSION; in ExtractKeysFromJWKSet()
192 MediaKeys::SessionType session_type, in CreateLicenseRequest() argument
200 switch (session_type) { in CreateLicenseRequest()
Djson_web_key.h65 MediaKeys::SessionType* session_type);
73 MediaKeys::SessionType session_type,
Daes_decryptor.cc251 SessionType session_type, in CreateSession() argument
262 CreateLicenseRequest(init_data, init_data_length, session_type, &message); in CreateSession()
293 SessionType session_type = MediaKeys::TEMPORARY_SESSION; in UpdateSession() local
294 if (!ExtractKeysFromJWKSet(key_string, &keys, &session_type)) { in UpdateSession()
Daes_decryptor.h43 SessionType session_type,
/external/chromium_org/content/renderer/media/crypto/
Dproxy_decryptor.cc132 media::MediaKeys::SessionType session_type = in GenerateKeyRequest() local
149 session_type, promise.Pass()); in GenerateKeyRequest()
332 void ProxyDecryptor::SetSessionId(SessionCreationType session_type, in SetSessionId() argument
336 session_type == PersistentSession || session_type == LoadSession; in SetSessionId()
340 if (session_type == LoadSession) in SetSessionId()
Dproxy_decryptor.h110 void SetSessionId(SessionCreationType session_type,
Dproxy_media_keys.h48 SessionType session_type,
Dppapi_decryptor.h56 SessionType session_type,
Dppapi_decryptor.cc181 SessionType session_type, in CreateSession() argument
194 session_type, in CreateSession()
/external/chromium_org/media/cdm/ppapi/
Dcdm_wrapper.h54 cdm::SessionType session_type) = 0;
196 cdm::SessionType session_type) OVERRIDE { in CreateSession() argument
199 PP_DCHECK(session_type == cdm::kTemporary); in CreateSession()
216 session_type); in CreateSession()
436 cdm::SessionType session_type) { in CreateSession() argument
/external/chromium_org/content/renderer/media/
Dcdm_session_adapter.cc93 media::MediaKeys::SessionType session_type, in InitializeNewSession() argument
98 session_type, in InitializeNewSession()
Dwebcontentdecryptionmodulesession_impl.h47 const blink::WebString& session_type,
Dcdm_session_adapter.h76 media::MediaKeys::SessionType session_type,
Dwebcontentdecryptionmodulesession_impl.cc87 const blink::WebString& session_type, in initializeNewSession() argument
/external/chromium_org/chrome/common/mac/
Dlaunchd.h57 CFStringRef session_type);
Dmock_launchd.h43 CFStringRef session_type) OVERRIDE;
/external/chromium_org/ppapi/proxy/
Dppp_content_decryptor_private_proxy.cc167 PP_SessionType session_type) { in CreateSession() argument
180 session_type)); in CreateSession()
593 PP_SessionType session_type) { in OnMsgCreateSession() argument
601 session_type); in OnMsgCreateSession()
Dppp_content_decryptor_private_proxy.h43 PP_SessionType session_type);
/external/chromium_org/ppapi/c/private/
Dppp_content_decryptor_private.h92 PP_SessionType session_type);
/external/chromium_org/media/base/
Dmedia_keys.h92 SessionType session_type,
/external/chromium_org/media/cdm/ppapi/external_clear_key/
Dclear_key_cdm.cc158 cdm::SessionType session_type) { in ConvertSessionType() argument
159 switch (session_type) { in ConvertSessionType()
247 cdm::SessionType session_type) { in CreateSession() argument
260 ConvertSessionType(session_type), in CreateSession()
Dclear_key_cdm.h43 cdm::SessionType session_type) OVERRIDE;
/external/chromium_org/ppapi/cpp/private/
Dcontent_decryptor_private.h43 PP_SessionType session_type) = 0;
Dcontent_decryptor_private.cc63 PP_SessionType session_type) { in CreateSession() argument
82 session_type); in CreateSession()

12