Searched refs:session_type (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/media/cdm/
H A Djson_web_key.h61 // a valid JWK Set, then true is returned and |keys| and |session_type| are
65 MediaKeys::SessionType* session_type);
67 // Create a license request message for the |key_id| and |session_type|
73 MediaKeys::SessionType session_type,
H A Djson_web_key_unittest.cc22 MediaKeys::SessionType session_type; local
24 ExtractKeysFromJWKSet(jwk, &keys, &session_type));
33 MediaKeys::SessionType session_type; local
35 ExtractKeysFromJWKSet(jwk, &keys, &session_type));
38 EXPECT_EQ(expected_type, session_type);
44 MediaKeys::SessionType session_type,
47 CreateLicenseRequest(key_id, key_id_length, session_type, &result);
42 CreateLicenseAndExpect(const uint8* key_id, int key_id_length, MediaKeys::SessionType session_type, const std::string& expected_result) argument
H A Djson_web_key.cc130 MediaKeys::SessionType* session_type) {
172 *session_type = MediaKeys::TEMPORARY_SESSION;
177 *session_type = MediaKeys::PERSISTENT_SESSION;
179 *session_type = MediaKeys::TEMPORARY_SESSION;
192 MediaKeys::SessionType session_type,
200 switch (session_type) {
128 ExtractKeysFromJWKSet(const std::string& jwk_set, KeyIdAndKeyPairs* keys, MediaKeys::SessionType* session_type) argument
190 CreateLicenseRequest(const uint8* key_id, int key_id_length, MediaKeys::SessionType session_type, std::vector<uint8>* license) argument
H A Daes_decryptor.cc251 SessionType session_type,
257 // |session_type|; just resolve the promise and then fire a message event
259 // TODO(jrummell): Validate |init_data_type| and |session_type|.
262 CreateLicenseRequest(init_data, init_data_length, session_type, &message);
293 SessionType session_type = MediaKeys::TEMPORARY_SESSION; local
294 if (!ExtractKeysFromJWKSet(key_string, &keys, &session_type)) {
248 CreateSession(const std::string& init_data_type, const uint8* init_data, int init_data_length, SessionType session_type, scoped_ptr<NewSessionCdmPromise> promise) argument
H A Daes_decryptor.h43 SessionType session_type,
/external/chromium_org/content/renderer/media/crypto/
H A Dproxy_decryptor.cc132 media::MediaKeys::SessionType session_type = local
149 session_type, promise.Pass());
332 void ProxyDecryptor::SetSessionId(SessionCreationType session_type, argument
336 session_type == PersistentSession || session_type == LoadSession;
340 if (session_type == LoadSession)
H A Dproxy_decryptor.h110 void SetSessionId(SessionCreationType session_type,
H A Dppapi_decryptor.h56 SessionType session_type,
H A Dproxy_media_keys.h48 SessionType session_type,
/external/chromium_org/chrome/common/mac/
H A Dlaunchd.h49 // |session_type| can be "Aqua", "LoginWindow", "Background", "StandardIO" or
57 CFStringRef session_type);
H A Dmock_launchd.h43 CFStringRef session_type) OVERRIDE;
/external/chromium_org/ppapi/c/private/
H A Dppp_content_decryptor_private.h85 * @param[in] session_type A <code>PP_SessionType</code> that indicates the
92 PP_SessionType session_type);
/external/chromium_org/ppapi/api/private/
H A Dppp_content_decryptor_private.idl67 * @param[in] session_type A <code>PP_SessionType</code> that indicates the
75 [in] PP_SessionType session_type);
/external/chromium_org/content/renderer/media/
H A Dwebcontentdecryptionmodulesession_impl.h47 const blink::WebString& session_type,
H A Dcdm_session_adapter.h72 // |session_type| provided.
76 media::MediaKeys::SessionType session_type,
H A Dcdm_session_adapter.cc93 media::MediaKeys::SessionType session_type,
98 session_type,
89 InitializeNewSession( const std::string& init_data_type, const uint8* init_data, int init_data_length, media::MediaKeys::SessionType session_type, scoped_ptr<media::NewSessionCdmPromise> promise) argument
H A Dwebcontentdecryptionmodulesession_impl.cc87 const blink::WebString& session_type,
83 initializeNewSession( const blink::WebString& init_data_type, const uint8* init_data, size_t init_data_length, const blink::WebString& session_type, blink::WebContentDecryptionModuleResult result) argument
/external/chromium_org/ppapi/proxy/
H A Dppp_content_decryptor_private_proxy.h43 PP_SessionType session_type);
H A Dppp_content_decryptor_private_proxy.cc167 PP_SessionType session_type) {
180 session_type));
593 PP_SessionType session_type) {
601 session_type);
163 CreateSession(PP_Instance instance, uint32_t promise_id, PP_Var init_data_type, PP_Var init_data, PP_SessionType session_type) argument
588 OnMsgCreateSession( PP_Instance instance, uint32_t promise_id, SerializedVarReceiveInput init_data_type, SerializedVarReceiveInput init_data, PP_SessionType session_type) argument
/external/chromium_org/media/base/
H A Dmedia_keys.h85 // Creates a session with the |init_data_type|, |init_data| and |session_type|
92 SessionType session_type,
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.h43 PP_SessionType session_type) = 0;
H A Dcontent_decryptor_private.cc63 PP_SessionType session_type) {
82 session_type);
59 CreateSession(PP_Instance instance, uint32_t promise_id, PP_Var init_data_type_arg, PP_Var init_data_arg, PP_SessionType session_type) argument
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_wrapper.h54 cdm::SessionType session_type) = 0;
196 cdm::SessionType session_type) OVERRIDE {
197 // TODO(jrummell): Remove this code once |session_type| is passed through
199 PP_DCHECK(session_type == cdm::kTemporary);
216 session_type);
436 cdm::SessionType session_type) {
430 CreateSession( uint32_t promise_id, const char* init_data_type, uint32_t init_data_type_size, const uint8_t* init_data, uint32_t init_data_size, cdm::SessionType session_type) argument
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dclear_key_cdm.h43 cdm::SessionType session_type) OVERRIDE;
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.h68 media::MediaKeys::SessionType session_type,

Completed in 4198 milliseconds

12