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.h348 bool mWaitingOnResp = false; variable
/system/chre/platform/slpi/see/
Dsee_helper.cc1639 if (mWaitingOnResp && txnId == mCurrentTxnId) { in handleSeeResp()
1641 mWaitingOnResp = false; in handleSeeResp()
1825 CHRE_ASSERT(!mWaitingOnResp); in sendSeeReqSync()
1826 mWaitingOnResp = true; in sendSeeReqSync()
1843 while (mWaitingOnResp && waitSuccess) { in sendSeeReqSync()
1865 mWaitingOnResp = false; in sendSeeReqSync()
1912 CHRE_ASSERT(!mWaitingOnResp); in waitForInd()