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

  /device/google/dragon/crash_collector/
crash_dispatcher.cc 41 char buf_head[EI_CLASS + 1]; local
42 if (!android::base::ReadFully(STDIN_FILENO, buf_head, sizeof(buf_head))) {
53 const char* crash_collector_path = buf_head[EI_CLASS] == ELFCLASS64 ?
78 // Send buf_head to crash_collector.
83 if (!android::base::WriteFully(pipe_fds[1], buf_head, sizeof(buf_head))) {
  /external/opencv/cv/include/
cv.hpp 122 the method initializes ring buffer (buf_end, buf_head, buf_tail, buf_count, rows),
146 uchar *buf_start, *buf_end, *buf_head, *buf_tail; member in class:CvBaseImageFilter

Completed in 83 milliseconds