Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
Dperf.h150 #define PERF_IsSending(x) ((x) & PERF_FlagSending) macro
151 #define PERF_IsReceived(x) (!PERF_IsSending(x))
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
Dperf_print.c309 int sending = PERF_IsSending ((unsigned long) eModule); in __print_Buffer()
360 int sending = PERF_IsSending(((unsigned long) eModule) & ~PERF_ModuleMask); in __print_Command()
Dperf_rt.c303 int sending = PERF_IsSending(modulesAndFlags); in print_rate_info()