Home
last modified time | relevance | path

Searched refs:StreamInterface (Results 1 – 25 of 56) sorted by relevance

123

/external/webrtc/rtc_base/
Dstream.cc27 StreamInterface::~StreamInterface() {} in ~StreamInterface()
29 StreamResult StreamInterface::WriteAll(const void* data, in WriteAll()
47 void StreamInterface::PostEvent(Thread* t, int events, int err) { in PostEvent()
52 void StreamInterface::PostEvent(int events, int err) { in PostEvent()
56 bool StreamInterface::Flush() { in Flush()
60 StreamInterface::StreamInterface() {} in StreamInterface() function in rtc::StreamInterface
62 void StreamInterface::OnMessage(Message* msg) { in OnMessage()
74 StreamAdapterInterface::StreamAdapterInterface(StreamInterface* stream, in StreamAdapterInterface()
104 void StreamAdapterInterface::Attach(StreamInterface* stream, bool owned) { in Attach()
115 StreamInterface* StreamAdapterInterface::Detach() { in Detach()
[all …]
Dstream.h56 class RTC_EXPORT StreamInterface : public MessageHandler {
60 ~StreamInterface() override;
97 sigslot::signal3<StreamInterface*, int, int> SignalEvent;
126 StreamInterface();
132 RTC_DISALLOW_COPY_AND_ASSIGN(StreamInterface);
143 class StreamAdapterInterface : public StreamInterface,
146 explicit StreamAdapterInterface(StreamInterface* stream, bool owned = true);
162 void Attach(StreamInterface* stream, bool owned = true);
163 StreamInterface* Detach();
170 virtual void OnEvent(StreamInterface* stream, int events, int err);
[all …]
Dtest_utils.h47 void Monitor(rtc::StreamInterface* stream) { in Monitor()
51 void Unmonitor(rtc::StreamInterface* stream) { in Unmonitor()
56 bool Check(rtc::StreamInterface* stream,
61 int Events(rtc::StreamInterface* stream, bool reset = true) {
92 void OnEvent(rtc::StreamInterface* stream, int events, int error) { in OnEvent()
Dopenssl_stream_adapter.cc176 static BIO* BIO_new_stream(StreamInterface* stream) { in BIO_new_stream()
205 StreamInterface* stream = static_cast<StreamInterface*>(BIO_get_data(b)); in stream_read()
222 StreamInterface* stream = static_cast<StreamInterface*>(BIO_get_data(b)); in stream_write()
244 StreamInterface* stream = static_cast<StreamInterface*>(ptr); in stream_ctrl()
269 std::unique_ptr<StreamInterface> stream) in OpenSSLStreamAdapter()
729 void OpenSSLStreamAdapter::OnEvent(StreamInterface* stream, in OnEvent()
804 bio = BIO_new_stream(static_cast<StreamInterface*>(stream())); in BeginSSL()
960 StreamInterface::OnMessage(msg); in OnMessage()
Dssl_stream_adapter.cc94 std::unique_ptr<StreamInterface> stream) { in Create()
98 SSLStreamAdapter::SSLStreamAdapter(std::unique_ptr<StreamInterface> stream) in SSLStreamAdapter()
Dssl_stream_adapter.h128 std::unique_ptr<StreamInterface> stream);
130 explicit SSLStreamAdapter(std::unique_ptr<StreamInterface> stream);
Dopenssl_stream_adapter.h60 explicit OpenSSLStreamAdapter(std::unique_ptr<StreamInterface> stream);
126 void OnEvent(StreamInterface* stream, int events, int err) override;
Dssl_stream_adapter_unittest.cc143 class SSLDummyStreamBase : public rtc::StreamInterface,
148 rtc::StreamInterface* in, in SSLDummyStreamBase()
149 rtc::StreamInterface* out) in SSLDummyStreamBase()
178 void OnEventIn(rtc::StreamInterface* stream, int sig, int err) { in OnEventIn()
189 void OnEventOut(rtc::StreamInterface* stream, int sig, int err) { in OnEventOut()
219 rtc::StreamInterface* in_;
220 rtc::StreamInterface* out_;
233 class BufferQueueStream : public rtc::BufferQueue, public rtc::StreamInterface {
385 virtual void OnEvent(rtc::StreamInterface* stream, int sig, int err) { in OnEvent()
637 virtual void ReadData(rtc::StreamInterface* stream) = 0;
[all …]
/external/piex/src/
Dtiff_parser.h111 bool Get16u(StreamInterface* stream, const std::uint32_t offset,
117 bool Get32u(StreamInterface* stream, const std::uint32_t offset,
124 StreamInterface* stream, Error* error);
128 bool GetEndianness(const std::uint32_t tiff_offset, StreamInterface* stream,
133 StreamInterface* stream, Image* image);
137 bool GetJpegDimensions(const std::uint32_t jpeg_offset, StreamInterface* stream,
151 const TagSet& desired_tags, StreamInterface* stream,
157 bool GetExifOrientation(StreamInterface* stream, const std::uint32_t offset,
175 explicit TiffParser(StreamInterface* stream);
176 TiffParser(StreamInterface* stream, const std::uint32_t offset);
[all …]
Dpiex.cc54 bool GetDngInformation(const TagSet& extended_tags, StreamInterface* data, in GetDngInformation()
82 const std::uint32_t number_of_ifds, StreamInterface* stream, in GetPreviewData()
106 const std::uint32_t number_of_ifds, StreamInterface* stream, in GetPreviewData()
114 bool GetExifData(const std::uint32_t exif_offset, StreamInterface* stream, in GetExifData()
125 StreamInterface* stream, in GetThumbnailOffsetAndLength()
137 bool GetExifIfd(const Endian endian, StreamInterface* stream, in GetExifIfd()
163 const std::uint32_t skip_offset, StreamInterface* stream, in GetMakernoteIfd()
182 const Endian endian, StreamInterface* stream, in GetCameraSettingsIfd()
206 const Endian endian, StreamInterface* stream, in GetRawProcessingIfd()
229 bool GetOlympusPreviewImage(StreamInterface* stream, in GetOlympusPreviewImage()
[all …]
Dpiex.h62 bool IsRaw(StreamInterface* data);
73 Error GetPreviewImageData(StreamInterface* data,
78 bool GetDngInformation(StreamInterface* data, std::uint32_t* width,
84 bool GetOrientation(StreamInterface* data, std::uint32_t* orientation);
Dtiff_parser.cc128 void GetImageSize(const TiffDirectory& tiff_directory, StreamInterface* stream, in GetImageSize()
144 StreamInterface* stream, in FillPreviewImageData()
265 StreamInterface* stream, TiffDirectory* tiff_ifd) { in ParseSubIfds()
293 bool Get16u(StreamInterface* stream, const std::uint32_t offset, in Get16u()
308 bool Get32u(StreamInterface* stream, const std::uint32_t offset, in Get32u()
326 StreamInterface* stream, Error* error) { in GetData()
347 bool GetEndianness(const std::uint32_t tiff_offset, StreamInterface* stream, in GetEndianness()
368 bool GetImageData(const TiffDirectory& tiff_directory, StreamInterface* stream, in GetImageData()
432 bool GetJpegDimensions(const std::uint32_t jpeg_offset, StreamInterface* stream, in GetJpegDimensions()
472 const TagSet& desired_tags, StreamInterface* stream, in ParseDirectory()
[all …]
Dpiex_types.h108 class StreamInterface {
110 virtual ~StreamInterface() {} in ~StreamInterface()
/external/puffin/src/include/puffin/
Dstream.h16 class StreamInterface {
18 virtual ~StreamInterface() = default;
42 using UniqueStreamPtr = std::unique_ptr<StreamInterface>;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DPDBFileBuilder.h25 class StreamInterface; variable
35 std::unique_ptr<codeview::StreamInterface> PdbFileBuffer);
51 std::unique_ptr<codeview::StreamInterface> PdbFileBuffer;
DPDBFile.h27 class StreamInterface; variable
72 explicit PDBFile(std::unique_ptr<codeview::StreamInterface> PdbFileBuffer);
129 std::unique_ptr<codeview::StreamInterface> Buffer;
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceCuda.h19 class StreamInterface {
21 virtual ~StreamInterface() {} in ~StreamInterface()
99 class CudaStreamDevice : public StreamInterface { in initializeDeviceProp()
186 explicit GpuDevice(const StreamInterface* stream) : stream_(stream), max_blocks_(INT_MAX) { in initializeDeviceProp()
189 …explicit GpuDevice(const StreamInterface* stream, int num_blocks) : stream_(stream), max_blocks_(n… in initializeDeviceProp()
313 const StreamInterface* stream_; in initializeDeviceProp()
/external/llvm/include/llvm/DebugInfo/CodeView/
DStreamInterface.h27 class StreamInterface {
29 virtual ~StreamInterface() {} in ~StreamInterface()
DStreamRef.h22 StreamRef(const StreamInterface &Stream) in StreamRef()
24 StreamRef(const StreamInterface &Stream, uint32_t Offset, uint32_t Length) in StreamRef()
97 const StreamInterface *Stream;
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h113 class StreamInterface {
116 StreamInterface() {} in StreamInterface() function
119 virtual ~StreamInterface() {} in ~StreamInterface()
137 SE_DISALLOW_COPY_AND_ASSIGN(StreamInterface);
363 virtual std::unique_ptr<StreamInterface> GetStreamImplementation() = 0;
/external/puffin/src/
Dstream_unittest.cc25 void TestRead(StreamInterface* stream, const Buffer& data) { in TestRead()
88 void TestWriteBoundary(StreamInterface* stream) { in TestWriteBoundary()
112 void TestWrite(StreamInterface* write_stream, StreamInterface* read_stream) { in TestWrite()
140 void TestSeek(StreamInterface* stream, bool seek_end_is_fine) { in TestSeek()
156 void TestClose(StreamInterface* stream) { ASSERT_TRUE(stream->Close()); } in TestClose()
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.h52 using StreamInterface = ::stream_executor::internal::StreamInterface; variable
109 std::unique_ptr<::stream_executor::internal::StreamInterface>
231 SE_Stream* get_stream(StreamInterface* ptr) { in get_stream()
Dtpu_platform.h36 absl::flat_hash_map<stream_executor::internal::StreamInterface*,
124 SE_Stream* LookupStream(stream_executor::internal::StreamInterface* key) { in LookupStream()
Dtpu_stream_interface.h26 class TpuStreamInterface : public stream_executor::internal::StreamInterface {
/external/webrtc/p2p/base/
Ddtls_transport.h37 class StreamInterfaceChannel : public rtc::StreamInterface {
210 void OnDtlsEvent(rtc::StreamInterface* stream_, int sig, int err);

123