HomeSort by relevance Sort by last modified time
    Searched refs:PipeHandle (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ipc/
ipc_channel_handle.h 56 struct PipeHandle {
57 PipeHandle() : handle(NULL) {}
58 PipeHandle(HANDLE h) : handle(h) {}
61 PipeHandle pipe;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usb.h 255 USBD_PIPE_HANDLE PipeHandle;
307 USBD_PIPE_HANDLE PipeHandle;
459 USBD_PIPE_HANDLE PipeHandle;
473 USBD_PIPE_HANDLE PipeHandle;
490 USBD_PIPE_HANDLE PipeHandle;
507 USBD_PIPE_HANDLE PipeHandle;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbdlib.h 12 #define UsbBuildInterruptOrBulkTransferRequest(urb,length, pipeHandle, transferBuffer, transferBufferMDL, transferBufferLength, transferFlags, link) \
16 (urb)->UrbBulkOrInterruptTransfer.PipeHandle = (pipeHandle); \

Completed in 4643 milliseconds