Searched refs:cycles (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DCycleInterpolator.java24 * Repeats the animation for a specified number of cycles. The
29 public CycleInterpolator(float cycles) { argument
30 mCycles = cycles;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2245 // When it wakes up after a maximum latency, it runs a few cycles quickly before
2397 CentralTendencyStatistics mHzStats; // statistics on thread CPU usage in cycles
2432 // ignore sample for purposes of cycles
2438 double cycles = wcNs * cpukHz * 0.000001; local
2439 mHzStats.sample(cycles);

Completed in 297 milliseconds