Home
last modified time | relevance | path

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

/system/chre/platform/slpi/include/chre/platform/slpi/see/
Dsee_helper.h354 bool mWaitingOnResp = false; variable
/system/chre/platform/slpi/see/
Dsee_helper.cc1613 if (mWaitingOnResp && txnId == mCurrentTxnId) { in handleSeeResp()
1615 mWaitingOnResp = false; in handleSeeResp()
1793 CHRE_ASSERT(!mWaitingOnResp); in sendSeeReqSync()
1794 mWaitingOnResp = true; in sendSeeReqSync()
1811 while (mWaitingOnResp && waitSuccess) { in sendSeeReqSync()
1833 mWaitingOnResp = false; in sendSeeReqSync()
1880 CHRE_ASSERT(!mWaitingOnResp); in waitForInd()