Searched refs:timeoutInd (Results 1 – 2 of 2) sorted by relevance
324 Nanoseconds timeoutInd = kDefaultSeeIndTimeout) {330 timeoutResp, timeoutInd);452 Nanoseconds timeoutInd = kDefaultSeeIndTimeout);469 bool waitForInd(bool reqSent, Nanoseconds timeoutInd);
1801 bool waitForIndication, Nanoseconds timeoutResp, Nanoseconds timeoutInd) { in sendReq() argument1815 success = waitForInd(success, timeoutInd); in sendReq()1833 bool SeeHelper::waitForInd(bool reqSent, Nanoseconds timeoutInd) { in waitForInd() argument1842 waitSuccess = mCond.wait_for(mMutex, timeoutInd); in waitForInd()1847 Milliseconds(timeoutInd).getMilliseconds()); in waitForInd()