Searched defs:system_code (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/content/renderer/media/
H A Dcdm_result_promise.cc76 uint32 system_code,
79 system_code, local
110 uint32 system_code,
113 system_code, local
75 OnReject(media::MediaKeys::Exception exception_code, uint32 system_code, const std::string& error_message) argument
108 OnReject( media::MediaKeys::Exception exception_code, uint32 system_code, const std::string& error_message) argument
H A Dcdm_session_adapter.cc191 uint32 system_code,
197 session->OnSessionError(exception_code, system_code, error_message);
188 OnSessionError( const std::string& web_session_id, media::MediaKeys::Exception exception_code, uint32 system_code, const std::string& error_message) argument
H A Dwebcontentdecryptionmodulesession_impl.cc198 uint32 system_code,
205 client_->error(Client::MediaKeyErrorCodeClient, system_code);
210 client_->error(Client::MediaKeyErrorCodeUnknown, system_code);
196 OnSessionError( media::MediaKeys::Exception exception_code, uint32 system_code, const std::string& error_message) argument
/external/chromium_org/media/base/
H A Dcdm_promise.cc82 uint32 system_code,
85 reject_cb_.Run(exception_code, system_code, error_message);
81 reject(MediaKeys::Exception exception_code, uint32 system_code, const std::string& error_message) argument
/external/libnfc-nci/src/nfa/ce/
H A Dnfa_ce_api.c249 tNFA_STATUS NFA_CeRegisterFelicaSystemCodeOnDH (UINT16 system_code, argument
269 p_msg->reg_listen.system_code = system_code;
/external/chromium_org/content/renderer/media/crypto/
H A Drenderer_cdm_manager.cc122 uint32 system_code) {
125 media_keys->OnSessionError(session_id, error_code, system_code);
119 OnSessionError(int cdm_id, uint32 session_id, media::MediaKeys::KeyError error_code, uint32 system_code) argument
H A Dproxy_decryptor.cc310 uint32 system_code,
329 key_error_cb_.Run(web_session_id, error_code, system_code);
308 OnSessionError(const std::string& web_session_id, media::MediaKeys::Exception exception_code, uint32 system_code, const std::string& error_message) argument
H A Dproxy_media_keys.cc193 uint32 system_code) {
211 promise->reject(exception_code, system_code, std::string());
218 web_session_id, exception_code, system_code, std::string());
191 OnSessionError(uint32 session_id, media::MediaKeys::KeyError error_code, uint32 system_code) argument
H A Dencrypted_media_player_support_impl.cc404 uint32 system_code) {
409 if (system_code > std::numeric_limits<uint16>::max()) {
410 LOG(WARNING) << "system_code exceeds unsigned short limit.";
413 short_system_code = static_cast<uint16>(system_code);
402 OnKeyError(const std::string& session_id, media::MediaKeys::KeyError error_code, uint32 system_code) argument
H A Dppapi_decryptor.cc46 uint32 system_code,
50 caller_promise_->reject(exception_code, system_code, error_message);
77 uint32 system_code,
81 caller_promise_->reject(exception_code, system_code, error_message);
530 uint32 system_code,
534 web_session_id, exception_code, system_code, error_description);
528 OnSessionError(const std::string& web_session_id, MediaKeys::Exception exception_code, uint32 system_code, const std::string& error_description) argument
/external/chromium_org/ppapi/thunk/
H A Dppb_content_decryptor_private_thunk.cc54 uint32_t system_code,
63 system_code,
124 uint32_t system_code,
133 system_code,
51 PromiseRejected(PP_Instance instance, uint32_t promise_id, PP_CdmExceptionCode exception_code, uint32_t system_code, struct PP_Var error_description) argument
121 SessionError(PP_Instance instance, struct PP_Var web_session_id, PP_CdmExceptionCode exception_code, uint32_t system_code, struct PP_Var error_description) argument
/external/chromium_org/content/browser/media/cdm/
H A Dbrowser_cdm_manager.cc177 uint32 system_code) {
179 render_frame_id, cdm_id, session_id, error_code, system_code));
173 OnSessionError(int render_frame_id, int cdm_id, uint32 session_id, MediaKeys::KeyError error_code, uint32 system_code) argument
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_adapter.h109 uint32_t system_code) OVERRIDE;
123 uint32_t system_code,
144 uint32_t system_code,
176 uint32_t system_code,
179 uint32_t system_code; member in struct:media::CdmAdapter::SessionError
219 uint32_t system_code,
H A Dcdm_adapter.cc697 uint32_t system_code) {
718 RejectPromise(promise_id, error, system_code, std::string());
724 system_code,
767 uint32_t system_code,
772 if (system_code == 0x27) {
783 system_code,
789 uint32_t system_code,
794 SessionError(error, system_code, error_message)));
838 uint32_t system_code,
845 system_code,
695 OnSessionError(uint32_t session_id, cdm::MediaKeyError error_code, uint32_t system_code) argument
765 OnRejectPromise(uint32_t promise_id, cdm::Error error, uint32_t system_code, const char* error_message, uint32_t error_message_length) argument
787 RejectPromise(uint32_t promise_id, cdm::Error error, uint32_t system_code, const std::string& error_message) argument
835 OnSessionError(const char* web_session_id, uint32_t web_session_id_length, cdm::Error error, uint32_t system_code, const char* error_message, uint32_t error_message_length) argument
1332 SessionError(cdm::Error error, uint32_t system_code, std::string error_description) argument
[all...]
/external/libnfc-nci/src/nfc/int/
H A Dce_int.h75 UINT16 system_code; member in struct:__anon24342
164 tNFC_STATUS ce_select_t3t (UINT16 system_code, UINT8 nfcid2[NCI_RF_F_UID_LEN]);
/external/libnfc-nci/src/nfc/nci/
H A Dnci_hmsgs.c494 UINT8 nci_snd_t3t_polling (UINT16 system_code, UINT8 rc, UINT8 tsn) argument
511 UINT16_TO_BE_STREAM (pp, system_code);
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.cc332 uint32_t system_code,
340 system_code,
404 uint32_t system_code,
413 system_code,
329 PromiseRejected( uint32_t promise_id, PP_CdmExceptionCode exception_code, uint32_t system_code, const std::string& error_description) argument
401 SessionError( const std::string& web_session_id, PP_CdmExceptionCode exception_code, uint32_t system_code, const std::string& error_description) argument
/external/libnfc-nci/src/nfa/int/
H A Dnfa_ce_int.h94 UINT16 system_code; member in struct:__anon24082
/external/chromium_org/media/cdm/
H A Daes_decryptor_unittest.cc254 uint32 system_code,
252 OnReject(PromiseResult expected_result, MediaKeys::Exception exception_code, uint32 system_code, const std::string& error_message) argument
/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c579 if ((sc == 0xFFFF) || (sc == p_cb->system_code))
593 UINT16_TO_BE_STREAM (p_dst, p_cb->system_code);
684 if ((p_cb->system_code != T3T_SYSTEM_CODE_NDEF) || (!p_cb->ndef_info.initialized))
887 tNFC_STATUS ce_select_t3t (UINT16 system_code, UINT8 nfcid2[NCI_RF_F_UID_LEN]) argument
894 p_cb->system_code = system_code;
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.cc296 void ReportSystemCodeUMA(const std::string& key_system, uint32 system_code) { argument
301 system_code);
772 uint32 system_code,
774 ReportSystemCodeUMA(key_system_, system_code);
783 system_code, local
867 uint32 system_code,
869 ReportSystemCodeUMA(key_system_, system_code);
882 system_code,
769 OnPromiseRejected( uint32 promise_id, PP_CdmExceptionCode exception_code, uint32 system_code, PP_Var error_description) argument
864 OnSessionError( PP_Var web_session_id, PP_CdmExceptionCode exception_code, uint32 system_code, PP_Var error_description) argument
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dclear_key_cdm.cc770 uint32 system_code,
774 system_code,
768 OnPromiseFailed(uint32 promise_id, MediaKeys::Exception exception_code, uint32 system_code, const std::string& error_message) argument
/external/chromium_org/media/filters/
H A Dpipeline_integration_test.cc132 uint32 system_code,
173 uint32 system_code,
176 web_session_id, error_name, system_code, error_message);
209 uint32 system_code,
130 OnSessionError(const std::string& web_session_id, const std::string& error_name, uint32 system_code, const std::string& error_message) argument
171 OnSessionError(const std::string& web_session_id, const std::string& error_name, uint32 system_code, const std::string& error_message) argument
207 OnReject(PromiseResult expected, media::MediaKeys::Exception exception_code, uint32 system_code, const std::string& error_message) argument
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_instance.cc332 uint32 system_code,
369 uint32 system_code,
329 PromiseRejected(PP_Instance instance, uint32 promise_id, PP_CdmExceptionCode exception_code, uint32 system_code, PP_Var error_description_var) argument
366 SessionError(PP_Instance instance, PP_Var web_session_id_var, PP_CdmExceptionCode exception_code, uint32 system_code, PP_Var error_description_var) argument
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.cc1723 uint32 system_code) {
1728 if (system_code > std::numeric_limits<unsigned short>::max()) {
1729 LOG(WARNING) << "system_code exceeds unsigned short limit.";
1732 short_system_code = static_cast<unsigned short>(system_code);
1721 OnKeyError(const std::string& session_id, media::MediaKeys::KeyError error_code, uint32 system_code) argument

Completed in 737 milliseconds

12