/external/libnfc-nxp/src/ |
phFriNfc_FelicaMap.c | [all...] |
phFriNfc_DesfireMap.c | 454 uint8_t BufIndex=0; 470 BufIndex = (uint8_t)(( NdefMap->DesfireCapContainer.IsNlenPresentFlag == 1 )? 483 (PH_FRINFC_NDEFMAP_DESF_RESP_OFFSET + BufIndex))) 490 SizeToCpy = ((*NdefMap->SendRecvLength)-(PH_FRINFC_NDEFMAP_DESF_RESP_OFFSET+BufIndex)); 509 (&(NdefMap->SendRecvBuf[BufIndex])), [all...] |
/frameworks/base/core/java/com/android/internal/util/ |
HexDump.java | 108 int bufIndex = 0; 112 buf[bufIndex++] = HEX_DIGITS[(b >>> 4) & 0x0F]; 113 buf[bufIndex++] = HEX_DIGITS[b & 0x0F];
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
nptrans.cpp | 163 int32_t bufIndex=0; 165 for(;bufIndex<bufLen;){ 166 U16_NEXT(buffer, bufIndex, bufLen, ch);
|
/external/icu4c/test/intltest/ |
nptrans.cpp | 163 int32_t bufIndex=0; 165 for(;bufIndex<bufLen;){ 166 U16_NEXT(buffer, bufIndex, bufLen, ch);
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
buffers.c | 410 GLint bufIndex = ffs(destMask0) - 1; 411 if (fb->_ColorDrawBufferIndexes[count] != bufIndex) { 413 fb->_ColorDrawBufferIndexes[count] = bufIndex; 416 destMask0 &= ~(1 << bufIndex); 425 GLint bufIndex = ffs(destMask[buf]) - 1; 428 if (fb->_ColorDrawBufferIndexes[buf] != bufIndex) { 430 fb->_ColorDrawBufferIndexes[buf] = bufIndex;
|
/external/mesa3d/src/mesa/main/ |
buffers.c | 410 GLint bufIndex = ffs(destMask0) - 1; 411 if (fb->_ColorDrawBufferIndexes[count] != bufIndex) { 413 fb->_ColorDrawBufferIndexes[count] = bufIndex; 416 destMask0 &= ~(1 << bufIndex); 425 GLint bufIndex = ffs(destMask[buf]) - 1; 428 if (fb->_ColorDrawBufferIndexes[buf] != bufIndex) { 430 fb->_ColorDrawBufferIndexes[buf] = bufIndex;
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
SmsMessageTest.java | 296 int bufIndex = 0; 300 buf[bufIndex++] = HEX_DIGITS[(b >>> 4) & 0x0F]; 301 buf[bufIndex++] = HEX_DIGITS[b & 0x0F];
|
/frameworks/av/cmds/screenrecord/ |
screenrecord.cpp | 314 size_t bufIndex, offset, size; 326 err = encoder->dequeueOutputBuffer(&bufIndex, &offset, &size, &ptsUsec, 340 bufIndex, size, ptsUsec); 352 err = muxer->writeSampleData(buffers[bufIndex], trackIdx, 361 err = encoder->releaseOutputBuffer(bufIndex);
|
/external/libsepol/src/ |
policydb.c | 3605 unsigned int policy_type, bufindex; local [all...] |
/hardware/samsung_slsi/exynos5/libcamera2/ |
ExynosCameraHWInterface2.cpp | [all...] |
ExynosCameraHWInterface2.h | 415 int bufIndex;
|
/frameworks/av/include/media/stagefright/ |
OMXCodec.h | 304 status_t freeBuffer(OMX_U32 portIndex, size_t bufIndex);
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/ |
omx_proxy_h264enc.c | 783 /*Clear the Bufindex pipe by dummy reads*/
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/ |
omx_proxy_mpeg4enc.c | 771 /*Clear the Bufindex pipe by dummy reads*/
|
/frameworks/av/media/libstagefright/ |
OMXCodec.cpp | [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
omx_video_base.cpp | [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
omx_video_base.cpp | [all...] |