Home
last modified time | relevance | path

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

/system/chre/host/msm/daemon/
Dchre_daemon.cc154 static std::queue<uint32_t> gPreloadedNanoappPendingTransactionIds; variable
644 gPreloadedNanoappPendingTransactionIds.push(transactionId); in sendNanoappLoad()
796 if (gPreloadedNanoappPendingTransactionIds.empty()) { in handleDaemonMessage()
798 } else if (gPreloadedNanoappPendingTransactionIds.front() in handleDaemonMessage()
802 gPreloadedNanoappPendingTransactionIds.front()); in handleDaemonMessage()
806 gPreloadedNanoappPendingTransactionIds.front()); in handleDaemonMessage()
808 gPreloadedNanoappPendingTransactionIds.pop(); in handleDaemonMessage()