Searched refs:WriteLocked (Results 1 – 6 of 6) sorted by relevance
82 StreamResult result = WriteLocked(buffer.data(), buffer.size(), ©); in Write()171 StreamResult FifoBuffer::WriteLocked(const void* buffer, in WriteLocked() function in rtc::FifoBuffer
93 StreamResult WriteLocked(const void* buffer,
71 return call.WriteLocked(*buffer); in PwpbSendStream()
120 return call.WriteLocked(*result); in NanopbSendStream()
201 return WriteLocked(payload); in Write()204 Status WriteLocked(ConstByteSpan payload)
225 Status Call::WriteLocked(ConstByteSpan payload) { in WriteLocked() function in pw::rpc::internal::Call