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

  /system/nfc/src/hal/int/
nfc_hal_nv_ci.h 69 ** Parameters num_bytes_read - number of bytes read into the buffer
81 void nfc_hal_nv_ci_read(uint16_t num_bytes_read, tNFC_HAL_NV_CO_STATUS status,
  /system/nfc/src/nfa/hci/
nfa_hci_ci.c 39 void nfa_nv_ci_read(uint16_t num_bytes_read, tNFA_NV_CO_STATUS status,
47 if ((status == NFA_STATUS_OK) && (num_bytes_read != 0))
52 p_msg->nv_read.size = 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) {
  /system/nfc/src/nfa/include/
nfa_nv_ci.h 84 ** Parameters num_bytes_read - number of bytes read into the buffer
95 extern void nfa_nv_ci_read(uint16_t num_bytes_read, tNFA_NV_CO_STATUS status,
  /system/nfc/halimpl/bcm2079x/hal/hal/
nfc_hal_hci_ci.c 42 void nfc_hal_nv_ci_read(uint16_t num_bytes_read, tNFC_HAL_NV_CO_STATUS status,
54 if ((status == NFC_HAL_NV_CO_OK) && (num_bytes_read != 0))
59 p_msg->nv_read.size = num_bytes_read;
  /external/libmojo/mojo/public/cpp/system/
data_pipe.h 126 uint32_t num_bytes_read) {
127 return MojoEndReadData(data_pipe_consumer.value(), num_bytes_read);
  /external/libmojo/mojo/edk/system/
data_pipe_consumer_dispatcher.cc 240 MojoResult DataPipeConsumerDispatcher::EndReadData(uint32_t num_bytes_read) {
252 if (num_bytes_read > two_phase_max_bytes_read_ ||
253 num_bytes_read % options_.element_num_bytes != 0) {
258 (read_offset_ + num_bytes_read) % options_.capacity_num_bytes;
260 DCHECK_GE(bytes_available_, num_bytes_read);
261 bytes_available_ -= num_bytes_read;
264 NotifyRead(num_bytes_read);
data_pipe_consumer_dispatcher.h 57 MojoResult EndReadData(uint32_t num_bytes_read) override;
dispatcher.cc 75 MojoResult Dispatcher::EndReadData(uint32_t num_bytes_read) {
dispatcher.h 115 virtual MojoResult EndReadData(uint32_t num_bytes_read);
core.h 222 uint32_t num_bytes_read);
core_test_base.cc 105 MojoResult EndReadData(uint32_t num_bytes_read) override {
core.cc 885 uint32_t num_bytes_read) {
892 return dispatcher->EndReadData(num_bytes_read);
    [all...]
data_pipe_unittest.cc 100 MojoResult EndReadData(uint32_t num_bytes_read) {
101 return MojoEndReadData(consumer_, num_bytes_read);
    [all...]
  /external/libmojo/mojo/public/c/system/
data_pipe.h 343 // on the same handle. |num_bytes_read| should indicate the amount of data
362 uint32_t num_bytes_read);
  /external/avb/libavb_ab/
avb_ab_flow.c 87 size_t num_bytes_read; local
94 &num_bytes_read);
98 num_bytes_read != sizeof(AvbABData)) {
  /external/libmojo/mojo/android/system/
core_impl.cc 279 jint num_bytes_read) {
280 return MojoEndReadData(mojo_handle, num_bytes_read);
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 4708 ssize_t num_bytes_read = local
4786 ssize_t num_bytes_read = 0; local
5025 ssize_t num_bytes_read = local
5111 ssize_t num_bytes_read = 0; local
    [all...]

Completed in 475 milliseconds