Searched defs:endPos (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DISeek.c52 SLmillisecond startPos, SLmillisecond endPos)
56 if (!(startPos < endPos)) {
62 if ((startPos != 0) && (endPos != SL_TIME_UNKNOWN)) {
98 thiz->mEndPos = endPos;
120 SLmillisecond endPos = thiz->mEndPos; local
124 *pEndPos = endPos;
51 ISeek_SetLoop(SLSeekItf self, SLboolean loopEnable, SLmillisecond startPos, SLmillisecond endPos) argument
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5211 const uint8_t* endPos = ((const uint8_t*)pkg) + dtohs(pkg->header.size); local
5212 while (((const uint8_t*)chunk) <= (endPos-sizeof(ResChunk_header)) &&
5213 ((const uint8_t*)chunk) <= (endPos-dtohl(chunk->size))) {
5222 endPos, "ResTable_typeSpec");
5269 endPos, "ResTable_type");
5321 endPos, "ResTable_package:unknown");

Completed in 87 milliseconds