HomeSort by relevance Sort by last modified time
    Searched defs:Stream (Results 1 - 25 of 403) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Stream.pm 1 package ANTLR::Runtime::Stream;
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
Stream.cpp 17 #include "Stream.h"
24 Stream::Stream(const string &/*mappingValue*/,
38 bool Stream::sendToHW(string & /*error*/)
Stream.h 27 class Stream : public CSubsystemObject
32 uint32_t strategy; /**< applicable strategy for this stream. */
33 uint32_t volumeProfile; /**< applicable strategy for this stream. */
37 Stream(const std::string &mappingValue,
52 audio_stream_type_t mId; /**< stream type identifier to link with audio.h. */
  /external/webrtc/webrtc/
stream.h 23 class Stream {
25 // Starts stream activity.
26 // When a stream is active, it can receive, process and deliver packets.
28 // Stops stream activity.
29 // When a stream is stopped, it can't receive, process or deliver packets.
31 // Called to notify that network state has changed, so that the stream can
38 virtual ~Stream() {}
42 class ReceiveStream : public Stream {
51 // A tag class that denotes send stream type.
52 class SendStream : public Stream {};
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitcodeWriter.h 27 std::unique_ptr<BitstreamWriter> Stream;
58 /// \brief Write the specified module to the specified raw output stream.
60 /// For streams where it matters, the given stream should be in "binary"
85 /// Write the specified module summary index to the given raw output stream,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitcodeWriter.h 27 std::unique_ptr<BitstreamWriter> Stream;
58 /// \brief Write the specified module to the specified raw output stream.
60 /// For streams where it matters, the given stream should be in "binary"
85 /// Write the specified module summary index to the given raw output stream,
  /prebuilts/go/darwin-x86/src/crypto/cipher/
cipher.go 28 // A Stream represents a stream cipher.
29 type Stream interface {
31 // cipher's key stream. Dst and src must overlap entirely or not at all.
38 // the src buffers was passed in a single run. That is, Stream
  /prebuilts/go/linux-x86/src/crypto/cipher/
cipher.go 28 // A Stream represents a stream cipher.
29 type Stream interface {
31 // cipher's key stream. Dst and src must overlap entirely or not at all.
38 // the src buffers was passed in a single run. That is, Stream
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
SymbolStream.h 1 //===- SymbolStream.cpp - PDB Symbol Stream Access --------------*- C++ -*-===//
25 SymbolStream(std::unique_ptr<MappedBlockStream> Stream);
36 std::unique_ptr<MappedBlockStream> Stream;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
SymbolStream.h 1 //===- SymbolStream.cpp - PDB Symbol Stream Access --------------*- C++ -*-===//
26 SymbolStream(std::unique_ptr<msf::MappedBlockStream> Stream);
37 std::unique_ptr<msf::MappedBlockStream> Stream;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DiagnosticPrinter.h 64 raw_ostream &Stream;
67 DiagnosticPrinterRawOStream(raw_ostream &Stream) : Stream(Stream) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Bitcode/
BitcodeWriter.h 28 std::unique_ptr<BitstreamWriter> Stream;
76 /// \brief Write the specified module to the specified raw output stream.
78 /// For streams where it matters, the given stream should be in "binary"
103 /// Write the specified module summary index to the given raw output stream,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
DiagnosticPrinter.h 64 raw_ostream &Stream;
67 DiagnosticPrinterRawOStream(raw_ostream &Stream) : Stream(Stream) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Bitcode/
BitcodeWriter.h 28 std::unique_ptr<BitstreamWriter> Stream;
76 /// \brief Write the specified module to the specified raw output stream.
78 /// For streams where it matters, the given stream should be in "binary"
103 /// Write the specified module summary index to the given raw output stream,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
DiagnosticPrinter.h 64 raw_ostream &Stream;
67 DiagnosticPrinterRawOStream(raw_ostream &Stream) : Stream(Stream) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
DiagnosticPrinter.h 64 raw_ostream &Stream;
67 DiagnosticPrinterRawOStream(raw_ostream &Stream) : Stream(Stream) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
DiagnosticPrinter.h 64 raw_ostream &Stream;
67 DiagnosticPrinterRawOStream(raw_ostream &Stream) : Stream(Stream) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
DiagnosticPrinter.h 64 raw_ostream &Stream;
67 DiagnosticPrinterRawOStream(raw_ostream &Stream) : Stream(Stream) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
DiagnosticPrinter.h 64 raw_ostream &Stream;
67 DiagnosticPrinterRawOStream(raw_ostream &Stream) : Stream(Stream) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
SymbolStream.h 1 //===- SymbolStream.cpp - PDB Symbol Stream Access --------------*- C++ -*-===//
26 SymbolStream(std::unique_ptr<msf::MappedBlockStream> Stream);
37 std::unique_ptr<msf::MappedBlockStream> Stream;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DiagnosticPrinter.h 64 raw_ostream &Stream;
67 DiagnosticPrinterRawOStream(raw_ostream &Stream) : Stream(Stream) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Bitcode/
BitcodeWriter.h 28 std::unique_ptr<BitstreamWriter> Stream;
76 /// \brief Write the specified module to the specified raw output stream.
78 /// For streams where it matters, the given stream should be in "binary"
103 /// Write the specified module summary index to the given raw output stream,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
DiagnosticPrinter.h 64 raw_ostream &Stream;
67 DiagnosticPrinterRawOStream(raw_ostream &Stream) : Stream(Stream) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Bitcode/
BitcodeWriter.h 28 std::unique_ptr<BitstreamWriter> Stream;
76 /// \brief Write the specified module to the specified raw output stream.
78 /// For streams where it matters, the given stream should be in "binary"
103 /// Write the specified module summary index to the given raw output stream,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
DiagnosticPrinter.h 64 raw_ostream &Stream;
67 DiagnosticPrinterRawOStream(raw_ostream &Stream) : Stream(Stream) {}

Completed in 908 milliseconds

1 2 3 4 5 6 7 8 91011>>