HomeSort by relevance Sort by last modified time
    Searched full:num_bytes_read (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/test/chromedriver/chrome/
zip_reader.cc 216 const int num_bytes_read = unzReadCurrentFile(zip_file_, buf, local
218 if (num_bytes_read == 0) {
221 } else if (num_bytes_read < 0) {
222 // If num_bytes_read < 0, then it's a specific UNZ_* error code.
225 } else if (num_bytes_read > 0) {
227 if (num_bytes_read != stream.WriteSync(buf, num_bytes_read)) {
263 const int num_bytes_read = unzReadCurrentFile(zip_file_, buf, local
265 if (num_bytes_read == 0) {
268 } else if (num_bytes_read < 0)
    [all...]
  /external/chromium_org/third_party/zlib/google/
zip_reader.cc 216 const int num_bytes_read = unzReadCurrentFile(zip_file_, buf, local
218 if (num_bytes_read == 0) {
221 } else if (num_bytes_read < 0) {
222 // If num_bytes_read < 0, then it's a specific UNZ_* error code.
225 } else if (num_bytes_read > 0) {
227 if (num_bytes_read != stream.WriteSync(buf, num_bytes_read)) {
263 const int num_bytes_read = unzReadCurrentFile(zip_file_, buf, local
265 if (num_bytes_read == 0) {
268 } else if (num_bytes_read < 0)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci_ci.c 41 void nfc_hal_nv_ci_read (UINT16 num_bytes_read, tNFC_HAL_NV_CO_STATUS status, UINT8 block)
54 &&(num_bytes_read != 0) )
59 p_msg->nv_read.size = num_bytes_read;
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_ci.c 41 void nfa_nv_ci_read (UINT16 num_bytes_read, tNFA_NV_CO_STATUS status, UINT8 block)
50 &&(num_bytes_read != 0) )
55 p_msg->nv_read.size = num_bytes_read;
  /external/libnfc-nci/src/hal/int/
nfc_hal_nv_ci.h 68 ** Parameters num_bytes_read - number of bytes read into the buffer
79 void nfc_hal_nv_ci_read (UINT16 num_bytes_read,
  /external/libnfc-nci/src/nfa/include/
nfa_nv_ci.h 88 ** Parameters num_bytes_read - number of bytes read into the buffer
99 NFC_API extern void nfa_nv_ci_read (UINT16 num_bytes_read,
  /external/bluetooth/bluedroid/bta/fs/
bta_fs_ci.c 76 ** num_bytes_read - number of bytes read into the buffer
85 void bta_fs_ci_read(int fd, UINT16 num_bytes_read, tBTA_FS_CO_STATUS status, UINT16 evt)
94 p_evt->num_read = num_bytes_read;
  /external/bluetooth/bluedroid/bta/include/
bta_gattc_ci.h 85 ** num_bytes_read - number of bytes read into the buffer
bta_fs_ci.h 130 ** num_bytes_read - number of bytes read into the buffer
141 BTA_API extern void bta_fs_ci_read(int fd, UINT16 num_bytes_read,
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_ci.c 74 ** num_bytes_read - number of bytes read into the buffer
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 3173 ssize_t num_bytes_read = local
3246 ssize_t num_bytes_read = 0; local
3434 ssize_t num_bytes_read = local
3508 ssize_t num_bytes_read = 0; local
    [all...]

Completed in 2621 milliseconds