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

  /external/chromium/net/tools/flip_server/
loadtime_measurement.h 93 ssize_t read_status = read(fd, buffer, sizeof(buffer)); local
94 while (read_status > 0) {
95 output->append(buffer, static_cast<size_t>(read_status));
97 read_status = read(fd, buffer, sizeof(buffer));
98 } while (read_status <= 0 && errno == EINTR);
mem_cache.cc 130 ssize_t read_status = read(fd, buffer, sizeof(buffer)); local
131 while (read_status > 0) {
132 output->append(buffer, static_cast<size_t>(read_status));
134 read_status = read(fd, buffer, sizeof(buffer));
135 } while (read_status <= 0 && errno == EINTR);
  /external/srec/portable/src/
PFileWrap.c 43 ESR_ReturnCode read_status; local
51 read_status = ESR_SUCCESS;
60 read_status = ESR_SUCCESS;
65 read_status = ESR_READ_ERROR;
68 return ( read_status );
  /device/asus/grouper/audio/
audio_hw.c 144 int read_status; member in struct:stream_in
399 in->read_status = -ENODEV;
404 in->read_status = pcm_read(in->pcm,
407 if (in->read_status != 0) {
408 ALOGE("get_next_buffer() pcm_read error %d", in->read_status);
411 return in->read_status;
427 return in->read_status;
473 /* in->read_status is updated by getNextBuffer() also called by
475 if (in->read_status != 0)
476 return in->read_status;
    [all...]
  /system/core/toolbox/
top.c 99 static int read_status(char *filename, struct proc_info *proc);
267 read_status(filename, proc);
277 read_status(filename, &cur_proc);
392 static int read_status(char *filename, struct proc_info *proc) { function
  /device/ti/panda/audio/
audio_hw.c 642 int read_status; member in struct:omap4_stream_in
    [all...]
  /device/samsung/tuna/audio/
audio_hw.c 733 int read_status; member in struct:tuna_stream_in
    [all...]

Completed in 178 milliseconds