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

  /external/libmtp/examples/
detect.c 224 uint32_t readbytes; local
236 readbytes = read(tmpfiledescriptor, (void*) buf, XML_BUFSIZE);
238 if (readbytes >= 2 && readbytes < XML_BUFSIZE) {
240 dump_xml_fragment(buf, readbytes);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
i2c.h 50 int (*readbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count); member in struct:snd_i2c_ops
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
i2c.h 50 int (*readbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count); member in struct:snd_i2c_ops

Completed in 146 milliseconds