Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp622 int SystemComm::SessionManager::setup_and_add(int id, Session *session, const hub_message_t *appMsg) in setup_and_add() function in android::nanohub::SystemComm::SessionManager
649 status = mSessions.setup_and_add(CONTEXT_HUB_LOAD_APP, &mKeySession, appMsg); in doHandleTx()
659 status = mSessions.setup_and_add(CONTEXT_HUB_LOAD_APP, &mAppMgmtSession, appMsg); in doHandleTx()
665 status = mSessions.setup_and_add(CONTEXT_HUB_LOAD_APP, &mAppMgmtSession, appMsg); in doHandleTx()
669 status = mSessions.setup_and_add(CONTEXT_HUB_QUERY_APPS, &mAppInfoSession, appMsg); in doHandleTx()
673 status = mSessions.setup_and_add(CONTEXT_HUB_QUERY_MEMORY, &mMemInfoSession, appMsg); in doHandleTx()
Dsystem_comms.h271 int setup_and_add(int id, Session *session, const hub_message_t *appMsg);