HomeSort by relevance Sort by last modified time
    Searched refs:IsFdInSet (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/android/forwarder2/
forwarder.cc 43 if (!socket_from_->IsFdInSet(read_fds))
56 if (!socket_to_->IsFdInSet(write_fds))
socket.h 45 bool IsFdInSet(const fd_set& fds) const;
socket.cc 290 bool Socket::IsFdInSet(const fd_set& fds) const {

Completed in 50 milliseconds