/system/media/opensles/libopensles/ |
IEngineCapabilities.c | 103 SLuint32 *pIndex, SLuint32 *pLEDDeviceID, SLLEDDescriptor *pDescriptor) 110 if (NULL != pIndex) { 113 index = *pIndex; 124 *pIndex = this->mMaxIndexLED; 145 SLuint32 *pIndex, SLuint32 *pVibraDeviceID, SLVibraDescriptor *pDescriptor) 152 if (NULL != pIndex) { 155 index = *pIndex; 166 *pIndex = this->mMaxIndexVibra;
|
IAudioDecoderCapabilities.c | 46 SLAudioDecoderCapabilitiesItf self, SLuint32 decoderId, SLuint32 *pIndex, 51 result = GetCodecCapabilities(decoderId, pIndex, pDescriptor, DecoderDescriptors);
|
IAudioEncoderCapabilities.c | 46 SLAudioEncoderCapabilitiesItf self, SLuint32 encoderId, SLuint32 *pIndex, 51 result = GetCodecCapabilities(encoderId, pIndex, pDescriptor,
|
devices.h | 59 extern SLresult GetCodecCapabilities(SLuint32 decoderId, SLuint32 *pIndex,
|
sles.c | 217 SLresult GetCodecCapabilities(SLuint32 codecId, SLuint32 *pIndex, 220 if (NULL == pIndex) { 231 *pIndex = index; 234 index = *pIndex; [all...] |
/dalvik/vm/ |
PointerSet.c | 205 bool dvmPointerSetHas(const PointerSet* pSet, const void* ptr, int* pIndex) 222 if (pIndex != NULL) 223 *pIndex = mid; 228 if (pIndex != NULL) 229 *pIndex = mid;
|
PointerSet.h | 67 * Returns "true" if the value appears, "false" otherwise. If "pIndex" is 71 bool dvmPointerSetHas(const PointerSet* pSet, const void* ptr, int* pIndex);
|
/external/quake/quake/src/QW/client/ |
r_bsp.c | 450 int i, c, side, *pindex; local 477 pindex = pfrustum_indexes[i]; 479 rejectpt[0] = (float)node->minmaxs[pindex[0]]; 480 rejectpt[1] = (float)node->minmaxs[pindex[1]]; 481 rejectpt[2] = (float)node->minmaxs[pindex[2]]; 489 acceptpt[0] = (float)node->minmaxs[pindex[3+0]]; 490 acceptpt[1] = (float)node->minmaxs[pindex[3+1]]; 491 acceptpt[2] = (float)node->minmaxs[pindex[3+2]];
|
r_misc.c | 411 int i, j, *pindex; local 413 pindex = r_frustum_indexes; 421 pindex[j] = j; 422 pindex[j+3] = j+3; 426 pindex[j] = j+3; 427 pindex[j+3] = j; 432 pfrustum_indexes[i] = pindex; 433 pindex += 6;
|
r_main.c | 695 int i, *pindex, clipflags; local 724 pindex = pfrustum_indexes[i]; 726 rejectpt[0] = minmaxs[pindex[0]]; 727 rejectpt[1] = minmaxs[pindex[1]]; 728 rejectpt[2] = minmaxs[pindex[2]]; 736 acceptpt[0] = minmaxs[pindex[3+0]]; 737 acceptpt[1] = minmaxs[pindex[3+1]]; 738 acceptpt[2] = minmaxs[pindex[3+2]];
|
/external/quake/quake/src/WinQuake/ |
r_bsp.cpp | 450 int i, c, side, *pindex;
local 477 pindex = pfrustum_indexes[i];
479 rejectpt[0] = (float)node->minmaxs[pindex[0]];
480 rejectpt[1] = (float)node->minmaxs[pindex[1]];
481 rejectpt[2] = (float)node->minmaxs[pindex[2]];
489 acceptpt[0] = (float)node->minmaxs[pindex[3+0]];
490 acceptpt[1] = (float)node->minmaxs[pindex[3+1]];
491 acceptpt[2] = (float)node->minmaxs[pindex[3+2]];
|
r_misc.cpp | 335 int i, j, *pindex;
local 337 pindex = r_frustum_indexes;
345 pindex[j] = j;
346 pindex[j+3] = j+3;
350 pindex[j] = j+3;
351 pindex[j+3] = j;
356 pfrustum_indexes[i] = pindex;
357 pindex += 6;
|
r_main.cpp | 682 int i, *pindex, clipflags;
local 711 pindex = pfrustum_indexes[i];
713 rejectpt[0] = minmaxs[pindex[0]];
714 rejectpt[1] = minmaxs[pindex[1]];
715 rejectpt[2] = minmaxs[pindex[2]];
723 acceptpt[0] = minmaxs[pindex[3+0]];
724 acceptpt[1] = minmaxs[pindex[3+1]];
725 acceptpt[2] = minmaxs[pindex[3+2]];
|
/external/icu4c/i18n/ |
bmsearch.cpp | 673 int32_t pIndex = plen - 1; 712 while (pIndex >= 0) { 713 uint32_t pce = (*patCEs)[pIndex]; 721 int32_t gsOffset = tOffset + (*goodSuffixTable)[pIndex]; 726 tOffset += (*badCharacterTable)[tcei->order] - badCharacterTable->minLengthInChars(pIndex + 1); 742 pIndex -= 1; 745 if (pIndex < 0) {
|
/external/chromium/third_party/icu/source/i18n/ |
bmsearch.cpp | 720 int32_t pIndex = plen - 1; 759 while (pIndex >= 0) { 760 uint32_t pce = (*patCEs)[pIndex]; 768 int32_t gsOffset = tOffset + (*goodSuffixTable)[pIndex]; 773 tOffset += (*badCharacterTable)[tcei->order] - badCharacterTable->minLengthInChars(pIndex + 1); 789 pIndex -= 1; 792 if (pIndex < 0) {
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaConnection.java | 653 int pIndex = subStr.indexOf(PhoneNumberUtils.PAUSE); 655 if (wIndex > 0 && (wIndex < pIndex || pIndex <= 0)) { 657 } else if (pIndex > 0) { 658 subStr = subStr.substring(0, pIndex);
|
/frameworks/base/media/libstagefright/matroska/ |
mkvparser.cpp | 1306 void Segment::ParseSeekHead(long long start, long long size_, size_t* pIndex) 1328 ParseSeekEntry(pos, size, pIndex); 1338 void Segment::ParseSecondarySeekHead(long long off, size_t* pIndex) 1374 ParseSeekHead(pos, size, pIndex); 1378 void Segment::ParseSeekEntry(long long start, long long size_, size_t* pIndex) 1432 if (pIndex == NULL) [all...] |
/external/freetype/src/truetype/ |
ttgxvar.c | 1269 int pindex = localpoints[j]; local [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/ |
OMX_VPP_Utils.h | 483 OMX_U32 pIndex,
|
/frameworks/base/services/java/com/android/server/ |
AppWidgetService.java | [all...] |
/frameworks/base/telephony/java/android/telephony/ |
PhoneNumberUtils.java | 289 int pIndex, wIndex; 295 pIndex = a.indexOf(PAUSE); 298 trimIndex = minPositive(pIndex, wIndex); [all...] |
/development/ndk/platforms/android-9/include/SLES/ |
OpenSLES.h | [all...] |
/external/qemu/ |
exec.c | 2271 unsigned int page_index, prot, pindex; local [all...] |
/system/media/opensles/include/SLES/ |
OpenSLES.h | [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_imelody.c | 144 static EAS_INT IMY_ParseLine (EAS_I8 *buffer, EAS_U8 *pIndex); [all...] |