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

  /dalvik/vm/
RawDexFile.h 52 int dvmRawDexFileOpenArray(u1* pBytes, u4 length, RawDexFile** ppDexFile);
RawDexFile.cpp 249 int dvmRawDexFileOpenArray(u1* pBytes, u4 length, RawDexFile** ppRawDexFile)
253 if (!dvmPrepareDexInMemory(pBytes, length, &pDvmDex)) {
  /dalvik/vm/native/
dalvik_system_DexFile.cpp 253 u1* pBytes;
264 pBytes = (u1*) malloc(length);
266 if (pBytes == NULL) {
271 memcpy(pBytes, fileContentsObj->contents, length);
273 if (dvmRawDexFileOpenArray(pBytes, length, &pRawDexFile) != 0) {
275 free(pBytes);
284 pDexOrJar->pDexMemory = pBytes;
  /external/aac/libMpegTPEnc/src/
tpenc_latm.h 233 * \param pBytes pointer to an int, where the current frame byte count stored into.
242 int *pBytes
  /hardware/ti/omap3/dspbridge/inc/
wcdioctl.h 362 ULONG *pBytes;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
wcdioctl.h 362 ULONG *pBytes;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPStrm.c 672 tempStruct.ARGS_STRM_RECLAIM.pBytes = pDataSize;
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 155 milliseconds