HomeSort by relevance Sort by last modified time
    Searched full:busy (Results 701 - 725 of 1604) sorted by null

<<21222324252627282930>>

  /external/syslinux/gpxe/src/drivers/net/
3c515.c 132 DMAInProgress = 1 << 11, /* DMA controller is still busy. */
133 CmdInProgress = 1 << 12, /* EL3_CMD is still busy. */
b44.h 202 #define CAM_CTRL_BUSY 0x80000000 /* CAM Busy */
294 #define SBTMSHIGH_BUSY 0x00000004 /* Busy */
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
SimpleNetwork.h 485 @retval EFI_NOT_READY The network interface is too busy to accept this transmit request.
528 @retval EFI_NOT_READY The network interface is too busy to accept this transmit
  /external/tensorflow/tensorflow/contrib/verbs/
README.md 99 3. The sending of protocol messages (**RDMA_MESSAGE_TENSOR_REQUEST**, **RDMA_MESSAGE_META_DATA_RESPONSE** and **RDMA_MESSAGE_TENSOR_RE_REQUEST**) is done by the class **RdmaMessageBuffer**. All messages are sent using RDMA writes from/to fixed messages buffers. This implies that we cannot send on a specific channel more than one message at a time. In order to synchronize the messages, the **RdmaMessageBuffer** holds the a local and remote buffer statuses which can be either busy or idle. When a write is issued, both statuses will be changed to busy. When the write-complete event is received, the local status is changed to idle. When the write is received on the remote side, the remote side will parse the message, and return an ACK back to the sending side on which the sending side will update the remote status to idle. When both the local and remote statuses are idle, the next message can be sent.
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 79 // 3 second busy timeout when other clients are connecting
82 // 1 second busy timeout when other clients are disconnecting
    [all...]
  /hardware/intel/common/libwsbm/src/
wsbm_manager.c 541 * Buffer is busy. need to create a new one.
674 * Buffer is busy. need to create a new one.
  /hardware/interfaces/tv/cec/1.0/default/
HdmiCec.cpp 248 static_assert(HDMI_RESULT_BUSY == static_cast<int>(SendMessageResult::BUSY),
249 "SendMessageResult::BUSY must match legacy value.");
  /hardware/qcom/display/msm8909/hdmi_cec/
qhdmi_cec.cpp 264 ALOGE("%s: CEC line busy, retrying", __FUNCTION__);
276 ALOGE("%s: CEC line is busy, max retry count exceeded",
  /hardware/qcom/display/msm8909w_3100/hdmi_cec/
qhdmi_cec.cpp 264 ALOGE("%s: CEC line busy, retrying", __FUNCTION__);
276 ALOGE("%s: CEC line is busy, max retry count exceeded",
  /packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
SdpManager.java 410 startSearch(); // Start search if not busy
433 + sSearchInProgress + " - search busy or queue empty.");
  /packages/apps/Dialer/java/com/android/contacts/common/res/values/
strings.xml 131 <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
132 <string name="status_busy">Busy</string>
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpContext.h 257 MacroSymbol() : emptyArgs(0), busy(0), undef(0) { }
261 unsigned busy : 1; member in struct:glslang::TPpContext::MacroSymbol
Pp.cpp     [all...]
  /system/bt/stack/btm/
btm_int_types.h 752 tBTM_BL_CHANGE_CB* p_bl_changed_cb; /* Callback for when Busy Level changed */
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 125 ENTRY(EBUSY, "EBUSY", "Device busy"),
155 ENTRY(ETXTBSY, "ETXTBSY", "Text file busy"),
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
LoopbackActivity.java     [all...]
  /external/python/cpython2/Lib/plat-mac/
macerrors.py     [all...]
  /external/python/cpython2/Mac/scripts/
errors.txt     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
macerrors.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macerrors.py     [all...]
  /system/bt/stack/include/
btm_api_types.h 34 BTM_BUSY, /* 2 Device busy with another command */
856 /* Busy-Level shall have the inquiry_paging mask set when
    [all...]
  /art/test/924-threads/src/art/
Test924.java 138 // Busy-loop.
  /bionic/libc/kernel/uapi/drm/
i915_drm.h 512 __u32 busy; member in struct:drm_i915_gem_busy
  /cts/tests/tests/telecom/src/android/telecom/cts/
TestUtils.java 482 * {@link #mLock} for this {@link InvokeCounter} to eliminate the need to perform busy-wait.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html 319 <dd>Demonstrates large and small continuously rotating progress indicators used to indicate a generic &quot;busy&quot; message. </dd>

Completed in 1091 milliseconds

<<21222324252627282930>>