HomeSort by relevance Sort by last modified time
    Searched refs:pBytes (Results 1 - 9 of 9) 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 254 u1* pBytes;
265 pBytes = (u1*) malloc(length);
267 if (pBytes == NULL) {
272 memcpy(pBytes, fileContentsObj->contents, length);
274 if (dvmRawDexFileOpenArray(pBytes, length, &pRawDexFile) != 0) {
276 free(pBytes);
285 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
  /frameworks/compile/libbcc/lib/Support/
Disassembler.cpp 49 BufferMemoryObject(const uint8_t *pBytes, uint64_t pLength)
50 : mBytes(pBytes), mLength(pLength) {
  /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/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 772 milliseconds