Searched refs:waitResult (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/nci/jni/
H A DCondVar.cpp122 int waitResult = pthread_cond_timedwait (&mCondition, mutex.nativeHandle(), &absoluteTime); local
123 if ((waitResult != 0) && (waitResult != ETIMEDOUT))
124 ALOGE ("CondVar::wait: fail timed wait; error=0x%X", waitResult);
125 retVal = (waitResult == 0); //waited successfully

Completed in 1765 milliseconds