HomeSort by relevance Sort by last modified time
    Searched defs:systemCode (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaKeyError.h 47 static PassRefPtr<MediaKeyError> create(Code code, unsigned long systemCode = 0) { return adoptRef(new MediaKeyError(code, systemCode)); }
50 unsigned long systemCode() { return m_systemCode; }
53 explicit MediaKeyError(Code code, unsigned long systemCode) : m_code(code), m_systemCode(systemCode)
MediaKeyEvent.h 43 unsigned short systemCode;
69 unsigned short systemCode() const { return m_systemCode; }
  /external/chromium_org/third_party/WebKit/Source/platform/drm/
ContentDecryptionModuleSession.cpp 78 void ContentDecryptionModuleSession::keyError(MediaKeyErrorCode errorCode, unsigned long systemCode)
80 m_client->keyError(static_cast<ContentDecryptionModuleSessionClient::MediaKeyErrorCode>(errorCode), systemCode);
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 733 UINT16 systemCode = *(activationData.params.t3t.p_system_codes);
734 result [8] = (UINT8) (systemCode >> 8);
735 result [9] = (UINT8) systemCode;
    [all...]

Completed in 142 milliseconds