Searched refs:evtId (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/contexthubhal/test/ |
D | main.cpp | 44 void dumpBuffer(std::ostream &os, const char *pfx, const hub_app_name_t &appId, uint32_t evtId, con… in dumpBuffer() argument 48 if (evtId) in dumpBuffer() 49 os << "; EVT=" << std::hex << evtId; in dumpBuffer()
|
/device/google/contexthub/contexthubhal/ |
D | nanohubhal.cpp | 68 void dumpBuffer(const char *pfx, const hub_app_name_t &appId, uint32_t evtId, uint16_t endpoint, co… in dumpBuffer() argument 73 if (evtId) in dumpBuffer() 74 os << "; EVT=" << std::hex << evtId; in dumpBuffer()
|
D | nanohubhal.h | 41 void dumpBuffer(const char *pfx, const hub_app_name_t &appId, uint32_t evtId, uint16_t endpoint, co…
|