HomeSort by relevance Sort by last modified time
    Searched refs:TIMED_OUT (Results 26 - 50 of 51) sorted by null

12 3

  /frameworks/native/libs/binder/
IPCThreadState.cpp 515 if (result < NO_ERROR && result != TIMED_OUT && result != -ECONNREFUSED && result != -EBADF) {
523 if(result == TIMED_OUT && !isMain) {
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 884 if (res == TIMED_OUT) {
    [all...]
EmulatedFakeCamera2.cpp 728 if (res != NO_ERROR && res != TIMED_OUT) {
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CallbackProcessor.cpp 228 if (res == TIMED_OUT) return true;
  /frameworks/av/media/libmedia/
AudioRecord.cpp 894 if (err == TIMED_OUT || err == -EINTR) {
    [all...]
AudioTrackShared.cpp 254 status = TIMED_OUT;
476 status = TIMED_OUT;
    [all...]
AudioTrack.cpp     [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 896 } else if (status != TIMED_OUT && status != WOULD_BLOCK) {
912 } else if (status != TIMED_OUT && status != WOULD_BLOCK) {
  /frameworks/native/services/surfaceflinger/
DispSync.cpp 145 if (err == TIMED_OUT) {
SurfaceFlinger.cpp     [all...]
SurfaceFlinger_hwc1.cpp     [all...]
  /frameworks/native/libs/gui/tests/
BufferQueue_test.cpp 771 ASSERT_EQ(TIMED_OUT, mProducer->dequeueBuffer(&slot, &fence, 0, 0, 0, 0));
777 ASSERT_EQ(TIMED_OUT, mProducer->attachBuffer(&slot, buffer));
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp     [all...]
  /frameworks/base/services/core/jni/
com_android_server_tv_TvInputHal.cpp 193 if (err != NO_ERROR && err != TIMED_OUT) {
  /frameworks/native/libs/binder/tests/
binderLibTest.cpp 264 ret = m_eventTriggered ? NO_ERROR : TIMED_OUT;
  /frameworks/native/libs/gui/
GLConsumer.cpp 733 return TIMED_OUT;
    [all...]
BufferQueueProducer.cpp 331 if (result == TIMED_OUT) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java     [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp     [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java     [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp 724 event->mStatus = TIMED_OUT;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 

Completed in 643 milliseconds

12 3