HomeSort by relevance Sort by last modified time
    Searched defs:pOutBuf (Results 1 - 2 of 2) sorted by null

  /dalvik/tools/hprof-conv/
HprofConv.c 437 ExpandBuf* pOutBuf = ebAlloc();
448 if (ebAddData(pOutBuf, buf, kRecHdrLen) != 0)
547 ebAddData(pOutBuf, buf, 1 + kIdentSize);
570 ebAddData(pOutBuf, buf, 1 + subLen);
584 set4BE(ebGetBuffer(pOutBuf) + 5, ebGetLength(pOutBuf) - kRecHdrLen);
586 if (ebWriteData(pOutBuf, out) != 0)
592 ebFree(pOutBuf);
  /external/libnfc-nxp/src/
phFriNfc_OvrHalCmd.h 204 uint8_t *pOutBuf;
228 uint8_t *pOutBuf;

Completed in 5099 milliseconds