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.h310 Nanoseconds timeoutResp = kDefaultSeeRespTimeout,
317 timeoutResp, timeoutInd);
405 Nanoseconds timeoutResp);
438 Nanoseconds timeoutResp = kDefaultSeeRespTimeout,
/system/chre/platform/slpi/see/
Dsee_helper.cc1780 sns_client *client, sns_client_request_msg *req, Nanoseconds timeoutResp) { in sendSeeReqSync() argument
1812 waitSuccess = mCond.wait_for(mMutex, timeoutResp); in sendSeeReqSync()
1817 Milliseconds(timeoutResp).getMilliseconds()); in sendSeeReqSync()
1844 bool waitForIndication, Nanoseconds timeoutResp, Nanoseconds timeoutInd) { in sendReq() argument
1855 success = sendSeeReqSync(client, msg.get(), timeoutResp); in sendReq()