Searched defs:last (Results 26 - 42 of 42) sorted by relevance

12

/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp425 bool last = packets.empty(); local
432 if (last) {
/frameworks/rs/script_api/
H A DGenerateTestFiles.cpp31 int last = s.size() - 1; local
32 char lastChar = s[last];
34 s.erase(last);
H A DSpecification.cpp123 * We know that's it's a vector type if the last character is a digit and
127 const int last = type.size() - 1; local
128 const char lastChar = type[last];
130 const string trimmed = type.substr(0, last);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp717 // Move the first fragment (align fragment) and last fragment (null fragment)
722 SectionData::iterator last = sectData->end(); local
723 --last;
726 assert(last->getKind() == Fragment::Null);
729 tmp.splice(tmp.end(), list, last);
787 // Add the first and the last fragment back.
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp898 // When the queue is not empty, we need to look at the last buffer
900 const BufferItem& last = mCore->mQueue.itemAt( local
902 if (last.mIsDroppable) {
904 if (!last.mIsStale) {
905 mSlots[last.mSlot].mBufferState.freeQueued();
911 mSlots[last.mSlot].mBufferState.isFree()) {
912 mSlots[last.mSlot].mBufferState.mShared = false;
915 if (!mSlots[last.mSlot].mBufferState.isShared()) {
916 mCore->mActiveBuffers.erase(last.mSlot);
917 mCore->mFreeBuffers.push_back(last
[all...]
/frameworks/rs/
H A DrsContext.cpp154 uint64_t last = mTimeLast; local
156 mTimers[mTimerActive] += mTimeLast - last;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h66 uint timeInc; /* VOP time increment (relative to last mtb) */
160 uint last; member in struct:tagTcoef
184 uint8 last; member in struct:tagVLCtab2
/frameworks/base/core/java/android/text/
H A DTextUtils.java159 public static int lastIndexOf(CharSequence s, char ch, int last) { argument
163 return ((String) s).lastIndexOf(ch, last);
165 return lastIndexOf(s, ch, 0, last);
169 int start, int last) {
170 if (last < 0)
172 if (last >= s.length())
173 last = s.length() - 1;
175 int end = last + 1;
959 // happens when ^ is the last character in the string.
168 lastIndexOf(CharSequence s, char ch, int start, int last) argument
/frameworks/base/libs/hwui/
H A DPathTessellator.cpp213 const Vertex* last = &(perimeter[perimeter.size() - 1]); local
215 Vector2 lastNormal = {current->y - last->y, last->x - current->x};
308 const Vertex* last = &(vertices[0]); local
310 Vector2 lastNormal = {current->y - last->y, last->x - current->x};
354 const Vertex* last = &(perimeter[perimeter.size() - 1]); local
356 Vector2 lastNormal = {current->y - last->y, last->x - current->x};
500 // TODO: to support odd numbers of divisions, break here on the last iteratio
591 const Vertex* last = &(vertices[0]); local
659 const Vertex* last = &(perimeter[perimeter.size() - 1]); local
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp1150 static int binarySearch(T const sortedArray[], int first, int last, EGLint key) argument
1152 while (first <= last) {
1153 int mid = (first + last) / 2;
1157 last = mid - 1;
/frameworks/base/tools/aapt/
H A DResource.cpp2815 const char* last = pkg.string(); local
2816 const char* s = last-1;
2819 if (s > last && (*s == '.' || *s == 0)) {
2820 String8 part(last, s-last);
2827 last = s+1;
/frameworks/av/services/audioflinger/
H A DThreads.cpp1386 // restore suspended effects if the disconnected handle was enabled and the last one.
1471 // remove effect chain if removing last effect
2834 // chains list in order to be processed last as it contains output stage effects.
2938 nsecs_t lastWriteFinished = -1; // time last server write completed
3006 // We keep track of the last valid kernel position in case we are in underrun
3047 // to when the server last read data than the current time here.
3298 // Total time spent in last processing cycle equals time spent in
4198 // because we're about to decrement the last sp<> on those tracks.
4224 // during last round
4920 // Only consider last trac
4925 bool last = l.get() == track; local
5475 bool last = l.get() == track; local
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp97 char16_t* last = dst + avail - 1; local
98 while (*src && (dst < last)) {
567 ALOGW("Bad string block: last string is not 0-terminated\n");
617 ALOGW("Bad string block: last style is not 0xFFFFFFFF-terminated\n");
1784 // The last three bits of the second char and the first two bits
6217 // Check if this one is less specific than the last found. If so,
/frameworks/native/services/inputflinger/
H A DInputReader.cpp4174 const RawState* last = mRawStatesPending.isEmpty() ? local
4197 assignPointerIds(last, next);
4203 last->rawPointerData.pointerCount,
4205 last->rawPointerData.touchingIdBits.value,
4207 last->rawPointerData.hoveringIdBits.value,
4383 // Copy current touch to last touch in preparation for the next cycle.
4640 // Update last coordinates of pointers that have moved so that we observe the new
5150 // Update last coordinates of pointers that have moved so that we observe the new
6420 void TouchInputMapper::assignPointerIds(const RawState* last, RawState* current) { argument
6422 uint32_t lastPointerCount = last
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java517 * These keep track of battery levels (1-100) at the last plug event and the last unplug event.
1235 * boot, to the last time something interesting happened in the
1247 * The run time of the last run of the system, as loaded from the
1253 * The value of mTotalTime when unplug() was last called. Subtract
1254 * this from mTotalTime to find the time since the last unplug from
1455 * The reported count from /proc/wakelocks when unplug() was last
1467 * The reported total_time from /proc/wakelocks when unplug() was last
1556 * @param deltaTime additional time recorded since the last sampled event, in microseconds.
1628 * The last tim
2764 writeHistoryDelta(Parcel dest, HistoryItem cur, HistoryItem last) argument
2929 computeHistoryStepDetails(final HistoryStepDetails out, final HistoryStepDetails last) argument
[all...]
/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. ...
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 386 milliseconds

12