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

  /external/chromium_org/third_party/webrtc/base/
stream.cc 701 POpenStream::~POpenStream() {
702 POpenStream::Close();
705 bool POpenStream::Open(const std::string& subcommand,
718 bool POpenStream::OpenShare(const std::string& subcommand, const char* mode,
723 void POpenStream::DoClose() {
    [all...]
stream.h 530 class POpenStream : public FileStream {
532 POpenStream() : wait_status_(-1) {}
533 virtual ~POpenStream();

Completed in 60 milliseconds