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

  /external/parameter-framework/remote-processor/
Socket.cpp 96 int iFlags = fcntl(_iSockFd, F_GETFL, 0);
98 assert(iFlags != -1);
102 iFlags |= O_NONBLOCK;
105 iFlags &= ~O_NONBLOCK;
107 fcntl(_iSockFd, F_SETFL, iFlags);
  /external/opencv/cvaux/src/
_cvfacedetection.h 208 int iFlags;
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java     [all...]

Completed in 215 milliseconds