Home
last modified time | relevance | path

Searched refs:num_bytes_read (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/tools/frame_editing/
Dframe_editing_lib.cc54 size_t num_bytes_read; in EditFrames() local
56 while ((num_bytes_read = fread(temp_buffer.get(), 1, frame_length, in_fid)) in EditFrames()
80 if (num_bytes_read > 0 && num_bytes_read < frame_length) { in EditFrames()
/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_ci.c41 void nfa_nv_ci_read (UINT16 num_bytes_read, tNFA_NV_CO_STATUS status, UINT8 block) in nfa_nv_ci_read() argument
50 &&(num_bytes_read != 0) ) in nfa_nv_ci_read()
55 p_msg->nv_read.size = num_bytes_read; in nfa_nv_ci_read()
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_hci_ci.c43 void nfc_hal_nv_ci_read (UINT16 num_bytes_read, tNFC_HAL_NV_CO_STATUS status, UINT8 block) in nfc_hal_nv_ci_read() argument
56 &&(num_bytes_read != 0) ) in nfc_hal_nv_ci_read()
61 p_msg->nv_read.size = num_bytes_read; in nfc_hal_nv_ci_read()
/external/libnfc-nci/src/hal/int/
Dnfc_hal_nv_ci.h81 void nfc_hal_nv_ci_read (UINT16 num_bytes_read,
/external/libnfc-nci/src/nfa/include/
Dnfa_nv_ci.h99 NFC_API extern void nfa_nv_ci_read (UINT16 num_bytes_read,