HomeSort by relevance Sort by last modified time
    Searched refs:EBUSY (Results 251 - 275 of 319) sorted by null

<<111213

  /frameworks/av/services/camera/libcameraservice/
CameraFlashlight.cpp 123 return -EBUSY;
174 if (res == -EUSERS || res == -EBUSY) {
  /hardware/intel/common/libwsbm/src/
wsbm_userpool.c 485 ret = -EBUSY;
495 ret = -EBUSY;
wsbm_slabpool.c 917 ret = -EBUSY;
933 ret = -EBUSY;
  /hardware/intel/img/psb_video/src/
tng_cmdbuf.c 603 if (ret == -EAGAIN || ret == -EBUSY) {
605 ret==-EAGAIN?"EAGAIN":"EBUSY");
608 } while (ret == -EAGAIN || ret == -EBUSY);
  /libcore/luni/src/main/java/android/system/
OsConstants.java 169 public static final int EBUSY = placeholder();
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ismounted.c 383 else if (errno == EBUSY)
mkjournal.c 579 retval = EBUSY;
  /external/f2fs-tools/lib/
libf2fs.c 414 } else if (errno == EBUSY) {
  /external/libdrm/radeon/
radeon_bo_gem.c 216 } while (ret == -EBUSY);
  /external/toybox/toys/lsb/
mount.c 247 if (fp && (errno == EINVAL || errno == EBUSY)) continue;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegProcessor.cpp 130 if (res == -EBUSY) {
  /frameworks/native/libs/binder/tests/
binderDriverInterfaceTest.cpp 179 binderTestIoctlErr1(BINDER_SET_CONTEXT_MGR, &dummy, EBUSY);
  /frameworks/av/media/libstagefright/
CameraSource.cpp 209 if (mCamera == 0) return -EBUSY;
217 if (mCamera == 0) return -EBUSY;
375 return -EBUSY;
  /external/libdrm/intel/
intel_bufmgr_fake.c 314 * 4) It returns -EBUSY in 3 seconds even if the hardware is still
364 * seconds then returns -EBUSY. This is case C). We should catch
372 * take too long, it will return -EBUSY. Batchbuffers in the
374 * catch early -EBUSY return and keep trying.
395 if (ret == -EBUSY
400 if ((ret == -EBUSY) && (hw_seq != *bufmgr_fake->last_dispatch))
405 (ret == -EBUSY && busy_count < 5));
    [all...]
  /hardware/libhardware/modules/camera/
Camera.cpp 84 return -EBUSY;
  /hardware/libhardware/modules/usbcamera/
Camera.cpp 132 return -EBUSY;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
libc-lock.h 38 # include <errno.h> /* For EBUSY. */
342 result = EBUSY; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
libc-lock.h 38 # include <errno.h> /* For EBUSY. */
342 result = EBUSY; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
libc-lock.h 38 # include <errno.h> /* For EBUSY. */
342 result = EBUSY; \
  /art/runtime/base/
mutex.cc 419 if (result == EBUSY) {
699 if (result == EBUSY) {
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 142 return EBUSY;
166 // returns NO_ERROR if the client already owns the camera, EBUSY otherwise
200 return EBUSY;
Camera2Client.cpp 492 return EBUSY;
520 return EBUSY;
    [all...]
  /frameworks/native/libs/gui/
BufferQueueProducer.cpp 305 return -EBUSY;
523 return -EBUSY;
    [all...]