Home
last modified time | relevance | path

Searched refs:iFlags (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/remote-processor/
DSocket.cpp96 int iFlags = fcntl(_iSockFd, F_GETFL, 0); in setNonBlocking() local
98 assert(iFlags != -1); in setNonBlocking()
102 iFlags |= O_NONBLOCK; in setNonBlocking()
105 iFlags &= ~O_NONBLOCK; in setNonBlocking()
107 fcntl(_iSockFd, F_SETFL, iFlags); in setNonBlocking()
/external/opencv/cvaux/src/
Dcvfacedetection.cpp261 cr.iFlags = 0; in AddContours2Rect()
273 cr.iFlags = 0; in AddContours2Rect()
D_cvfacedetection.h208 int iFlags; member