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

/frameworks/native/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/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp107 void encode(int tick, AudioStream *chain);
108 void decode(int tick);
266 void AudioStream::encode(int tick, AudioStream *chain) argument
268 if (tick - mTick >= mInterval) {
270 int skipped = (tick - mTick) / mInterval;
277 tick = mTick;
312 data |= chain->mix(buffer, tick - mInterval, tick, mSampleRate);
362 void AudioStream::decode(int tick) argument
371 if ((unsigned int)(tick
726 int tick = elapsedRealtime(); local
[all...]
/frameworks/base/tools/aapt/
H A DImages.cpp342 // Look for left tick
344 // Starting with a layout padding tick
349 int tick = tick_type(row + i * 4, transparent, outError); local
350 if (tick != TICK_TYPE_LAYOUT_BOUNDS) {
356 // Look for right tick
358 // Ending with a layout padding tick
363 int tick = tick_type(row+i*4, transparent, outError); local
364 if (tick != TICK_TYPE_LAYOUT_BOUNDS) {
380 // Look for top tick
382 // Starting with a layout padding tick
387 int tick = tick_type(rows[i] + offset, transparent, outError); local
401 int tick = tick_type(rows[i] + offset, transparent, outError); local
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java10228 tick();
10237 tick();
10253 void tick() { method in class:TextView.Marquee
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 147 milliseconds