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

  /device/google/contexthub/contexthubhal/
nanohubhal.cpp 68 void dumpBuffer(const char *pfx, const hub_app_name_t &appId, uint32_t evtId, uint16_t endpoint, const void *data, size_t len, int status)
73 if (evtId)
74 os << "; EVT=" << std::hex << evtId;
  /device/google/contexthub/contexthubhal/test/
main.cpp 44 void dumpBuffer(std::ostream &os, const char *pfx, const hub_app_name_t &appId, uint32_t evtId, const void *data, size_t len, int status)
48 if (evtId)
49 os << "; EVT=" << std::hex << evtId;

Completed in 112 milliseconds