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

  /system/core/include/sysutils/
SocketListener.h 24 bool mListen;
  /system/core/libsysutils/src/
SocketListener.cpp 47 mListen = listen;
86 if (mListen && listen(mSock, 4) < 0) {
89 } else if (!mListen)
158 if (mListen) {
175 SLOGV("mListen=%d, max=%d, mSocketName=%s", mListen, max, mSocketName);
179 SLOGE("select failed (%s) mListen=%d, max=%d", strerror(errno), mListen, max);
187 if (mListen && FD_ISSET(mSock, &read_fds)) {
227 if (!onDataAvailable(c) && mListen) {
    [all...]

Completed in 197 milliseconds