HomeSort by relevance Sort by last modified time
    Searched refs:system_code (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/content/renderer/media/
cdm_result_promise.h 37 uint32 system_code,
59 uint32 system_code,
cdm_result_promise.cc 76 uint32 system_code,
79 system_code, local
110 uint32 system_code,
113 system_code, local
webcontentdecryptionmodulesession_impl.h 67 uint32 system_code,
webcontentdecryptionmodulesession_impl.cc 198 uint32 system_code,
205 client_->error(Client::MediaKeyErrorCodeClient, system_code);
210 client_->error(Client::MediaKeyErrorCodeUnknown, system_code);
cdm_session_adapter.h 134 uint32 system_code,
  /external/chromium_org/ppapi/c/private/
ppb_content_decryptor_private.h 84 * @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/
nfa_ce_api.h 134 NFC_API extern tNFA_STATUS NFA_CeRegisterFelicaSystemCodeOnDH (UINT16 system_code,
  /external/chromium_org/media/base/
cdm_promise.h 45 uint32 system_code,
52 // specified. |system_code| is a Key System-specific value for the error
56 uint32 system_code,
browser_cdm.h 33 uint32 system_code)> SessionErrorCB;
cdm_promise.cc 82 uint32 system_code,
85 reject_cb_.Run(exception_code, system_code, error_message);
media_keys.h 142 uint32 system_code,
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_api.c 249 tNFA_STATUS NFA_CeRegisterFelicaSystemCodeOnDH (UINT16 system_code,
269 p_msg->reg_listen.system_code = system_code;
  /external/chromium_org/media/cdm/ppapi/
cdm_adapter.h 109 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,
cdm_adapter.cc 697 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,
    [all...]
  /external/chromium_org/content/renderer/media/crypto/
proxy_decryptor.h 44 uint32 system_code)> KeyErrorCB;
100 uint32 system_code,
renderer_cdm_manager.h 76 uint32 system_code);
renderer_cdm_manager.cc 122 uint32 system_code) {
125 media_keys->OnSessionError(session_id, error_code, system_code);
ppapi_decryptor.cc 46 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);
proxy_media_keys.cc 193 uint32 system_code) {
211 promise->reject(exception_code, system_code, std::string());
218 web_session_id, exception_code, system_code, std::string());
  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.h 83 uint32_t system_code,
96 uint32_t system_code,
  /external/libnfc-nci/src/nfc/int/
ce_int.h 75 UINT16 system_code; member in struct:__anon8047
164 tNFC_STATUS ce_select_t3t (UINT16 system_code, UINT8 nfcid2[NCI_RF_F_UID_LEN]);
  /external/chromium_org/ppapi/api/private/
ppb_content_decryptor_private.idl 70 * @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/
ppb_content_decryptor_private_thunk.cc 54 uint32_t system_code,
63 system_code,
124 uint32_t system_code,
133 system_code,
  /external/libnfc-nci/src/nfc/include/
nci_hmsgs.h 60 UINT8 nci_snd_t3t_polling (UINT16 system_code, UINT8 rc, UINT8 tsn);
  /external/chromium_org/content/browser/media/cdm/
browser_cdm_manager.h 82 uint32 system_code);

Completed in 2033 milliseconds

1 2 3