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

/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp519 jbyte* lpValue = NULL; local
546 lpValue = (jbyte *) env->GetPrimitiveArrayCritical(pJavaValue, NULL);
547 if (lpValue == NULL) {
556 memcpy(p->data + voffset, lpValue, vsize);
571 if (lpValue != NULL) {
572 env->ReleasePrimitiveArrayCritical(pJavaValue, lpValue, 0);
583 jbyte* lpValue = NULL; local
609 lpValue = (jbyte *) env->GetPrimitiveArrayCritical(pJavaValue, NULL);
610 if (lpValue == NULL) {
625 memcpy(lpValue,
[all...]

Completed in 47 milliseconds