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

/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp539 jbyte* lpValue = NULL; local
564 lpValue = (jbyte *) env->GetPrimitiveArrayCritical(pJavaValue, NULL);
565 if (lpValue == NULL) {
574 memcpy(p->data + voffset, lpValue, vsize);
589 if (lpValue != NULL) {
590 env->ReleasePrimitiveArrayCritical(pJavaValue, lpValue, 0);
601 jbyte* lpValue = NULL; local
625 lpValue = (jbyte *) env->GetPrimitiveArrayCritical(pJavaValue, NULL);
626 if (lpValue == NULL) {
641 memcpy(lpValue,
[all...]

Completed in 193 milliseconds