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

/frameworks/base/services/surfaceflinger/
H A DMessageQueue.cpp187 const char tick = (*cur == message) ? '>' : ' '; local
189 tick, c, (*cur)->what, (*cur)->when);
/frameworks/base/opengl/tests/angeles/
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.cpp105 void encode(int tick, AudioStream *chain);
106 void decode(int tick);
264 void AudioStream::encode(int tick, AudioStream *chain) argument
266 if (tick - mTick >= mInterval) {
268 int skipped = (tick - mTick) / mInterval;
275 tick = mTick;
310 data |= chain->mix(buffer, tick - mInterval, tick, mSampleRate);
360 void AudioStream::decode(int tick) argument
369 if ((unsigned int)(tick
722 int tick = elapsedRealtime(); local
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java585 tick(notification);
690 tick(notification);
1660 private void tick(StatusBarNotification n) { method in class:PhoneStatusBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java814 tick(key, notification, true);
918 tick(key, notification, false);
1013 private void tick(IBinder key, StatusBarNotification n, boolean firstTime) { method in class:TabletStatusBar
/frameworks/base/core/java/android/widget/
H A DTextView.java7436 tick();
7439 tick();
7452 void tick() { method in class:TextView.Marquee

Completed in 168 milliseconds