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

  /external/libnfc-nci/src/hal/int/
nfc_hal_nv_ci.h 70 ** Parameters num_bytes_read - number of bytes read into the buffer
81 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/webrtc/webrtc/tools/frame_editing/
frame_editing_lib.cc 54 size_t num_bytes_read; local
56 while ((num_bytes_read = fread(temp_buffer.get(), 1, frame_length, in_fid))
80 if (num_bytes_read > 0 && num_bytes_read < frame_length) {
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci_ci.c 43 void nfc_hal_nv_ci_read (UINT16 num_bytes_read, tNFC_HAL_NV_CO_STATUS status, UINT8 block)
56 &&(num_bytes_read != 0) )
61 p_msg->nv_read.size = num_bytes_read;
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 4409 ssize_t num_bytes_read = local
4487 ssize_t num_bytes_read = 0; local
4713 ssize_t num_bytes_read = local
4799 ssize_t num_bytes_read = 0; local
    [all...]

Completed in 81 milliseconds