Searched refs:timeoutInd (Results 1 – 2 of 2) sorted by relevance
308 Nanoseconds timeoutInd = kDefaultSeeIndTimeout) {311 waitForIndication, timeoutResp, timeoutInd);431 Nanoseconds timeoutInd = kDefaultSeeIndTimeout);448 bool waitForInd(bool reqSent, Nanoseconds timeoutInd);
1876 Nanoseconds timeoutInd) { in sendReq() argument1890 success = waitForInd(success, timeoutInd); in sendReq()1908 bool SeeHelper::waitForInd(bool reqSent, Nanoseconds timeoutInd) { in waitForInd() argument1917 waitSuccess = mCond.wait_for(mMutex, timeoutInd); in waitForInd()1922 Milliseconds(timeoutInd).getMilliseconds()); in waitForInd()