HomeSort by relevance Sort by last modified time
    Searched refs:PERF_IsSending (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf.h 150 #define PERF_IsSending(x) ((x) & PERF_FlagSending)
151 #define PERF_IsReceived(x) (!PERF_IsSending(x))
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_print.c 309 int sending = PERF_IsSending ((unsigned long) eModule);
360 int sending = PERF_IsSending(((unsigned long) eModule) & ~PERF_ModuleMask);
perf_rt.c 303 int sending = PERF_IsSending(modulesAndFlags);
    [all...]

Completed in 32 milliseconds