Home
last modified time | relevance | path

Searched refs:WriteAsync (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/device/bluetooth/
Dbluetooth_channel_mac.h50 virtual IOReturn WriteAsync(void* data, uint16_t length, void* refcon) = 0;
Dbluetooth_l2cap_channel_mac.h43 virtual IOReturn WriteAsync(void* data,
Dbluetooth_rfcomm_channel_mac.h43 virtual IOReturn WriteAsync(void* data,
Dbluetooth_rfcomm_channel_mac.mm121 IOReturn BluetoothRfcommChannelMac::WriteAsync(void* data,
Dbluetooth_l2cap_channel_mac.mm126 IOReturn BluetoothL2capChannelMac::WriteAsync(void* data,
Dbluetooth_socket_mac.mm757 channel_->WriteAsync(send_buffer->data(), byte_count, request.get());
/external/chromium_org/net/base/
Dfile_stream.cc77 return context_->WriteAsync(buf, buf_len, callback); in Write()
Dfile_stream_context_posix.cc84 int FileStream::Context::WriteAsync(IOBuffer* in_buf, in WriteAsync() function in net::FileStream::Context
Dfile_stream_context.h73 int WriteAsync(IOBuffer* buf,
Dfile_stream_context_win.cc90 int FileStream::Context::WriteAsync(IOBuffer* buf, in WriteAsync() function in net::FileStream::Context
/external/chromium_org/remoting/protocol/
Dbuffered_socket_writer_unittest.cc121 TEST_F(BufferedSocketWriterTest, WriteAsync) { in TEST_F() argument