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

/external/chromium_org/device/nfc/
H A Dnfc_adapter.cc59 void NfcAdapter::SetPeer(const std::string& identifier, NfcPeer* peer) { function in class:device::NfcAdapter
/external/chromium_org/tools/android/forwarder2/
H A Dforwarder.cc80 void SetPeer(BufferedCopier* peer) { function in class:forwarder2::Forwarder::BufferedCopier
224 buffer1_->SetPeer(buffer2_.get());
225 buffer2_->SetPeer(buffer1_.get());
/external/chromium_org/content/browser/
H A Dbyte_stream.cc44 // SetPeer may happen anywhere; all other operations on each class must
54 void SetPeer(ByteStreamReaderImpl* peer,
114 void SetPeer(ByteStreamWriterImpl* peer,
203 void ByteStreamWriterImpl::SetPeer( function in class:content::__anon7032::ByteStreamWriterImpl
335 void ByteStreamReaderImpl::SetPeer( function in class:content::__anon7032::ByteStreamReaderImpl
462 in->SetPeer(out, output_task_runner, output_flag);
463 out->SetPeer(in, input_task_runner, input_flag);

Completed in 3390 milliseconds