HomeSort by relevance Sort by last modified time
    Searched refs:pIndex (Results 1 - 23 of 23) sorted by null

  /system/media/opensles/libopensles/
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,
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;
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.h 67 * Returns "true" if the value appears, "false" otherwise. If "pIndex" is
71 bool dvmPointerSetHas(const PointerSet* pSet, const void* ptr, int* pIndex);
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;
  /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) {
  /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) {
  /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...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 483 OMX_U32 pIndex,
  /external/sonivox/arm-fm-22k/lib_src/
eas_imelody.c 144 static EAS_INT IMY_ParseLine (EAS_I8 *buffer, EAS_U8 *pIndex);
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imelody.c 144 static EAS_INT IMY_ParseLine (EAS_I8 *buffer, EAS_U8 *pIndex);
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_imelody.c 144 static EAS_INT IMY_ParseLine (EAS_I8 *buffer, EAS_U8 *pIndex);
    [all...]
  /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...]
  /system/media/opensles/include/SLES/
OpenSLES.h     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 119 OMX_U32 pIndex,
125 VPP_DPRINT("Entering Valid buffer -- %lu\n ",pIndex);
127 while (pComponentPrivate->sCompPorts[pIndex].pVPPBufHeader[nCount].pBufHeader != pBufHeader)
    [all...]
  /external/chromium/net/third_party/nss/ssl/
ssl3con.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 1029 milliseconds