Home
last modified time | relevance | path

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

/system/chre/host/common/
Ddaemon_base.cc112 mPreloadedNanoappPendingTransactionIds.push(transactionId); in sendNanoappLoad()
237 if (mPreloadedNanoappPendingTransactionIds.empty()) { in handleDaemonMessage()
239 } else if (mPreloadedNanoappPendingTransactionIds.front() != in handleDaemonMessage()
244 mPreloadedNanoappPendingTransactionIds.front()); in handleDaemonMessage()
248 mPreloadedNanoappPendingTransactionIds.front()); in handleDaemonMessage()
250 mPreloadedNanoappPendingTransactionIds.pop(); in handleDaemonMessage()
/system/chre/host/common/include/chre_host/
Ddaemon_base.h211 std::queue<uint32_t> mPreloadedNanoappPendingTransactionIds; variable