Home
last modified time | relevance | path

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

/system/chre/platform/slpi/include/chre/platform/slpi/see/
Dsee_helper.h468 void handleSeeResp(uint32_t txnId, sns_std_error error);
/system/chre/platform/slpi/see/
Dsee_helper.cc74 uint32_t txnId; member
1611 void SeeHelper::handleSeeResp(uint32_t txnId, sns_std_error error) { in handleSeeResp() argument
1613 if (mWaitingOnResp && txnId == mCurrentTxnId) { in handleSeeResp()
1795 cbData->txnId = ++mCurrentTxnId; in sendSeeReqSync()
1913 respCbData->seeHelper->handleSeeResp(respCbData->txnId, error); in seeRespCb()