HomeSort by relevance Sort by last modified time
    Searched defs:clocks (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/utils/
Timers.cpp 38 static const clockid_t clocks[] = { local
47 clock_gettime(clocks[clock], &t);
50 // we don't support the clocks here.
  /frameworks/rs/
rsCppUtils.h 157 static const clockid_t clocks[] = { local
166 clock_gettime(clocks[clock], &t);
169 // we don't support the clocks here.

Completed in 49 milliseconds