/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 );
|
/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/samsung/manta/audio/ |
audio_hw.c | 180 int read_status; member in struct:stream_in 818 in->read_status = -ENODEV; 823 in->read_status = pcm_read(in->pcm, 826 if (in->read_status != 0) { 827 ALOGE("get_next_buffer() pcm_read error %d", in->read_status); 830 return in->read_status; 846 return in->read_status; 893 /* in->read_status is updated by getNextBuffer() also called by 895 if (in->read_status != 0) 896 return in->read_status; [all...] |
/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 | 742 int read_status; member in struct:tuna_stream_in [all...] |