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.h323 Nanoseconds timeoutResp = kDefaultSeeRespTimeout,
330 timeoutResp, timeoutInd);
418 Nanoseconds timeoutResp);
451 Nanoseconds timeoutResp = kDefaultSeeRespTimeout,
/system/chre/platform/slpi/see/
Dsee_helper.cc1737 sns_client *client, sns_client_request_msg *req, Nanoseconds timeoutResp) { in sendSeeReqSync() argument
1769 waitSuccess = mCond.wait_for(mMutex, timeoutResp); in sendSeeReqSync()
1774 Milliseconds(timeoutResp).getMilliseconds()); in sendSeeReqSync()
1801 bool waitForIndication, Nanoseconds timeoutResp, Nanoseconds timeoutInd) { in sendReq() argument
1812 success = sendSeeReqSync(client, msg.get(), timeoutResp); in sendReq()