HomeSort by relevance Sort by last modified time
    Searched refs:to_stream (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/media/audio/
audio_source_diverter.h 25 // Start providing audio data to the given |to_stream|, which is in an
26 // unopened state. |to_stream| remains under the control of the
28 virtual void StartDiverting(AudioOutputStream* to_stream) = 0;
audio_output_controller.h 163 virtual void StartDiverting(AudioOutputStream* to_stream) OVERRIDE;
199 void DoStartDiverting(AudioOutputStream* to_stream);
audio_output_controller.cc 376 void AudioOutputController::StartDiverting(AudioOutputStream* to_stream) {
379 base::Bind(&AudioOutputController::DoStartDiverting, this, to_stream));
387 void AudioOutputController::DoStartDiverting(AudioOutputStream* to_stream) {
394 diverting_to_stream_ = to_stream;
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
download.py 47 def DownloadAndComputeHash(from_stream, to_stream=None, progress_func=None):
52 to_stream: [optional] the data is written to to_stream if it is
79 if to_stream:
80 to_stream.write(data)
  /external/chromium_org/native_client_sdk/src/build_tools/
manifest_util.py 61 def DownloadAndComputeHash(from_stream, to_stream=None, progress_func=None):
67 to_stream: [optional] the data is written to to_stream if it is
92 if to_stream:
93 to_stream.write(data)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 327 def to_stream( options = {} ) method in class:ANTLR3.TokenSource

Completed in 379 milliseconds