HomeSort by relevance Sort by last modified time
    Searched refs:xfer (Results 51 - 75 of 76) sorted by null

1 23 4

  /external/libusb/libusb/os/
sunos_usb.c 524 * for interrupt IN endpoints, we need to enable one xfer
546 /* close status node and open xfer node first */
551 /* open the xfer node first in case alt needs to be changed */
561 * IMPORTANT: must open data xfer node first and then open stat node
809 struct libusb_transfer *xfer = tpriv->transfer; local
815 hpriv = (sunos_dev_handle_priv_t *)xfer->dev_handle->os_priv;
816 ep = sunos_usb_ep_index(xfer->endpoint);
820 xfer->status = sunos_usb_get_status(hpriv->eps[ep].statfd);
822 xfer->actual_length =
823 LIBUSB_TRANSFER_TO_USBI_TRANSFER(xfer)->transferred
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 277 * "xfer" with parameters indicating whether to act as some form
284 * implemented within method xfer, the second in tryAppend, and
582 * Possible values for "how" argument in xfer method.
599 private E xfer(E e, boolean haveData, int how, long nanos) { method in class:LinkedTransferQueue
1249 xfer(e, true, ASYNC, 0); method
1263 xfer(e, true, ASYNC, 0); method
1275 xfer(e, true, ASYNC, 0); method
1288 xfer(e, true, ASYNC, 0); method
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
compute_memory_pool.c 668 struct pipe_transfer *xfer; local
680 .height = 1, .depth = 1 }, &xfer);
681 assert(xfer);
684 pipe->transfer_unmap(pipe, xfer);
688 .height = 1, .depth = 1 }, &xfer);
689 assert(xfer);
692 pipe->transfer_unmap(pipe, xfer);
  /external/mesa3d/src/mesa/state_tracker/
st_texture.c 323 struct pipe_transfer *xfer; local
334 map = pipe->transfer_map(pipe, src, 0, PIPE_TRANSFER_READ, &region, &xfer);
338 pipe->transfer_unmap(pipe, xfer);
  /external/libusb/libusb/
libusbi.h 241 #define IS_XFERIN(xfer) (0 != ((xfer)->endpoint & LIBUSB_ENDPOINT_IN))
242 #define IS_XFEROUT(xfer) (!IS_XFERIN(xfer))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
simpdata.h 95 virtual HRESULT WINAPI transferComplete(OSPXFER xfer) = 0;
110 HRESULT (WINAPI *transferComplete)(OLEDBSimpleProviderListener *This,OSPXFER xfer);
127 #define OLEDBSimpleProviderListener_transferComplete(This,xfer) (This)->lpVtbl->transferComplete(This,xfer)
144 HRESULT WINAPI OLEDBSimpleProviderListener_transferComplete_Proxy(OLEDBSimpleProviderListener *This,OSPXFER xfer);
  /system/core/adb/client/
usb_linux.cpp 436 int xfer = len; local
438 D("[ usb read %d fd = %d], path=%s", xfer, h->fd, h->path.c_str());
439 n = usb_bulk_read(h, data, xfer);
440 D("[ usb read %d ] = %d, path=%s", xfer, n, h->path.c_str());
  /external/mesa3d/src/gallium/tests/trivial/
compute.c 200 struct pipe_transfer *xfer; local
210 .depth = 1 }, &xfer);
211 assert(xfer);
220 pipe->transfer_unmap(pipe, xfer);
241 struct pipe_transfer *xfer; local
252 .depth = 1 }, &xfer);
253 assert(xfer);
285 pipe->transfer_unmap(pipe, xfer);
    [all...]
  /system/core/adb/
commandline.cpp 792 unsigned xfer = (size > CHUNK_SIZE) ? CHUNK_SIZE : size; local
793 if (!ReadFdExactly(in_fd, buf, xfer)) {
798 if (!WriteFdExactly(out_fd, buf, xfer)) {
805 size -= xfer;
872 size_t xfer = 0; local
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
iscsi.h 17 #include <gpxe/xfer.h>
srp.h 15 #include <gpxe/xfer.h>
  /external/syslinux/gpxe/src/net/udp/
dns.c 31 #include <gpxe/xfer.h>
  /frameworks/base/core/java/android/app/assist/
AssistStructure.java 153 ParcelTransferWriter xfer = (ParcelTransferWriter)token; local
154 xfer.writeToParcel(as, reply);
162 ParcelTransferWriter xfer = new ParcelTransferWriter(as, reply); local
163 xfer.writeToParcel(as, reply);
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
arec.c 180 unsigned xfer, bufsize; local
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 776 unsigned avail, xfer, bufsize; local
    [all...]
  /external/syslinux/gpxe/src/net/tcp/
iscsi.c 30 #include <gpxe/xfer.h>
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 

Completed in 387 milliseconds

1 23 4