Home
last modified time | relevance | path

Searched defs:SetStream (Results 1 – 25 of 29) sorted by relevance

12

/external/lzma/CPP/7zip/Archive/Common/
DDummyOutStream.h17 void SetStream(ISequentialOutStream *outStream) { _stream = outStream; } in SetStream() function
DCoderMixer2.h39 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
DOutStreamWithSha1.h25 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
DOutStreamWithCRC.h21 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
DInStreamWithCRC.h28 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.h36 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
/external/lzma/CPP/7zip/Compress/
DZlibEncoder.h19 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
DBitmEncoder.h16 void SetStream(ISequentialOutStream *outStream) { _stream.SetStream(outStream);} in SetStream() function
DBitlEncoder.h15 void SetStream(ISequentialOutStream *outStream) { _stream.SetStream(outStream); } in SetStream() function
DZlibDecoder.h21 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
DBitmDecoder.h27 void SetStream(ISequentialInStream *inStream) { _stream.SetStream(inStream);} in SetStream() function
DBitlDecoder.h75 void SetStream(ISequentialInStream *inStream) { _stream.SetStream(inStream); } in SetStream() function
DBZip2Encoder.h33 void SetStream(Byte *buf) { _buf = buf; } in SetStream() function
DRar3Decoder.h49 void SetStream(ISequentialInStream *inStream) { Stream.SetStream(inStream);} in SetStream() function
/external/lzma/CPP/7zip/Common/
DLimitedStreams.h22 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
DInBuffer.h53 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
DOutBuffer.h43 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_rng.cc142 bool GpuRng::SetStream(Stream* stream) { in SetStream() function in stream_executor::gpu::GpuRng
Drocm_fft.cc146 bool SetStream(GpuExecutor *parent, hipfftHandle plan, Stream *stream) { in SetStream() function
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_rng.cc88 bool GpuRng::SetStream(Stream* stream) { in SetStream() function in stream_executor::gpu::GpuRng
Dcuda_fft.cc69 bool SetStream(GpuExecutor *parent, cufftHandle plan, Stream *stream) { in SetStream() function
/external/webrtc/rtc_tools/data_channel_benchmark/
Dgrpc_signaling.cc36 void SetStream(T* stream) { stream_ = stream; } in SetStream() function in webrtc::__anond6a3e00b0111::SessionData
/external/pigweed/pw_transfer/
Dtransfer_thread.cc265 void TransferThread::SetStream(TransferStream stream) { in SetStream() function in pw::transfer::internal::TransferThread
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/
Dconnected_channel.cc328 void SetStream(grpc_stream* stream) { stream_.reset(stream); } in SetStream() function in grpc_core::__anon6de4bbcf0111::ConnectedChannelStream
/external/grpc-grpc/src/core/lib/channel/
Dconnected_channel.cc323 void SetStream(grpc_stream* stream) { stream_.reset(stream); } in SetStream() function in grpc_core::__anon8f1971570111::ConnectedChannelStream

12