Searched defs:se (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp61 struct sigevent se; local
62 se.sigev_notify = SIGEV_THREAD;
63 se.sigev_value.sival_ptr = this;
64 se.sigev_notify_function = vsyncOffCallback;
65 se.sigev_notify_attributes = NULL;
66 timer_create(CLOCK_MONOTONIC, &se, &mTimerId);
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp2604 SidxEntry se; local
2605 se.mSize = d1 & 0x7fffffff;
2606 se.mDurationUs = 1000000LL * d2 / timeScale;
2607 mSidxEntries.add(se);
4824 const SidxEntry *se = &mSegments[i]; local
4825 if (totalTime + se->mDurationUs > seekTimeUs) {
4829 (seekTimeUs - totalTime) > (totalTime + se->mDurationUs - seekTimeUs))) {
4832 totalTime += se->mDurationUs;
4833 totalOffset += se->mSize;
4837 totalTime += se
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/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 73 milliseconds