Searched defs:in_error (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/talk/session/media/
H A Dsrtpfilter.h291 SrtpFilter::Error in_error)
292 : ssrc(in_ssrc), mode(in_mode), error(in_error) {}
289 FailureKey(uint32_t in_ssrc, SrtpFilter::Mode in_mode, SrtpFilter::Error in_error) argument
H A Dchannel.cc95 VoiceMediaChannel::Error in_error)
96 : ssrc(in_ssrc), error(in_error) {}
103 VideoMediaChannel::Error in_error)
104 : ssrc(in_ssrc), error(in_error) {}
111 DataMediaChannel::Error in_error)
112 : ssrc(in_ssrc), error(in_error) {}
94 VoiceChannelErrorMessageData(uint32_t in_ssrc, VoiceMediaChannel::Error in_error) argument
102 VideoChannelErrorMessageData(uint32_t in_ssrc, VideoMediaChannel::Error in_error) argument
110 DataChannelErrorMessageData(uint32_t in_ssrc, DataMediaChannel::Error in_error) argument
/external/harfbuzz_ng/src/
H A Dhb-buffer-private.hh89 bool in_error; /* Allocation failed */ member in struct:hb_buffer_t

Completed in 129 milliseconds