Searched defs:numBytes (Results 1 - 4 of 4) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A DCopyJob.java169 void onBytesCopied(long numBytes) { argument
170 this.mBytesCopied += numBytes;
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
H A DgenPCLm.cpp438 int PCLmGenerator::injectRLEStrip(ubyte *RLEBuffer, int numBytes, int imageWidth, int imageHeight, argument
490 sprintf(pOutStr, "/Length %d\n", numBytes);
512 write2Buff(RLEBuffer, numBytes);
527 int PCLmGenerator::injectLZStrip(ubyte *LZBuffer, int numBytes, int imageWidth, int imageHeight, argument
579 sprintf(pOutStr, "/Length %d\n", numBytes);
601 write2Buff(LZBuffer, numBytes);
994 sint32 numBytes = imageHeight * imageWidth * numComponents; local
998 for (head = imagePtr, tail = imagePtr + numBytes - 1; tail > head;) {
1014 for (head = imagePtr, tail = imagePtr + numBytes; tail > head;) {
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...

Completed in 34 milliseconds