D | system_comms.cpp | 246 int SystemComm::MemInfoSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, boo… in handleRx() function in android::nanohub::SystemComm::MemInfoSession 458 int SystemComm::AppMgmtSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appMa… in handleRx() function in android::nanohub::SystemComm::AppMgmtSession 887 int SystemComm::KeyInfoSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, boo… in handleRx() function in android::nanohub::SystemComm::KeyInfoSession 1387 int status = mSessions.handleRx(buf, transactionId, mAppManager, chre, reboot, rebootStatus); in doHandleRx() 1414 int SystemComm::SessionManager::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appMa… in handleRx() function in android::nanohub::SystemComm::SessionManager 1426 status = session->handleRx(buf, transactionId, appManager, chre); in handleRx()
|