Home
last modified time | relevance | path

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

/system/chre/platform/slpi/smgr/
Dsmr_helper.cc46 bool waitSuccess = true; in releaseSync() local
47 while (mWaiting && waitSuccess) { in releaseSync()
48 waitSuccess = mCond.wait_for(mMutex, timeout); in releaseSync()
51 if (!waitSuccess) { in releaseSync()
118 bool waitSuccess = true; in sendReqSyncUntyped() local
152 while (mWaiting && waitSuccess) { in sendReqSyncUntyped()
153 waitSuccess = mCond.wait_for(mMutex, timeout); in sendReqSyncUntyped()
156 if (waitSuccess) { in sendReqSyncUntyped()
173 return waitSuccess; in sendReqSyncUntyped()
/system/chre/platform/slpi/see/
Dsee_helper.cc1766 bool waitSuccess = true; in sendSeeReqSync() local
1768 while (mWaitingOnResp && waitSuccess) { in sendSeeReqSync()
1769 waitSuccess = mCond.wait_for(mMutex, timeoutResp); in sendSeeReqSync()
1772 if (!waitSuccess) { in sendSeeReqSync()
1839 bool waitSuccess = true; in waitForInd() local
1841 while (mWaitingOnInd && waitSuccess) { in waitForInd()
1842 waitSuccess = mCond.wait_for(mMutex, timeoutInd); in waitForInd()
1845 if (!waitSuccess) { in waitForInd()