/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/ |
MobiCoreDriverApi.h | 95 #define MC_DRV_ERR_BULK_MAPPING 0x00000013 /**< Error during mapping of additional bulk memory to session. */ 96 #define MC_DRV_ERR_BULK_UNMAPPING 0x00000014 /**< Error during unmapping of additional bulk memory to session. */ 158 /** Information structure about additional mapped Bulk buffer between the Trustlet Connector (Nwd) and 164 void *sVirtualAddr; /**< The virtual address of the Bulk buffer regarding the address space of the Trustlet, already includes a possible offset! */ 165 uint32_t sVirtualLen; /**< Length of the mapped Bulk buffer */ 355 * Map additional bulk buffer between a Trustlet Connector (TLC) and the Trustlet (TL) for a session. 360 * @attention It is up to the application layer (TLC) to inform the Trustlet about the additional mapped bulk memory. 366 * @param [out] mapInfo Information structure about the mapped Bulk buffer between the TLC (Nwd) and 374 * @return MC_DRV_ERR_BULK_MAPPING when buf is already uses as bulk buffer or when registering the buffer failed. 386 * Remove additional mapped bulk buffer between Trustlet Connector (TLC) and the Trustlet (TL) for a session [all...] |
/frameworks/base/core/java/android/hardware/usb/ |
UsbEndpoint.java | 26 * Typically bulk endpoints are used for sending non-trivial amounts of data. 103 * <li>{@link UsbConstants#USB_ENDPOINT_XFER_BULK} (bulk endpoint)
|
/libcore/luni/src/main/java/java/io/ |
OutputStream.java | 34 * BufferedOutputStream}. Callers that do only bulk writes may omit buffering. 43 * three argument overload is necessary for bulk access to the data. This is
|
/development/host/windows/usb/winusb/ |
adb_winusb_interface.cpp | 98 // Save indexes and IDs for bulk read / write endpoints. We will use them to
111 // This is a bulk endpoint. Cache its index and ID.
113 // Use this endpoint as default bulk read endpoint
118 // Use this endpoint as default bulk write endpoint
|
/external/libusb/ |
NEWS | 22 * Use new bulk continuation tracking in Linux 2.6.32 for improved handling
|
/frameworks/av/libvideoeditor/vss/3gpwriter/inc/ |
M4MP4W_Utils.h | 56 * Write a bulk of data into the specified file, size is given in bytes
|
/frameworks/base/core/java/android/database/ |
IBulkCursor.java | 25 * This interface provides a low-level way to pass bulk cursor data across
|
/frameworks/base/docs/html/distribute/googleplay/edu/ |
about.jd | 19 <p>With easy bulk ordering for groups, schools will be able to purchase and 68 <h4>Bulk purchase with institutional payment</h4> 69 <p>Convenient purchasing and delivery tools let educators buy apps in bulk
|
index.jd | 19 Bulk purchase and instant distribution let educators bring your apps directly
|
/development/host/windows/usb/api/ |
adb_api.h | 49 /// Endpoint is a bulk r/w pipe.
80 /// Shortcut to default write bulk endpoint in zero-based endpoint index API.
83 /// Shortcut to default read bulk endpoint in zero-based endpoint index API.
379 about bulk write and bulk read endpoints respectively.
388 /** \brief Gets information about default bulk read endpoint on the given
401 /** \brief Gets information about default bulk write endpoint on the given
422 about bulk write and bulk read endpoints respectively.
437 /** \brief Opens default bulk read endpoint on the given interface. [all...] |
/external/chromium_org/third_party/openssl/openssl/patches/ |
aead_support.patch | 182 + size_t bulk = 0; 200 + if (CRYPTO_gcm128_encrypt_ctr32(&gcm, in + bulk, out + bulk, 201 + in_len - bulk, gcm_ctx->ctr)) 206 + if (CRYPTO_gcm128_encrypt(&gcm, in + bulk, out + bulk, 207 + in_len - bulk)) 221 + size_t bulk = 0; 249 + if (CRYPTO_gcm128_decrypt_ctr32(&gcm, in + bulk, out + bulk, [all...] |
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/ |
Session.cpp | 114 // Search bulk buffer descriptors for existing vAddr 149 // Search and remove bulk buffer descriptor 167 // Search and remove bulk buffer descriptor
|
/external/chromium/chrome/browser/resources/file_manager/ |
README.harness | 27 a hierarchy of directories. If you would like to bulk import a hierarchy, use
|
/external/chromium/chrome/common/ |
chrome_paths_internal.h | 49 // contains the bulk of the application, except for the things that the system
|
/external/chromium/chrome/common/extensions/ |
extension_set.h | 44 // bulk extension data (e.g. if called from
|
/external/chromium_org/cc/test/ |
geometry_test_utils.h | 79 // macro in bulk, it causes a significant slow-down in compilation time. This
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
dscp.h | 38 DSCP_CS1 = 8, // Bulk/background traffic
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
darwin_usb.h | 152 /* Bulk */
|
/external/chromium_org/ui/app_list/test/ |
app_list_test_view_delegate.h | 69 // Do a bulk replacement of the items in the model.
|
/external/e2fsprogs/misc/ |
uuidd.8.in | 60 When issuing a test request to a running uuidd, request a bulk response
|
/external/libusb/libusb/os/ |
darwin_usb.h | 151 /* Bulk */
|
/frameworks/base/core/java/android/net/ |
LinkCapabilities.java | 150 /** Bulk down load */ 151 public static final String BULK_DOWNLOAD = "bulk.download"; 152 /** Bulk upload */ 153 public static final String BULK_UPLOAD = "bulk.upload";
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/ |
FetchProfile.java | 23 * A FetchProfile is a list of items that should be downloaded in bulk for a set of messages.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/ |
PersonalizationDictionaryUpdateSession.java | 116 // Bulk import
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/ |
midi.h | 91 /* 6.2.2 Class-Specific MS Bulk Data Endpoint Descriptor */
|