Home
last modified time | relevance | path

Searched defs:CapturedStream (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc8723 class CapturedStream { class
8726 explicit CapturedStream(int fd) : fd_(fd), uncaptured_fd_(dup(fd)) { in CapturedStream() function in testing::internal::CapturedStream