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

  /external/valgrind/main/auxprogs/
valgrind-di-server.c 536 static SizeT my_read ( Int fd, UChar* buf, SizeT len ) function
680 { Int r = my_read(sd, &rd_first8[0], 8);
694 Int r = my_read(sd, req->data, req->n_data);
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
image.c 153 static Int my_read ( Int fd, UChar* buf, Int len ) function
244 r = my_read(sd, &rd_first8[0], 8);
254 r = my_read(sd, res->data, res->n_data);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 604 ** Function my_read
613 int my_read(int fd, uchar *pbuf, int len) function
783 rx_length = my_read(linux_cb.sock, current_packet, READ_LIMIT);
828 ALOGE( "userial_read_thread(): my_read returned (%d) error count = %d, errno=%d return USERIAL_ERR_EVT\n",
838 ALOGE( "userial_read_thread(): my_read returned (%d) error count = %d, errno=%d exit read thread\n",
    [all...]

Completed in 116 milliseconds