Searched refs:timeoutInd (Results 1 – 2 of 2) sorted by relevance
311 Nanoseconds timeoutInd = kDefaultSeeIndTimeout) {317 timeoutResp, timeoutInd);439 Nanoseconds timeoutInd = kDefaultSeeIndTimeout);456 bool waitForInd(bool reqSent, Nanoseconds timeoutInd);
1844 bool waitForIndication, Nanoseconds timeoutResp, Nanoseconds timeoutInd) { in sendReq() argument1858 success = waitForInd(success, timeoutInd); in sendReq()1876 bool SeeHelper::waitForInd(bool reqSent, Nanoseconds timeoutInd) { in waitForInd() argument1885 waitSuccess = mCond.wait_for(mMutex, timeoutInd); in waitForInd()1890 Milliseconds(timeoutInd).getMilliseconds()); in waitForInd()