Home
last modified time | relevance | path

Searched refs:async_ (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/files/
Dfile.cc26 async_(false) { in File()
31 : error_details_(FILE_OK), created_(false), async_(false) { in File()
40 async_(false) { in File()
49 async_(false) { in File()
57 async_(other.async_) {} in File()
69 file.async_ = true; in CreateForAsyncHandle()
80 async_ = other.async_; in operator =()
Dfile.h295 bool async() const { return async_; } in async()
334 bool async_; variable
Dfile_posix.cc387 other.async_ = true; in Duplicate()
510 async_ = ((flags & FLAG_ASYNC) == FLAG_ASYNC); in DoInitialize()
/external/webrtc/webrtc/p2p/base/
Dfaketransportcontroller.h68 void SetAsync(bool async) { async_ = async; } in SetAsync()
208 if (async_) { in SendPacket()
319 bool async_ = false; variable
363 void SetAsync(bool async) { async_ = async; } in SetAsync()
420 channel->SetAsync(async_); in CreateTransportChannel()
454 bool async_ = false; variable
/external/webrtc/webrtc/base/
Dvirtualsocketserver.cc103 async_(async), in VirtualSocket()
113 ASSERT(async_ || (type_ != SOCK_STREAM)); // We only support async streams in VirtualSocket()
274 if (async_) { in RecvFrom()
330 VirtualSocket* socket = new VirtualSocket(server_, AF_INET, type_, async_); in Accept()
394 if (async_) { in OnMessage()
402 if (async_) { in OnMessage()
418 if (async_) { in OnMessage()
465 if (async_ && notify) { in CompleteConnect()
Dvirtualsocketserver.h314 bool async_; variable
/external/libbrillo/brillo/http/
Dhttp_transport_fake.h76 void SetAsyncMode(bool async) { async_ = async; } in SetAsyncMode()
110 bool async_{false};
Dhttp_transport_fake.cc69 if (!async_) { in RunCallbackAsync()