Searched refs:system_code (Results 1 - 25 of 55) sorted by relevance

123

/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_result_promise.h37 uint32 system_code,
59 uint32 system_code,
H A Dwebcontentdecryptionmodulesession_impl.h67 uint32 system_code,
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
H A Dcdm_session_adapter.h134 uint32 system_code,
/external/chromium_org/ppapi/c/private/
H A Dppb_content_decryptor_private.h84 * @param[in] system_code A system error code.
92 uint32_t system_code,
189 * @param[in] system_code A system error code.
197 uint32_t system_code,
/external/libnfc-nci/src/nfa/include/
H A Dnfa_ce_api.h134 NFC_API extern tNFA_STATUS NFA_CeRegisterFelicaSystemCodeOnDH (UINT16 system_code,
/external/chromium_org/media/base/
H A Dcdm_promise.h45 uint32 system_code,
52 // specified. |system_code| is a Key System-specific value for the error
56 uint32 system_code,
H A Dbrowser_cdm.h33 uint32 system_code)> SessionErrorCB;
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/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/chromium_org/content/renderer/media/crypto/
H A Dproxy_decryptor.h44 uint32 system_code)> KeyErrorCB;
100 uint32 system_code,
H A Drenderer_cdm_manager.h76 uint32 system_code);
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 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
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
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.h83 uint32_t system_code,
96 uint32_t system_code,
/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/chromium_org/ppapi/api/private/
H A Dppb_content_decryptor_private.idl70 * @param[in] system_code A system error code.
79 [in] uint32_t system_code,
189 * @param[in] system_code A system error code.
198 [in] uint32_t system_code,
/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/libnfc-nci/src/nfc/include/
H A Dnci_hmsgs.h60 UINT8 nci_snd_t3t_polling (UINT16 system_code, UINT8 rc, UINT8 tsn);
/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/browser/media/cdm/
H A Dbrowser_cdm_manager.h82 uint32 system_code);

Completed in 731 milliseconds

123