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

  /packages/services/BuiltInPrintService/jni/plugins/
wprint_scaler.h 63 uint8 *pOutBuf; // output buffers [plane]
  /dalvik/tools/hprof-conv/
HprofConv.c 442 ExpandBuf* pOutBuf = ebAlloc();
453 if (ebAddData(pOutBuf, buf, kRecHdrLen) != 0)
552 ebAddData(pOutBuf, buf, 1 + kIdentSize);
575 ebAddData(pOutBuf, buf, 1 + subLen);
589 set4BE(ebGetBuffer(pOutBuf) + 5, ebGetLength(pOutBuf) - kRecHdrLen);
591 if (ebWriteData(pOutBuf, out) != 0)
597 ebFree(pOutBuf);

Completed in 1369 milliseconds