Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.h164 …virtual int handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appManager, bool chre) =…
287 …virtual int handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appManager, bool chre) o…
294 … virtual int handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, bool chre) override;
304 … virtual int handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, bool chre) override;
432 …int handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appManager, bool chre, bool &reb…
478 static int handleRx(const nano_message_raw *rxMsg) { in handleRx() function
481 static int handleRx(const nano_message_chre *rxMsg) { in handleRx() function
Dnanohubhal.cpp275 ret = SystemComm::handleRx(&msg.raw); in runDeviceRx()
285 ret = SystemComm::handleRx(&msg.chre); in runDeviceRx()
Dsystem_comms.cpp245 int SystemComm::MemInfoSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, boo… in handleRx() function in android::nanohub::SystemComm::MemInfoSession
457 int SystemComm::AppMgmtSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appMa… in handleRx() function in android::nanohub::SystemComm::AppMgmtSession
886 int SystemComm::KeyInfoSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, boo… in handleRx() function in android::nanohub::SystemComm::KeyInfoSession
1384 int status = mSessions.handleRx(buf, transactionId, mAppManager, chre, reboot, rebootStatus); in doHandleRx()
1411 int SystemComm::SessionManager::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appMa… in handleRx() function in android::nanohub::SystemComm::SessionManager
1423 status = session->handleRx(buf, transactionId, appManager, chre); in handleRx()