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

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp418 jint realCount = BYTE_ARRAY_LENGTH; local
420 realCount = count;
423 realCount);
503 jint realCount = BYTE_ARRAY_LENGTH; local
505 realCount = count;
509 mByteArray, 0, realCount);
517 mEnv->GetByteArrayRegion(mByteArray, 0, realCount, reinterpret_cast<jbyte*>(buf + offset));
522 return realCount;

Completed in 56 milliseconds