Home
last modified time | relevance | path

Searched refs:timeoutResp (Results 1 – 2 of 2) sorted by relevance

/system/chre/platform/slpi/include/chre/platform/slpi/see/
Dsee_helper.h307 Nanoseconds timeoutResp = kDefaultSeeRespTimeout,
311 waitForIndication, timeoutResp, timeoutInd);
399 Nanoseconds timeoutResp);
430 Nanoseconds timeoutResp = kDefaultSeeRespTimeout,
/system/chre/platform/slpi/see/
Dsee_helper.cc1812 Nanoseconds timeoutResp) { in sendSeeReqSync() argument
1844 waitSuccess = mCond.wait_for(mMutex, timeoutResp); in sendSeeReqSync()
1849 Milliseconds(timeoutResp).getMilliseconds()); in sendSeeReqSync()
1875 bool waitForIndication, Nanoseconds timeoutResp, in sendReq() argument
1887 success = sendSeeReqSync(client, msg.get(), timeoutResp); in sendReq()