OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIMED_OUT
(Results
1 - 25
of
51
) sorted by null
1
2
3
/system/core/include/utils/
Errors.h
65
TIMED_OUT
= -ETIMEDOUT,
71
TIMED_OUT
= (UNKNOWN_ERROR + 5),
/hardware/ti/omap4-aah/libtiutils/
Status.h
52
TI_CAMERA_DEFINE_STATUS_CODE(
TIMED_OUT
)
ErrorUtils.cpp
124
return
TIMED_OUT
;
/frameworks/base/telephony/java/android/telephony/
DisconnectCause.java
54
public static final int
TIMED_OUT
= 13;
278
case
TIMED_OUT
:
279
return "
TIMED_OUT
";
/frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyExceptionUtils.java
37
public static final int
TIMED_OUT
= -ETIMEDOUT;
106
} else if (errorFlag ==
TIMED_OUT
) {
/frameworks/native/libs/binder/
ProcessInfoService.cpp
57
return
TIMED_OUT
;
/hardware/ti/omap4xxx/libtiutils/
ErrorUtils.cpp
123
return
TIMED_OUT
;
/libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java
274
private static final Object
TIMED_OUT
= new Object();
327
*
TIMED_OUT
if timed and timed out
386
return
TIMED_OUT
;
420
*
TIMED_OUT
if timed and timed out
478
v = timed && ns <= 0L && !t.isInterrupted() ?
TIMED_OUT
: null;
593
if (v ==
TIMED_OUT
)
/external/deqp/framework/platform/android/
tcuAndroidInternals.hpp
69
TIMED_OUT
= (UNKNOWN_ERROR + 5),
/frameworks/av/include/media/stagefright/foundation/
ADebug.h
46
case
TIMED_OUT
: return "
TIMED_OUT
";
/external/autotest/client/cros/cellular/pseudomodem/
pm_errors.py
315
TIMED_OUT
= 8
337
self.
TIMED_OUT
:
/hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h
50
TIMED_OUT
= android::
TIMED_OUT
,
/frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.cpp
246
if (res ==
TIMED_OUT
) break;
450
if (res ==
TIMED_OUT
) {
597
if (res ==
TIMED_OUT
) {
618
if (res ==
TIMED_OUT
) {
627
if (res ==
TIMED_OUT
) {
JpegProcessor.cpp
231
if (res ==
TIMED_OUT
) return true;
/frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.cpp
146
if (res !=
TIMED_OUT
) {
150
//
TIMED_OUT
is expected
Camera3Stream.cpp
472
if (res ==
TIMED_OUT
) {
568
if (res ==
TIMED_OUT
) {
/frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp
153
if (err ==
TIMED_OUT
) {
286
EXPECT(err ==
TIMED_OUT
,
296
CHECK_EQ(err, (status_t)
TIMED_OUT
);
391
CHECK_EQ(err, (status_t)
TIMED_OUT
);
399
CHECK_EQ(err, (status_t)
TIMED_OUT
);
/packages/services/Telephony/src/com/android/services/telephony/
DisconnectCauseUtil.java
121
case android.telephony.DisconnectCause.
TIMED_OUT
:
176
case android.telephony.DisconnectCause.
TIMED_OUT
:
/device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp
188
return
TIMED_OUT
;
Sensor.cpp
190
if (res != OK && res !=
TIMED_OUT
) {
204
if (res ==
TIMED_OUT
) {
/frameworks/av/services/camera/libcameraservice/common/
FrameProcessorBase.cpp
113
} else if (res !=
TIMED_OUT
) {
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
JarHostTest.java
222
if (status.equals(CommandStatus.
TIMED_OUT
)) {
/frameworks/av/media/libstagefright/
SimpleDecodingSource.cpp
363
return
TIMED_OUT
;
CameraSource.cpp
[
all
...]
/frameworks/native/services/surfaceflinger/
EventThread.cpp
319
if (mCondition.waitRelative(mLock, timeout) ==
TIMED_OUT
) {
Completed in 1581 milliseconds
1
2
3