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

1 2 3

  /frameworks/base/core/java/android/nfc/
ErrorCodes.java 39 case ERROR_IO: return "IO";
67 public static final int ERROR_IO = -1;
  /frameworks/base/core/java/android/nfc/tech/
NdefFormatable.java 130 case ErrorCodes.ERROR_IO:
149 case ErrorCodes.ERROR_IO:
165 case ErrorCodes.ERROR_IO:
Ndef.java 319 case ErrorCodes.ERROR_IO:
387 case ErrorCodes.ERROR_IO:
  /external/apache-http/android/src/android/net/http/
EventHandler.java 51 public static final int ERROR_IO = -7;
Connection.java 237 error = EventHandler.ERROR_IO;
240 error = EventHandler.ERROR_IO;
282 error = EventHandler.ERROR_IO;
285 error = EventHandler.ERROR_IO;
288 error = EventHandler.ERROR_IO;
474 case EventHandler.ERROR_IO:
475 return "ERROR_IO";
  /frameworks/av/media/libstagefright/
JPEGSource.cpp 149 return ERROR_IO;
161 return ERROR_IO;
167 return ERROR_IO;
174 return ERROR_IO;
210 return ERROR_IO;
SampleIterator.cpp 209 return ERROR_IO;
221 return ERROR_IO;
249 return ERROR_IO;
262 return ERROR_IO;
275 return ERROR_IO;
290 return ERROR_IO;
MPEG4Extractor.cpp 272 return ERROR_IO;
622 return ERROR_IO;
633 return ERROR_IO;
640 return ERROR_IO;
651 return ERROR_IO;
660 return ERROR_IO;
683 return ERROR_IO;
693 return ERROR_IO;
701 return ERROR_IO;
709 return ERROR_IO;
    [all...]
SampleTable.cpp 192 return ERROR_IO;
230 return ERROR_IO;
290 return ERROR_IO;
324 return ERROR_IO;
380 return ERROR_IO;
426 return ERROR_IO;
453 return ERROR_IO;
502 return ERROR_IO;
525 return ERROR_IO;
566 return ERROR_IO;
    [all...]
AMRExtractor.cpp 107 return ERROR_IO;
319 return ERROR_IO;
AMRWriter.cpp 91 return ERROR_IO;
246 err = ERROR_IO;
AACWriter.cpp 356 err = ERROR_IO;
AACExtractor.cpp 320 return ERROR_IO;
OggExtractor.cpp 507 return ERROR_IO;
542 return ERROR_IO;
719 return ERROR_IO;
    [all...]
MediaCodecList.cpp 353 mInitCheck = ERROR_IO;
    [all...]
  /frameworks/av/include/media/stagefright/
MediaErrors.h 44 ERROR_IO = MEDIA_ERROR_BASE - 4,
  /frameworks/base/core/java/android/webkit/
WebViewClient.java 220 public static final int ERROR_IO = -7;
  /frameworks/wilhelm/src/android/util/
AacAdtsExtractor.cpp 291 return ERROR_IO;
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java     [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.cpp 459 reply->setInt32("result", ERROR_IO);
547 return ERROR_IO;
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 339 return ERROR_IO;
874 return ERROR_IO;
    [all...]
LiveSession.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 

Completed in 421 milliseconds

1 2 3