Home
last modified time | relevance | path

Searched defs:CHRE_TRACE_INSTANT (Results 1 – 2 of 2) sorted by relevance

/system/chre/platform/include/chre/platform/
Dtracing.h99 #define CHRE_TRACE_INSTANT(...) chreTraceUnusedParams(__VA_ARGS__) macro
/system/chre/platform/shared/pw_trace/include/chre/target_platform/
Dtracing.h39 #define CHRE_TRACE_INSTANT(label, ...) PW_TRACE_INSTANT(label, ##__VA_ARGS__) macro