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

  /frameworks/av/media/libmediaplayerservice/
ActivityManager.cpp 43 int32_t exceptionCode = reply.readExceptionCode();
44 if (!exceptionCode) {
53 String8(uri).string(), exceptionCode);
  /frameworks/av/media/libmedia/
IMediaHTTPConnection.cpp 70 int32_t exceptionCode = reply.readExceptionCode();
72 if (exceptionCode) {
104 int32_t exceptionCode = reply.readExceptionCode();
106 if (exceptionCode) {
140 int32_t exceptionCode = reply.readExceptionCode();
142 if (exceptionCode) {
158 int32_t exceptionCode = reply.readExceptionCode();
160 if (exceptionCode) {
178 int32_t exceptionCode = reply.readExceptionCode();
180 if (exceptionCode) {
    [all...]
  /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 54 int32_t exceptionCode = reply.readExceptionCode();
56 if (exceptionCode != 0) {
58 switch(exceptionCode) {
80 ALOGE("Binder transmission error %s (%d)", errorMsg, exceptionCode);
  /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 1376 milliseconds