Home
last modified time | relevance | path

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

/system/chre/platform/include/chre/platform/
Dhost_link.h86 bool sendMetricLog(uint32_t metricId, const uint8_t *encodedMetric,
/system/chre/core/
Dtelemetry_manager.cc66 if (!manager.sendMetricLog(atomId, bytes, size)) { in sendMetricToHost()
/system/chre/platform/slpi/
Dhost_link.cc602 bool HostLink::sendMetricLog(uint32_t metricId, const uint8_t *encodedMetric, in sendMetricLog() function in chre::HostLink