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

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp419 jint realCount = BYTE_ARRAY_LENGTH; local
421 realCount = count;
424 realCount);
504 jint realCount = BYTE_ARRAY_LENGTH; local
506 realCount = count;
510 mByteArray, 0, realCount);
518 mEnv->GetByteArrayRegion(mByteArray, 0, realCount, reinterpret_cast<jbyte*>(buf + offset));
523 return realCount;

Completed in 27 milliseconds