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

  /frameworks/base/core/java/android/webkit/
WebCoreThreadWatchdog.java 46 private static final int TIMED_OUT = 101;
120 mHandler.removeMessages(TIMED_OUT);
140 mHandler.sendMessageDelayed(mHandler.obtainMessage(TIMED_OUT), TIMEOUT_PERIOD);
156 removeMessages(TIMED_OUT);
157 sendMessageDelayed(obtainMessage(TIMED_OUT), TIMEOUT_PERIOD);
165 case TIMED_OUT:
197 sendMessageDelayed(obtainMessage(TIMED_OUT),
220 mHandler.sendMessageDelayed(mHandler.obtainMessage(TIMED_OUT), TIMEOUT_PERIOD);
256 // we need to do is post another TIMED_OUT so that the
260 mWatchdogHandler.obtainMessage(TIMED_OUT),
    [all...]
  /frameworks/native/include/utils/
Errors.h 66 TIMED_OUT = -ETIMEDOUT,
72 TIMED_OUT = 0x80000005,
  /system/core/libpixelflinger/tinyutils/
Errors.h 53 TIMED_OUT = -ETIME,
  /hardware/ti/omap4xxx/libtiutils/
ErrorUtils.cpp 123 return TIMED_OUT;
  /frameworks/base/telephony/java/com/android/internal/telephony/
Connection.java 47 TIMED_OUT, /* client timed out */
  /external/chromium/net/base/
net_error_list.h 44 NET_ERROR(TIMED_OUT, -7)
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 51 TIMED_OUT = android::TIMED_OUT,
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 155 if (err == TIMED_OUT) {
310 EXPECT(err == TIMED_OUT,
320 CHECK_EQ(err, (status_t)TIMED_OUT);
415 CHECK_EQ(err, (status_t)TIMED_OUT);
423 CHECK_EQ(err, (status_t)TIMED_OUT);
  /frameworks/av/media/libmedia/
AudioRecord.cpp 562 return TIMED_OUT;
661 if (err == status_t(TIMED_OUT))
718 if (err != TIMED_OUT) {
AudioTrack.cpp 1013 return TIMED_OUT;
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
JarHostTest.java 209 if (status.equals(CommandStatus.TIMED_OUT)) {
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaTexture.cpp 221 timedOut = ret == TIMED_OUT;
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 178 if (mCondition.waitRelative(mLock, ms2ns(16)) == TIMED_OUT) {
SurfaceFlinger.cpp     [all...]
  /frameworks/base/voip/jni/rtp/
AudioGroup.cpp 885 } else if (status != TIMED_OUT && status != WOULD_BLOCK) {
901 } else if (status != TIMED_OUT && status != WOULD_BLOCK) {
  /frameworks/native/libs/binder/
IPCThreadState.cpp 487 if(result == TIMED_OUT && !isMain) {
    [all...]
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 668 return TIMED_OUT;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java     [all...]
  /frameworks/native/libs/gui/
SurfaceTexture.cpp 479 return TIMED_OUT;
  /packages/apps/Phone/src/com/android/phone/
CallCard.java     [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp     [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 641 milliseconds