Searched refs:tick (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/opengl/tests/angeles/
H A Dapp.h43 extern void appRender(long tick, int width, int height);
H A Ddemo.c750 /* The tick is current time in milliseconds, width and height
753 void appRender(long tick, int width, int height) argument
756 sStartTick = tick;
760 // Actual tick value is "blurred" a little bit.
761 sTick = (sTick + tick - sStartTick) >> 1;
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp99 void encode(int tick, AudioStream *chain);
100 void decode(int tick);
258 void AudioStream::encode(int tick, AudioStream *chain) argument
260 if (tick - mTick >= mInterval) {
262 int skipped = (tick - mTick) / mInterval;
269 tick = mTick;
311 chain->mix(buffer, tick - mInterval, tick, mSampleRate)) {
358 void AudioStream::decode(int tick) argument
367 if ((unsigned int)(tick
720 int tick = elapsedRealtime(); local
[all...]
/frameworks/base/services/surfaceflinger/
H A DMessageQueue.cpp187 const char tick = (*cur == message) ? '>' : ' '; local
189 tick, c, (*cur)->what, (*cur)->when);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarService.java386 tick(notification);
469 tick(notification);
1054 private void tick(StatusBarNotification n) { method in class:StatusBarService
/frameworks/base/core/java/android/widget/
H A DTextView.java6135 tick();
6138 tick();
6151 void tick() { method in class:TextView.Marquee

Completed in 3793 milliseconds