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

  /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/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/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/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/bluetooth/bluedroid/bta/include/
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/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;
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 3078 ssize_t num_bytes_read = local
3151 ssize_t num_bytes_read = 0; local
3339 ssize_t num_bytes_read = local
3413 ssize_t num_bytes_read = 0; local
    [all...]

Completed in 107 milliseconds