Home
last modified time | relevance | path

Searched defs:pal (Results 1 – 7 of 7) sorted by relevance

/system/chre/host/common/
Dmetrics_reporter.cc121 bool MetricsReporter::logPalOpenFailed(ChrePalOpenFailed::ChrePalType pal, in logPalOpenFailed()
Ddaemon_base.cc168 ChrePalOpenFailed::ChrePalType pal = in handleMetricLog() local
/system/chre/core/
Dtelemetry_manager.cc76 void sendPalOpenFailedMetric(_android_chre_metrics_ChrePalType pal) { in sendPalOpenFailedMetric()
Dchre_metrics.proto107 optional ChrePalType pal = 2; field
/system/chre/host/msm/daemon/generated/
Dchre_slpi_skel.c155 #define _ALLOCATE(nErr, pal, size, alignment, pv) _TRY(nErr, _allocator_alloc(pal, __FILE_LINE__, s… argument
158 #define _ALLOCATE(nErr, pal, size, alignment, pv) _TRY(nErr, _allocator_alloc(pal, 0, size, alignme… argument
Dchre_slpi_stub.c155 #define _ALLOCATE(nErr, pal, size, alignment, pv) _TRY(nErr, _allocator_alloc(pal, __FILE_LINE__, s… argument
158 #define _ALLOCATE(nErr, pal, size, alignment, pv) _TRY(nErr, _allocator_alloc(pal, 0, size, alignme… argument
/system/chre/host/hal_generic/common/
Dmulti_client_context_hub_base.cc1184 auto pal = static_cast<ChrePalOpenFailed::ChrePalType>(metric.pal()); in onMetricLog() local