HomeSort by relevance Sort by last modified time
    Searched defs:handleRx (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/contexthubhal/
system_comms.cpp 245 int SystemComm::MemInfoSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, bool chre)
457 int SystemComm::AppMgmtSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appManager, bool chre)
886 int SystemComm::KeyInfoSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, bool chre)
    [all...]
system_comms.h 164 virtual int handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appManager, bool chre) = 0;
287 virtual int handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appManager, bool chre) override;
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 &reboot, uint32_t &rebootStatus);
478 static int handleRx(const nano_message_raw *rxMsg) {
481 static int handleRx(const nano_message_chre *rxMsg) {

Completed in 250 milliseconds