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

  /external/libchrome/base/files/
file_util.cc 143 bool read_status = true; local
152 read_status = false;
158 read_status = read_status && !ferror(file);
161 return read_status;
  /system/core/toolbox/
top.c 101 static int read_status(char *filename, struct proc_info *proc);
268 read_status(filename, proc);
278 read_status(filename, &cur_proc);
411 static int read_status(char *filename, struct proc_info *proc) { function
  /device/google/dragon/audio/hal/
audio_hw.h 267 int read_status; member in struct:stream_in
  /device/htc/flounder/audio/hal/
audio_hw.h 335 int read_status; member in struct:stream_in
audio_hw.c 1772 int read_status = 0; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.cpp 5332 const int read_status = pReader->Read(pos, buflen, buf); local
5394 const int read_status = pReader->Read(pos, buflen, buf); local
5417 const int read_status = pReader->Read(pos, buflen, buf); local
5440 const int read_status = pReader->Read(pos, buflen, buf); local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp 126 int read_status = pReader->Read(pos, 1, &temp_byte); local
128 if (read_status < 0)
130 else if (read_status > 0) // No data to read.
159 read_status = pReader->Read(pos + i, 1, &temp_byte);
161 if (read_status < 0)
163 else if (read_status > 0)
4325 const int read_status = local
4380 const int read_status = local
4402 const int read_status = local
4424 const int read_status = local
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 125 int read_status = pReader->Read(pos, 1, &temp_byte); local
127 if (read_status < 0)
129 else if (read_status > 0) // No data to read.
158 read_status = pReader->Read(pos + i, 1, &temp_byte);
160 if (read_status < 0)
162 else if (read_status > 0)
4324 const int read_status = local
4379 const int read_status = local
4401 const int read_status = local
4423 const int read_status = local
    [all...]

Completed in 5872 milliseconds