HomeSort by relevance Sort by last modified time
    Searched refs:exceptionCode (Results 1 - 13 of 13) sorted by null

  /frameworks/av/media/libmediaplayerservice/
ActivityManager.cpp 43 int32_t exceptionCode = reply.readExceptionCode();
44 if (!exceptionCode) {
53 String8(uri).string(), exceptionCode);
  /external/chromium_org/third_party/WebKit/Source/web/
WebCryptoNormalize.cpp 43 WebCryptoAlgorithm normalizeCryptoAlgorithm(v8::Handle<v8::Object> algorithmObject, WebCryptoOperation operation, int* exceptionCode, WebString* errorDetails, v8::Isolate* isolate)
51 *exceptionCode = webCryptoErrorToExceptionCode(error.errorType);
WebRange.cpp 72 WebNode WebRange::startContainer(WebExceptionCode& exceptionCode) const
76 exceptionCode = 0;
80 WebNode WebRange::endContainer(WebExceptionCode& exceptionCode) const
84 exceptionCode = 0;
  /external/chromium_org/third_party/WebKit/public/web/
WebCryptoNormalize.h 54 // ExceptionCode and the WebString to a (non-localized) debug string.
57 BLINK_EXPORT WebCryptoAlgorithm normalizeCryptoAlgorithm(v8::Handle<v8::Object>, WebCryptoOperation, int* exceptionCode, WebString* errorDetails, v8::Isolate*);
WebRange.h 65 BLINK_EXPORT WebNode startContainer(int& exceptionCode) const;
66 BLINK_EXPORT WebNode endContainer(int& exceptionCode) const;
  /frameworks/av/media/libmedia/
IMediaHTTPConnection.cpp 69 int32_t exceptionCode = reply.readExceptionCode();
71 if (exceptionCode) {
103 int32_t exceptionCode = reply.readExceptionCode();
105 if (exceptionCode) {
125 int32_t exceptionCode = reply.readExceptionCode();
127 if (exceptionCode) {
143 int32_t exceptionCode = reply.readExceptionCode();
145 if (exceptionCode) {
163 int32_t exceptionCode = reply.readExceptionCode();
165 if (exceptionCode) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
SimpleContentDecryptionModuleResult.cpp 19 ExceptionCode WebCdmExceptionToExceptionCode(WebContentDecryptionModuleException cdmException)
65 void SimpleContentDecryptionModuleResult::completeWithError(WebContentDecryptionModuleException exceptionCode, unsigned long systemCode, const WebString& errorMessage)
67 completeWithDOMException(WebCdmExceptionToExceptionCode(exceptionCode), errorMessage);
75 void SimpleContentDecryptionModuleResult::completeWithDOMException(ExceptionCode code, const String& errorMessage)
MediaKeySession.cpp 33 #include "core/dom/ExceptionCode.h"
182 virtual void completeWithError(WebContentDecryptionModuleException exceptionCode, unsigned long systemCode, const WebString& errorMessage) OVERRIDE
184 completeWithDOMException(WebCdmExceptionToExceptionCode(exceptionCode), errorMessage);
198 void completeWithDOMException(ExceptionCode code, const String& errorMessage)
  /packages/apps/Email/src/com/android/email/activity/setup/
CheckSettingsErrorDialogFragment.java 135 final int exceptionCode = ex.getExceptionType();
136 switch (exceptionCode) {
  /frameworks/av/camera/
ICameraService.cpp 55 int32_t exceptionCode = reply.readExceptionCode();
57 if (exceptionCode != 0) {
59 switch(exceptionCode) {
81 ALOGE("Binder transmission error %s (%d)", errorMsg, exceptionCode);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp 32 #include "core/dom/ExceptionCode.h"
    [all...]
  /external/svox/pico/lib/
picoos.c 820 pico_status_t exceptionCode, picoos_char * baseMessage, picoos_char * fmt, ...)
825 if (PICO_OK == this->curExceptionCode && PICO_OK != exceptionCode) {
826 this->curExceptionCode = exceptionCode;
828 picoos_vSetErrorMsg(this->curExceptionMessage,PICOOS_MAX_EXC_MSG_LEN, exceptionCode, baseMessage, fmt,args);
    [all...]
picoos.h 234 pico_status_t exceptionCode, picoos_char * baseMessage, picoos_char * fmt, ...);

Completed in 758 milliseconds